meandyou200175 commited on
Commit
1ffba2a
·
1 Parent(s): ca77727

Upload tokenizer (#2)

Browse files

- Upload tokenizer (e19022d91c9a02f5f09fc5f5c09db598778729c6)

Files changed (1) hide show
  1. special_tokens_map.json +14 -0
special_tokens_map.json CHANGED
@@ -1,5 +1,19 @@
1
  {
2
  "additional_special_tokens": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  {
4
  "content": "<s>",
5
  "lstrip": false,
 
1
  {
2
  "additional_special_tokens": [
3
+ {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "</s>",
12
+ "lstrip": false,
13
+ "normalized": true,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
  {
18
  "content": "<s>",
19
  "lstrip": false,