lhallee commited on
Commit
65b298e
·
verified ·
1 Parent(s): d610792

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -2
tokenizer_config.json CHANGED
@@ -41,10 +41,10 @@
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
  "cls_token": "<cls>",
46
  "eos_token": "<eos>",
47
+ "is_local": false,
48
  "mask_token": "<mask>",
49
  "model_max_length": 1000000000000000019884624838656,
50
  "pad_token": "<pad>",