RamAnanth1 commited on
Commit
d388ccd
·
verified ·
1 Parent(s): 9e10af2

Add tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -5
tokenizer_config.json CHANGED
@@ -6,15 +6,10 @@
6
  "cls_token": "<CLS>",
7
  "eos_token": "<|END_OF_TURN_TOKEN|>",
8
  "errors": "replace",
9
- "extra_special_tokens": [
10
- "<|START_RESPONSE|>",
11
- "<|END_RESPONSE|>"
12
- ],
13
  "is_local": false,
14
  "legacy": true,
15
  "mask_token": "<MASK_TOKEN>",
16
  "model_max_length": 1000000000000000019884624838656,
17
- "model_specific_special_tokens": {},
18
  "pad_token": "<PAD>",
19
  "sep_token": "<SEP>",
20
  "sp_model_kwargs": {},
 
6
  "cls_token": "<CLS>",
7
  "eos_token": "<|END_OF_TURN_TOKEN|>",
8
  "errors": "replace",
 
 
 
 
9
  "is_local": false,
10
  "legacy": true,
11
  "mask_token": "<MASK_TOKEN>",
12
  "model_max_length": 1000000000000000019884624838656,
 
13
  "pad_token": "<PAD>",
14
  "sep_token": "<SEP>",
15
  "sp_model_kwargs": {},