Tome1 commited on
Commit
c98fa2f
·
verified ·
1 Parent(s): 0aa0475

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +11 -11
tokenizer_config.json CHANGED
@@ -1,4 +1,14 @@
1
  {
 
 
 
 
 
 
 
 
 
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "[PAD]",
@@ -39,15 +49,5 @@
39
  "extra_special_tokens": {},
40
  "model_max_length": 1000000000000000019884624838656,
41
  "pad_token": "[PAD]",
42
- "tokenizer_class": "ChessTokenizer",
43
  "unk_token": "[UNK]"
44
- "auto_map": {
45
- "AutoTokenizer": [
46
- "tokenizer.ChessTokenizer",
47
- null
48
- ]
49
- },
50
- "vocab_files_names": {
51
- "vocab_file": "vocab.json"
52
- }
53
- }
 
1
  {
2
+ "tokenizer_class": "ChessTokenizer",
3
+ "auto_map": {
4
+ "AutoTokenizer": [
5
+ "tokenizer.ChessTokenizer",
6
+ null
7
+ ]
8
+ },
9
+ "vocab_files_names": {
10
+ "vocab_file": "vocab.json"
11
+ },
12
  "added_tokens_decoder": {
13
  "0": {
14
  "content": "[PAD]",
 
49
  "extra_special_tokens": {},
50
  "model_max_length": 1000000000000000019884624838656,
51
  "pad_token": "[PAD]",
 
52
  "unk_token": "[UNK]"
53
+ }