File size: 1,064 Bytes
5405176 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"model": "google/t5gemma-2-1b-1b",
"mixture": "t5gemma2_200k",
"samples": 200000,
"seed": 42,
"sources": [
{
"source": "ultrachat",
"converter": "auto",
"requested": 60000,
"kept": 60000
},
{
"source": "sharegpt",
"converter": "auto",
"requested": 20000,
"kept": 20000
},
{
"source": "hf:ise-uiuc/Magicoder-Evol-Instruct-110K::train",
"converter": "instruction_response",
"requested": 50000,
"kept": 50000
},
{
"source": "hf:Salesforce/xlam-function-calling-60k::train",
"converter": "xlam_function_calling",
"requested": 40000,
"kept": 40000
},
{
"source": "hf:glaiveai/glaive-function-calling-v2::train",
"converter": "glaive_function_calling",
"requested": 20000,
"kept": 20000
},
{
"source": "hf:TIGER-Lab/MathInstruct::train",
"converter": "instruction_output",
"requested": 10000,
"kept": 10000
}
],
"decoder_start_token_id": 2,
"eos_token_id": 1
} |