jaepil commited on
Commit
ef1ae83
·
verified ·
1 Parent(s): e1a92ac

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +99 -0
tokenizer_config.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "CognicaPoETokenizer",
3
+ "auto_map": {
4
+ "AutoTokenizer": [
5
+ "tokenization_cognica_poe.CognicaPoETokenizer",
6
+ null
7
+ ]
8
+ },
9
+ "model_max_length": 2048,
10
+ "clean_up_tokenization_spaces": false,
11
+ "bos_token": "<|bos|>",
12
+ "eos_token": "<|bos|>",
13
+ "pad_token": null,
14
+ "unk_token": null,
15
+ "additional_special_tokens": [
16
+ "<|user_start|>",
17
+ "<|user_end|>",
18
+ "<|assistant_start|>",
19
+ "<|assistant_end|>",
20
+ "<|python_start|>",
21
+ "<|python_end|>",
22
+ "<|output_start|>",
23
+ "<|output_end|>"
24
+ ],
25
+ "added_tokens_decoder": {
26
+ "32759": {
27
+ "content": "<|bos|>",
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "single_word": false,
31
+ "normalized": false,
32
+ "special": true
33
+ },
34
+ "32760": {
35
+ "content": "<|user_start|>",
36
+ "lstrip": false,
37
+ "rstrip": false,
38
+ "single_word": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ "32761": {
43
+ "content": "<|user_end|>",
44
+ "lstrip": false,
45
+ "rstrip": false,
46
+ "single_word": false,
47
+ "normalized": false,
48
+ "special": true
49
+ },
50
+ "32762": {
51
+ "content": "<|assistant_start|>",
52
+ "lstrip": false,
53
+ "rstrip": false,
54
+ "single_word": false,
55
+ "normalized": false,
56
+ "special": true
57
+ },
58
+ "32763": {
59
+ "content": "<|assistant_end|>",
60
+ "lstrip": false,
61
+ "rstrip": false,
62
+ "single_word": false,
63
+ "normalized": false,
64
+ "special": true
65
+ },
66
+ "32764": {
67
+ "content": "<|python_start|>",
68
+ "lstrip": false,
69
+ "rstrip": false,
70
+ "single_word": false,
71
+ "normalized": false,
72
+ "special": true
73
+ },
74
+ "32765": {
75
+ "content": "<|python_end|>",
76
+ "lstrip": false,
77
+ "rstrip": false,
78
+ "single_word": false,
79
+ "normalized": false,
80
+ "special": true
81
+ },
82
+ "32766": {
83
+ "content": "<|output_start|>",
84
+ "lstrip": false,
85
+ "rstrip": false,
86
+ "single_word": false,
87
+ "normalized": false,
88
+ "special": true
89
+ },
90
+ "32767": {
91
+ "content": "<|output_end|>",
92
+ "lstrip": false,
93
+ "rstrip": false,
94
+ "single_word": false,
95
+ "normalized": false,
96
+ "special": true
97
+ }
98
+ }
99
+ }