PhysiQuanty's picture
Upload metadata.json with huggingface_hub
1623744 verified
raw
history blame contribute delete
781 Bytes
{
"task": "binary_addition_mod_2powW_u16_tokens",
"width_bits": 12,
"range": [
0,
4095
],
"endianness": "msb",
"vocab_size": 8,
"special_tokens": {
"0": 0,
"1": 1,
"BOS": 2,
"EOS": 3,
"BOI": 4,
"EOI": 5,
"BOR": 6,
"EOR": 7
},
"format": "BOS BOI a_bits EOI BOI b_bits EOI BOR c_bits EOR EOS",
"note": "c = (a + b) mod 2^width ; bits are 0/1 tokens ; special tokens are 2..7",
"tokens_per_example": 45,
"bytes_per_example_u16": 90,
"created_at_unix": 1770069494,
"splits": {
"validation": {
"examples": 200000,
"tokens": 9000000,
"shards_written": 1
},
"train": {
"examples": 16777216,
"tokens": 754974720,
"shards_written": 1
}
},
"total_tokens": 763974720
}