skar0 commited on
Commit
e89b027
·
verified ·
1 Parent(s): 062595b

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -13,7 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "</s>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<unk>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
tokenizer.json CHANGED
@@ -5,9 +5,9 @@
5
  "strategy": "BatchLongest",
6
  "direction": "Left",
7
  "pad_to_multiple_of": null,
8
- "pad_id": 2,
9
  "pad_type_id": 0,
10
- "pad_token": "</s>"
11
  },
12
  "added_tokens": [
13
  {
 
5
  "strategy": "BatchLongest",
6
  "direction": "Left",
7
  "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
  "pad_type_id": 0,
10
+ "pad_token": "<unk>"
11
  },
12
  "added_tokens": [
13
  {
tokenizer_config.json CHANGED
@@ -34,7 +34,7 @@
34
  "extra_special_tokens": {},
35
  "legacy": true,
36
  "model_max_length": 1000000000000000019884624838656,
37
- "pad_token": "</s>",
38
  "sp_model_kwargs": {},
39
  "spaces_between_special_tokens": false,
40
  "tokenizer_class": "LlamaTokenizer",
 
34
  "extra_special_tokens": {},
35
  "legacy": true,
36
  "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "<unk>",
38
  "sp_model_kwargs": {},
39
  "spaces_between_special_tokens": false,
40
  "tokenizer_class": "LlamaTokenizer",