IvanD2002 commited on
Commit
7423e4c
1 Parent(s): 801441b

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -17,7 +17,13 @@
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
- "pad_token": "<eos>",
 
 
 
 
 
 
21
  "unk_token": {
22
  "content": "<unk>",
23
  "lstrip": false,
 
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
+ "pad_token": {
21
+ "content": "<pad>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
  "unk_token": {
28
  "content": "<unk>",
29
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d63bf3fd9ac8a9a12d6fc7e8d93b99fadbf9b595a21ff1fb9f89fb020aeca2c
3
- size 17478027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05e97791a5e007260de1db7e1692e53150e08cea481e2bf25435553380c147ee
3
+ size 17477929
tokenizer_config.json CHANGED
@@ -61,7 +61,7 @@
61
  "eos_token": "<eos>",
62
  "legacy": null,
63
  "model_max_length": 1000000000000000019884624838656,
64
- "pad_token": "<eos>",
65
  "sp_model_kwargs": {},
66
  "spaces_between_special_tokens": false,
67
  "tokenizer_class": "GemmaTokenizer",
 
61
  "eos_token": "<eos>",
62
  "legacy": null,
63
  "model_max_length": 1000000000000000019884624838656,
64
+ "pad_token": "<pad>",
65
  "sp_model_kwargs": {},
66
  "spaces_between_special_tokens": false,
67
  "tokenizer_class": "GemmaTokenizer",