Aspik101 commited on
Commit
0139c79
·
verified ·
1 Parent(s): 1c434e5

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -13,6 +13,13 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
 
 
 
 
 
 
16
  "unk_token": {
17
  "content": "<unk>",
18
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<unk>",
25
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9211ce090e764bb59be3bdf427778c76eeb8720e95f79a8401843a883fe1cda9
3
- size 1795402
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4f0bd70b3709312d9d1d9e5ba674794b6bc5abc17429897a540f93882f25fc
3
+ size 1795303
tokenizer_config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
 
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
@@ -35,7 +36,7 @@
35
  "legacy": true,
36
  "max_length": 2048,
37
  "model_max_length": 1000000000000000019884624838656,
38
- "pad_token": null,
39
  "sp_model_kwargs": {},
40
  "spaces_between_special_tokens": false,
41
  "stride": 0,
@@ -43,5 +44,6 @@
43
  "truncation_side": "right",
44
  "truncation_strategy": "longest_first",
45
  "unk_token": "<unk>",
46
- "use_default_system_prompt": false
 
47
  }
 
1
  {
2
  "add_bos_token": true,
3
  "add_eos_token": false,
4
+ "add_prefix_space": true,
5
  "added_tokens_decoder": {
6
  "0": {
7
  "content": "<unk>",
 
36
  "legacy": true,
37
  "max_length": 2048,
38
  "model_max_length": 1000000000000000019884624838656,
39
+ "pad_token": "</s>",
40
  "sp_model_kwargs": {},
41
  "spaces_between_special_tokens": false,
42
  "stride": 0,
 
44
  "truncation_side": "right",
45
  "truncation_strategy": "longest_first",
46
  "unk_token": "<unk>",
47
+ "use_default_system_prompt": false,
48
+ "use_fast": true
49
  }