File size: 482 Bytes
0c9aadd
 
 
 
 
 
3738a13
0c9aadd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "vocab_size": 32000,
  "type": "BPE",
  "individual_digits": true,
  "pre_tokenizer": "Digits(individual=True) + ByteLevel",
  "normalizer": "NFKC + whitespace",
  "purpose": "English + Math reasoning for SonaMath",
  "special_tokens": [
    "<pad>",
    "<bos>",
    "<eos>",
    "<unk>",
    "<think>",
    "</think>",
    "<step>",
    "</step>",
    "<answer>",
    "</answer>",
    "<equation>",
    "</equation>",
    "<op>",
    "</op>",
    "<lang>",
    "</lang>"
  ]
}