danielhanchen commited on
Commit
206e70e
1 Parent(s): b79399b

Upload tokenizer

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +7 -1
  2. tokenizer_config.json +0 -1
special_tokens_map.json CHANGED
@@ -21,5 +21,11 @@
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
- "pad_token": "<|PAD_TOKEN|>"
 
 
 
 
 
 
25
  }
 
21
  "rstrip": false,
22
  "single_word": false
23
  },
24
+ "pad_token": {
25
+ "content": "<|PAD_TOKEN|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
  }
tokenizer_config.json CHANGED
@@ -203,7 +203,6 @@
203
  "<|video_pad|>"
204
  ],
205
  "bos_token": null,
206
- "chat_template": null,
207
  "clean_up_tokenization_spaces": false,
208
  "eos_token": "<|endoftext|>",
209
  "errors": "replace",
 
203
  "<|video_pad|>"
204
  ],
205
  "bos_token": null,
 
206
  "clean_up_tokenization_spaces": false,
207
  "eos_token": "<|endoftext|>",
208
  "errors": "replace",