lhallee commited on
Commit
8ddae59
·
verified ·
1 Parent(s): ca156d0

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -2
tokenizer_config.json CHANGED
@@ -41,10 +41,11 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": false,
 
45
  "cls_token": "<cls>",
46
  "eos_token": "<eos>",
47
- "extra_special_tokens": {},
48
  "mask_token": "<mask>",
49
  "model_max_length": 1000000000000000019884624838656,
50
  "pad_token": "<pad>",
 
41
  "special": true
42
  }
43
  },
44
+ "backend": "custom",
45
+ "clean_up_tokenization_spaces": true,
46
  "cls_token": "<cls>",
47
  "eos_token": "<eos>",
48
+ "is_local": false,
49
  "mask_token": "<mask>",
50
  "model_max_length": 1000000000000000019884624838656,
51
  "pad_token": "<pad>",