amphora commited on
Commit
f7187ec
·
1 Parent(s): d177358

Upload tokenizer

Browse files
added_tokens.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s>": 50261,
3
+ "<s>": 50260,
4
+ "<unk>": 50262,
5
+ "<|endoftext|>": 50256,
6
+ "<||bos||>": 50257,
7
+ "<||pad||>": 50258,
8
+ "<||unk||>": 50259
9
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<||bos||>",
5
+ "<||pad||>",
6
+ "<||unk||>",
7
+ "<s>",
8
+ "</s>",
9
+ "<unk>"
10
+ ],
11
+ "bos_token": "<s>",
12
+ "eos_token": "</s>",
13
+ "pad_token": "<||pad||>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "50256": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "50257": {
14
+ "content": "<||bos||>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "50258": {
22
+ "content": "<||pad||>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "50259": {
30
+ "content": "<||unk||>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "50260": {
38
+ "content": "<s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "50261": {
46
+ "content": "</s>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "50262": {
54
+ "content": "<unk>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ }
61
+ },
62
+ "additional_special_tokens": [
63
+ "<|endoftext|>",
64
+ "<||bos||>",
65
+ "<||pad||>",
66
+ "<||unk||>",
67
+ "<s>",
68
+ "</s>",
69
+ "<unk>"
70
+ ],
71
+ "bos_token": "<s>",
72
+ "clean_up_tokenization_spaces": true,
73
+ "eos_token": "</s>",
74
+ "errors": "replace",
75
+ "model_max_length": 8192,
76
+ "pad_token": "<||pad||>",
77
+ "tokenizer_class": "GPT2Tokenizer",
78
+ "unk_token": "<unk>"
79
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff