ynakashima commited on
Commit
ef7e830
1 Parent(s): ca5fba7

Upload tokenizer

Browse files
Files changed (6) hide show
  1. README.md +199 -0
  2. added_tokens.json +130 -0
  3. special_tokens_map.json +147 -0
  4. tokenizer.json +0 -0
  5. tokenizer.model +3 -0
  6. tokenizer_config.json +1209 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
added_tokens.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|CHATBOT_TOKEN|>": 32003,
3
+ "<|END_OF_TURN_TOKEN|>": 32001,
4
+ "<|EXTRA_100_TOKEN|>": 32100,
5
+ "<|EXTRA_101_TOKEN|>": 32101,
6
+ "<|EXTRA_102_TOKEN|>": 32102,
7
+ "<|EXTRA_103_TOKEN|>": 32103,
8
+ "<|EXTRA_104_TOKEN|>": 32104,
9
+ "<|EXTRA_105_TOKEN|>": 32105,
10
+ "<|EXTRA_106_TOKEN|>": 32106,
11
+ "<|EXTRA_107_TOKEN|>": 32107,
12
+ "<|EXTRA_108_TOKEN|>": 32108,
13
+ "<|EXTRA_109_TOKEN|>": 32109,
14
+ "<|EXTRA_10_TOKEN|>": 32010,
15
+ "<|EXTRA_110_TOKEN|>": 32110,
16
+ "<|EXTRA_111_TOKEN|>": 32111,
17
+ "<|EXTRA_112_TOKEN|>": 32112,
18
+ "<|EXTRA_113_TOKEN|>": 32113,
19
+ "<|EXTRA_114_TOKEN|>": 32114,
20
+ "<|EXTRA_115_TOKEN|>": 32115,
21
+ "<|EXTRA_116_TOKEN|>": 32116,
22
+ "<|EXTRA_117_TOKEN|>": 32117,
23
+ "<|EXTRA_118_TOKEN|>": 32118,
24
+ "<|EXTRA_119_TOKEN|>": 32119,
25
+ "<|EXTRA_11_TOKEN|>": 32011,
26
+ "<|EXTRA_120_TOKEN|>": 32120,
27
+ "<|EXTRA_121_TOKEN|>": 32121,
28
+ "<|EXTRA_122_TOKEN|>": 32122,
29
+ "<|EXTRA_123_TOKEN|>": 32123,
30
+ "<|EXTRA_124_TOKEN|>": 32124,
31
+ "<|EXTRA_125_TOKEN|>": 32125,
32
+ "<|EXTRA_126_TOKEN|>": 32126,
33
+ "<|EXTRA_127_TOKEN|>": 32127,
34
+ "<|EXTRA_12_TOKEN|>": 32012,
35
+ "<|EXTRA_13_TOKEN|>": 32013,
36
+ "<|EXTRA_14_TOKEN|>": 32014,
37
+ "<|EXTRA_15_TOKEN|>": 32015,
38
+ "<|EXTRA_16_TOKEN|>": 32016,
39
+ "<|EXTRA_17_TOKEN|>": 32017,
40
+ "<|EXTRA_18_TOKEN|>": 32018,
41
+ "<|EXTRA_19_TOKEN|>": 32019,
42
+ "<|EXTRA_20_TOKEN|>": 32020,
43
+ "<|EXTRA_21_TOKEN|>": 32021,
44
+ "<|EXTRA_22_TOKEN|>": 32022,
45
+ "<|EXTRA_23_TOKEN|>": 32023,
46
+ "<|EXTRA_24_TOKEN|>": 32024,
47
+ "<|EXTRA_25_TOKEN|>": 32025,
48
+ "<|EXTRA_26_TOKEN|>": 32026,
49
+ "<|EXTRA_27_TOKEN|>": 32027,
50
+ "<|EXTRA_28_TOKEN|>": 32028,
51
+ "<|EXTRA_29_TOKEN|>": 32029,
52
+ "<|EXTRA_30_TOKEN|>": 32030,
53
+ "<|EXTRA_31_TOKEN|>": 32031,
54
+ "<|EXTRA_32_TOKEN|>": 32032,
55
+ "<|EXTRA_33_TOKEN|>": 32033,
56
+ "<|EXTRA_34_TOKEN|>": 32034,
57
+ "<|EXTRA_35_TOKEN|>": 32035,
58
+ "<|EXTRA_36_TOKEN|>": 32036,
59
+ "<|EXTRA_37_TOKEN|>": 32037,
60
+ "<|EXTRA_38_TOKEN|>": 32038,
61
+ "<|EXTRA_39_TOKEN|>": 32039,
62
+ "<|EXTRA_40_TOKEN|>": 32040,
63
+ "<|EXTRA_41_TOKEN|>": 32041,
64
+ "<|EXTRA_42_TOKEN|>": 32042,
65
+ "<|EXTRA_43_TOKEN|>": 32043,
66
+ "<|EXTRA_44_TOKEN|>": 32044,
67
+ "<|EXTRA_45_TOKEN|>": 32045,
68
+ "<|EXTRA_46_TOKEN|>": 32046,
69
+ "<|EXTRA_47_TOKEN|>": 32047,
70
+ "<|EXTRA_48_TOKEN|>": 32048,
71
+ "<|EXTRA_49_TOKEN|>": 32049,
72
+ "<|EXTRA_50_TOKEN|>": 32050,
73
+ "<|EXTRA_51_TOKEN|>": 32051,
74
+ "<|EXTRA_52_TOKEN|>": 32052,
75
+ "<|EXTRA_53_TOKEN|>": 32053,
76
+ "<|EXTRA_54_TOKEN|>": 32054,
77
+ "<|EXTRA_55_TOKEN|>": 32055,
78
+ "<|EXTRA_56_TOKEN|>": 32056,
79
+ "<|EXTRA_57_TOKEN|>": 32057,
80
+ "<|EXTRA_58_TOKEN|>": 32058,
81
+ "<|EXTRA_59_TOKEN|>": 32059,
82
+ "<|EXTRA_5_TOKEN|>": 32005,
83
+ "<|EXTRA_60_TOKEN|>": 32060,
84
+ "<|EXTRA_61_TOKEN|>": 32061,
85
+ "<|EXTRA_62_TOKEN|>": 32062,
86
+ "<|EXTRA_63_TOKEN|>": 32063,
87
+ "<|EXTRA_64_TOKEN|>": 32064,
88
+ "<|EXTRA_65_TOKEN|>": 32065,
89
+ "<|EXTRA_66_TOKEN|>": 32066,
90
+ "<|EXTRA_67_TOKEN|>": 32067,
91
+ "<|EXTRA_68_TOKEN|>": 32068,
92
+ "<|EXTRA_69_TOKEN|>": 32069,
93
+ "<|EXTRA_6_TOKEN|>": 32006,
94
+ "<|EXTRA_70_TOKEN|>": 32070,
95
+ "<|EXTRA_71_TOKEN|>": 32071,
96
+ "<|EXTRA_72_TOKEN|>": 32072,
97
+ "<|EXTRA_73_TOKEN|>": 32073,
98
+ "<|EXTRA_74_TOKEN|>": 32074,
99
+ "<|EXTRA_75_TOKEN|>": 32075,
100
+ "<|EXTRA_76_TOKEN|>": 32076,
101
+ "<|EXTRA_77_TOKEN|>": 32077,
102
+ "<|EXTRA_78_TOKEN|>": 32078,
103
+ "<|EXTRA_79_TOKEN|>": 32079,
104
+ "<|EXTRA_7_TOKEN|>": 32007,
105
+ "<|EXTRA_80_TOKEN|>": 32080,
106
+ "<|EXTRA_81_TOKEN|>": 32081,
107
+ "<|EXTRA_82_TOKEN|>": 32082,
108
+ "<|EXTRA_83_TOKEN|>": 32083,
109
+ "<|EXTRA_84_TOKEN|>": 32084,
110
+ "<|EXTRA_85_TOKEN|>": 32085,
111
+ "<|EXTRA_86_TOKEN|>": 32086,
112
+ "<|EXTRA_87_TOKEN|>": 32087,
113
+ "<|EXTRA_88_TOKEN|>": 32088,
114
+ "<|EXTRA_89_TOKEN|>": 32089,
115
+ "<|EXTRA_8_TOKEN|>": 32008,
116
+ "<|EXTRA_90_TOKEN|>": 32090,
117
+ "<|EXTRA_91_TOKEN|>": 32091,
118
+ "<|EXTRA_92_TOKEN|>": 32092,
119
+ "<|EXTRA_93_TOKEN|>": 32093,
120
+ "<|EXTRA_94_TOKEN|>": 32094,
121
+ "<|EXTRA_95_TOKEN|>": 32095,
122
+ "<|EXTRA_96_TOKEN|>": 32096,
123
+ "<|EXTRA_97_TOKEN|>": 32097,
124
+ "<|EXTRA_98_TOKEN|>": 32098,
125
+ "<|EXTRA_99_TOKEN|>": 32099,
126
+ "<|EXTRA_9_TOKEN|>": 32009,
127
+ "<|START_OF_TURN_TOKEN|>": 32000,
128
+ "<|SYSTEM_TOKEN|>": 32004,
129
+ "<|USER_TOKEN|>": 32002
130
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|START_OF_TURN_TOKEN|>",
4
+ "<|END_OF_TURN_TOKEN|>",
5
+ "<|USER_TOKEN|>",
6
+ "<|CHATBOT_TOKEN|>",
7
+ "<|SYSTEM_TOKEN|>",
8
+ "<|EXTRA_5_TOKEN|>",
9
+ "<|EXTRA_6_TOKEN|>",
10
+ "<|EXTRA_7_TOKEN|>",
11
+ "<|EXTRA_8_TOKEN|>",
12
+ "<|EXTRA_9_TOKEN|>",
13
+ "<|EXTRA_10_TOKEN|>",
14
+ "<|EXTRA_11_TOKEN|>",
15
+ "<|EXTRA_12_TOKEN|>",
16
+ "<|EXTRA_13_TOKEN|>",
17
+ "<|EXTRA_14_TOKEN|>",
18
+ "<|EXTRA_15_TOKEN|>",
19
+ "<|EXTRA_16_TOKEN|>",
20
+ "<|EXTRA_17_TOKEN|>",
21
+ "<|EXTRA_18_TOKEN|>",
22
+ "<|EXTRA_19_TOKEN|>",
23
+ "<|EXTRA_20_TOKEN|>",
24
+ "<|EXTRA_21_TOKEN|>",
25
+ "<|EXTRA_22_TOKEN|>",
26
+ "<|EXTRA_23_TOKEN|>",
27
+ "<|EXTRA_24_TOKEN|>",
28
+ "<|EXTRA_25_TOKEN|>",
29
+ "<|EXTRA_26_TOKEN|>",
30
+ "<|EXTRA_27_TOKEN|>",
31
+ "<|EXTRA_28_TOKEN|>",
32
+ "<|EXTRA_29_TOKEN|>",
33
+ "<|EXTRA_30_TOKEN|>",
34
+ "<|EXTRA_31_TOKEN|>",
35
+ "<|EXTRA_32_TOKEN|>",
36
+ "<|EXTRA_33_TOKEN|>",
37
+ "<|EXTRA_34_TOKEN|>",
38
+ "<|EXTRA_35_TOKEN|>",
39
+ "<|EXTRA_36_TOKEN|>",
40
+ "<|EXTRA_37_TOKEN|>",
41
+ "<|EXTRA_38_TOKEN|>",
42
+ "<|EXTRA_39_TOKEN|>",
43
+ "<|EXTRA_40_TOKEN|>",
44
+ "<|EXTRA_41_TOKEN|>",
45
+ "<|EXTRA_42_TOKEN|>",
46
+ "<|EXTRA_43_TOKEN|>",
47
+ "<|EXTRA_44_TOKEN|>",
48
+ "<|EXTRA_45_TOKEN|>",
49
+ "<|EXTRA_46_TOKEN|>",
50
+ "<|EXTRA_47_TOKEN|>",
51
+ "<|EXTRA_48_TOKEN|>",
52
+ "<|EXTRA_49_TOKEN|>",
53
+ "<|EXTRA_50_TOKEN|>",
54
+ "<|EXTRA_51_TOKEN|>",
55
+ "<|EXTRA_52_TOKEN|>",
56
+ "<|EXTRA_53_TOKEN|>",
57
+ "<|EXTRA_54_TOKEN|>",
58
+ "<|EXTRA_55_TOKEN|>",
59
+ "<|EXTRA_56_TOKEN|>",
60
+ "<|EXTRA_57_TOKEN|>",
61
+ "<|EXTRA_58_TOKEN|>",
62
+ "<|EXTRA_59_TOKEN|>",
63
+ "<|EXTRA_60_TOKEN|>",
64
+ "<|EXTRA_61_TOKEN|>",
65
+ "<|EXTRA_62_TOKEN|>",
66
+ "<|EXTRA_63_TOKEN|>",
67
+ "<|EXTRA_64_TOKEN|>",
68
+ "<|EXTRA_65_TOKEN|>",
69
+ "<|EXTRA_66_TOKEN|>",
70
+ "<|EXTRA_67_TOKEN|>",
71
+ "<|EXTRA_68_TOKEN|>",
72
+ "<|EXTRA_69_TOKEN|>",
73
+ "<|EXTRA_70_TOKEN|>",
74
+ "<|EXTRA_71_TOKEN|>",
75
+ "<|EXTRA_72_TOKEN|>",
76
+ "<|EXTRA_73_TOKEN|>",
77
+ "<|EXTRA_74_TOKEN|>",
78
+ "<|EXTRA_75_TOKEN|>",
79
+ "<|EXTRA_76_TOKEN|>",
80
+ "<|EXTRA_77_TOKEN|>",
81
+ "<|EXTRA_78_TOKEN|>",
82
+ "<|EXTRA_79_TOKEN|>",
83
+ "<|EXTRA_80_TOKEN|>",
84
+ "<|EXTRA_81_TOKEN|>",
85
+ "<|EXTRA_82_TOKEN|>",
86
+ "<|EXTRA_83_TOKEN|>",
87
+ "<|EXTRA_84_TOKEN|>",
88
+ "<|EXTRA_85_TOKEN|>",
89
+ "<|EXTRA_86_TOKEN|>",
90
+ "<|EXTRA_87_TOKEN|>",
91
+ "<|EXTRA_88_TOKEN|>",
92
+ "<|EXTRA_89_TOKEN|>",
93
+ "<|EXTRA_90_TOKEN|>",
94
+ "<|EXTRA_91_TOKEN|>",
95
+ "<|EXTRA_92_TOKEN|>",
96
+ "<|EXTRA_93_TOKEN|>",
97
+ "<|EXTRA_94_TOKEN|>",
98
+ "<|EXTRA_95_TOKEN|>",
99
+ "<|EXTRA_96_TOKEN|>",
100
+ "<|EXTRA_97_TOKEN|>",
101
+ "<|EXTRA_98_TOKEN|>",
102
+ "<|EXTRA_99_TOKEN|>",
103
+ "<|EXTRA_100_TOKEN|>",
104
+ "<|EXTRA_101_TOKEN|>",
105
+ "<|EXTRA_102_TOKEN|>",
106
+ "<|EXTRA_103_TOKEN|>",
107
+ "<|EXTRA_104_TOKEN|>",
108
+ "<|EXTRA_105_TOKEN|>",
109
+ "<|EXTRA_106_TOKEN|>",
110
+ "<|EXTRA_107_TOKEN|>",
111
+ "<|EXTRA_108_TOKEN|>",
112
+ "<|EXTRA_109_TOKEN|>",
113
+ "<|EXTRA_110_TOKEN|>",
114
+ "<|EXTRA_111_TOKEN|>",
115
+ "<|EXTRA_112_TOKEN|>",
116
+ "<|EXTRA_113_TOKEN|>",
117
+ "<|EXTRA_114_TOKEN|>",
118
+ "<|EXTRA_115_TOKEN|>",
119
+ "<|EXTRA_116_TOKEN|>",
120
+ "<|EXTRA_117_TOKEN|>",
121
+ "<|EXTRA_118_TOKEN|>",
122
+ "<|EXTRA_119_TOKEN|>",
123
+ "<|EXTRA_120_TOKEN|>",
124
+ "<|EXTRA_121_TOKEN|>",
125
+ "<|EXTRA_122_TOKEN|>",
126
+ "<|EXTRA_123_TOKEN|>",
127
+ "<|EXTRA_124_TOKEN|>",
128
+ "<|EXTRA_125_TOKEN|>",
129
+ "<|EXTRA_126_TOKEN|>",
130
+ "<|EXTRA_127_TOKEN|>"
131
+ ],
132
+ "bos_token": {
133
+ "content": "<s>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false
138
+ },
139
+ "eos_token": "<|END_OF_TURN_TOKEN|>",
140
+ "unk_token": {
141
+ "content": "<unk>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false
146
+ }
147
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,1209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<|START_OF_TURN_TOKEN|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|END_OF_TURN_TOKEN|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32002": {
46
+ "content": "<|USER_TOKEN|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "32003": {
54
+ "content": "<|CHATBOT_TOKEN|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "32004": {
62
+ "content": "<|SYSTEM_TOKEN|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "32005": {
70
+ "content": "<|EXTRA_5_TOKEN|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "32006": {
78
+ "content": "<|EXTRA_6_TOKEN|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "32007": {
86
+ "content": "<|EXTRA_7_TOKEN|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "32008": {
94
+ "content": "<|EXTRA_8_TOKEN|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "32009": {
102
+ "content": "<|EXTRA_9_TOKEN|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "32010": {
110
+ "content": "<|EXTRA_10_TOKEN|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "32011": {
118
+ "content": "<|EXTRA_11_TOKEN|>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": true
124
+ },
125
+ "32012": {
126
+ "content": "<|EXTRA_12_TOKEN|>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": true
132
+ },
133
+ "32013": {
134
+ "content": "<|EXTRA_13_TOKEN|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": true
140
+ },
141
+ "32014": {
142
+ "content": "<|EXTRA_14_TOKEN|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": true
148
+ },
149
+ "32015": {
150
+ "content": "<|EXTRA_15_TOKEN|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": true
156
+ },
157
+ "32016": {
158
+ "content": "<|EXTRA_16_TOKEN|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": true
164
+ },
165
+ "32017": {
166
+ "content": "<|EXTRA_17_TOKEN|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": true
172
+ },
173
+ "32018": {
174
+ "content": "<|EXTRA_18_TOKEN|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": true
180
+ },
181
+ "32019": {
182
+ "content": "<|EXTRA_19_TOKEN|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ },
189
+ "32020": {
190
+ "content": "<|EXTRA_20_TOKEN|>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": true
196
+ },
197
+ "32021": {
198
+ "content": "<|EXTRA_21_TOKEN|>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": true
204
+ },
205
+ "32022": {
206
+ "content": "<|EXTRA_22_TOKEN|>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": true
212
+ },
213
+ "32023": {
214
+ "content": "<|EXTRA_23_TOKEN|>",
215
+ "lstrip": false,
216
+ "normalized": false,
217
+ "rstrip": false,
218
+ "single_word": false,
219
+ "special": true
220
+ },
221
+ "32024": {
222
+ "content": "<|EXTRA_24_TOKEN|>",
223
+ "lstrip": false,
224
+ "normalized": false,
225
+ "rstrip": false,
226
+ "single_word": false,
227
+ "special": true
228
+ },
229
+ "32025": {
230
+ "content": "<|EXTRA_25_TOKEN|>",
231
+ "lstrip": false,
232
+ "normalized": false,
233
+ "rstrip": false,
234
+ "single_word": false,
235
+ "special": true
236
+ },
237
+ "32026": {
238
+ "content": "<|EXTRA_26_TOKEN|>",
239
+ "lstrip": false,
240
+ "normalized": false,
241
+ "rstrip": false,
242
+ "single_word": false,
243
+ "special": true
244
+ },
245
+ "32027": {
246
+ "content": "<|EXTRA_27_TOKEN|>",
247
+ "lstrip": false,
248
+ "normalized": false,
249
+ "rstrip": false,
250
+ "single_word": false,
251
+ "special": true
252
+ },
253
+ "32028": {
254
+ "content": "<|EXTRA_28_TOKEN|>",
255
+ "lstrip": false,
256
+ "normalized": false,
257
+ "rstrip": false,
258
+ "single_word": false,
259
+ "special": true
260
+ },
261
+ "32029": {
262
+ "content": "<|EXTRA_29_TOKEN|>",
263
+ "lstrip": false,
264
+ "normalized": false,
265
+ "rstrip": false,
266
+ "single_word": false,
267
+ "special": true
268
+ },
269
+ "32030": {
270
+ "content": "<|EXTRA_30_TOKEN|>",
271
+ "lstrip": false,
272
+ "normalized": false,
273
+ "rstrip": false,
274
+ "single_word": false,
275
+ "special": true
276
+ },
277
+ "32031": {
278
+ "content": "<|EXTRA_31_TOKEN|>",
279
+ "lstrip": false,
280
+ "normalized": false,
281
+ "rstrip": false,
282
+ "single_word": false,
283
+ "special": true
284
+ },
285
+ "32032": {
286
+ "content": "<|EXTRA_32_TOKEN|>",
287
+ "lstrip": false,
288
+ "normalized": false,
289
+ "rstrip": false,
290
+ "single_word": false,
291
+ "special": true
292
+ },
293
+ "32033": {
294
+ "content": "<|EXTRA_33_TOKEN|>",
295
+ "lstrip": false,
296
+ "normalized": false,
297
+ "rstrip": false,
298
+ "single_word": false,
299
+ "special": true
300
+ },
301
+ "32034": {
302
+ "content": "<|EXTRA_34_TOKEN|>",
303
+ "lstrip": false,
304
+ "normalized": false,
305
+ "rstrip": false,
306
+ "single_word": false,
307
+ "special": true
308
+ },
309
+ "32035": {
310
+ "content": "<|EXTRA_35_TOKEN|>",
311
+ "lstrip": false,
312
+ "normalized": false,
313
+ "rstrip": false,
314
+ "single_word": false,
315
+ "special": true
316
+ },
317
+ "32036": {
318
+ "content": "<|EXTRA_36_TOKEN|>",
319
+ "lstrip": false,
320
+ "normalized": false,
321
+ "rstrip": false,
322
+ "single_word": false,
323
+ "special": true
324
+ },
325
+ "32037": {
326
+ "content": "<|EXTRA_37_TOKEN|>",
327
+ "lstrip": false,
328
+ "normalized": false,
329
+ "rstrip": false,
330
+ "single_word": false,
331
+ "special": true
332
+ },
333
+ "32038": {
334
+ "content": "<|EXTRA_38_TOKEN|>",
335
+ "lstrip": false,
336
+ "normalized": false,
337
+ "rstrip": false,
338
+ "single_word": false,
339
+ "special": true
340
+ },
341
+ "32039": {
342
+ "content": "<|EXTRA_39_TOKEN|>",
343
+ "lstrip": false,
344
+ "normalized": false,
345
+ "rstrip": false,
346
+ "single_word": false,
347
+ "special": true
348
+ },
349
+ "32040": {
350
+ "content": "<|EXTRA_40_TOKEN|>",
351
+ "lstrip": false,
352
+ "normalized": false,
353
+ "rstrip": false,
354
+ "single_word": false,
355
+ "special": true
356
+ },
357
+ "32041": {
358
+ "content": "<|EXTRA_41_TOKEN|>",
359
+ "lstrip": false,
360
+ "normalized": false,
361
+ "rstrip": false,
362
+ "single_word": false,
363
+ "special": true
364
+ },
365
+ "32042": {
366
+ "content": "<|EXTRA_42_TOKEN|>",
367
+ "lstrip": false,
368
+ "normalized": false,
369
+ "rstrip": false,
370
+ "single_word": false,
371
+ "special": true
372
+ },
373
+ "32043": {
374
+ "content": "<|EXTRA_43_TOKEN|>",
375
+ "lstrip": false,
376
+ "normalized": false,
377
+ "rstrip": false,
378
+ "single_word": false,
379
+ "special": true
380
+ },
381
+ "32044": {
382
+ "content": "<|EXTRA_44_TOKEN|>",
383
+ "lstrip": false,
384
+ "normalized": false,
385
+ "rstrip": false,
386
+ "single_word": false,
387
+ "special": true
388
+ },
389
+ "32045": {
390
+ "content": "<|EXTRA_45_TOKEN|>",
391
+ "lstrip": false,
392
+ "normalized": false,
393
+ "rstrip": false,
394
+ "single_word": false,
395
+ "special": true
396
+ },
397
+ "32046": {
398
+ "content": "<|EXTRA_46_TOKEN|>",
399
+ "lstrip": false,
400
+ "normalized": false,
401
+ "rstrip": false,
402
+ "single_word": false,
403
+ "special": true
404
+ },
405
+ "32047": {
406
+ "content": "<|EXTRA_47_TOKEN|>",
407
+ "lstrip": false,
408
+ "normalized": false,
409
+ "rstrip": false,
410
+ "single_word": false,
411
+ "special": true
412
+ },
413
+ "32048": {
414
+ "content": "<|EXTRA_48_TOKEN|>",
415
+ "lstrip": false,
416
+ "normalized": false,
417
+ "rstrip": false,
418
+ "single_word": false,
419
+ "special": true
420
+ },
421
+ "32049": {
422
+ "content": "<|EXTRA_49_TOKEN|>",
423
+ "lstrip": false,
424
+ "normalized": false,
425
+ "rstrip": false,
426
+ "single_word": false,
427
+ "special": true
428
+ },
429
+ "32050": {
430
+ "content": "<|EXTRA_50_TOKEN|>",
431
+ "lstrip": false,
432
+ "normalized": false,
433
+ "rstrip": false,
434
+ "single_word": false,
435
+ "special": true
436
+ },
437
+ "32051": {
438
+ "content": "<|EXTRA_51_TOKEN|>",
439
+ "lstrip": false,
440
+ "normalized": false,
441
+ "rstrip": false,
442
+ "single_word": false,
443
+ "special": true
444
+ },
445
+ "32052": {
446
+ "content": "<|EXTRA_52_TOKEN|>",
447
+ "lstrip": false,
448
+ "normalized": false,
449
+ "rstrip": false,
450
+ "single_word": false,
451
+ "special": true
452
+ },
453
+ "32053": {
454
+ "content": "<|EXTRA_53_TOKEN|>",
455
+ "lstrip": false,
456
+ "normalized": false,
457
+ "rstrip": false,
458
+ "single_word": false,
459
+ "special": true
460
+ },
461
+ "32054": {
462
+ "content": "<|EXTRA_54_TOKEN|>",
463
+ "lstrip": false,
464
+ "normalized": false,
465
+ "rstrip": false,
466
+ "single_word": false,
467
+ "special": true
468
+ },
469
+ "32055": {
470
+ "content": "<|EXTRA_55_TOKEN|>",
471
+ "lstrip": false,
472
+ "normalized": false,
473
+ "rstrip": false,
474
+ "single_word": false,
475
+ "special": true
476
+ },
477
+ "32056": {
478
+ "content": "<|EXTRA_56_TOKEN|>",
479
+ "lstrip": false,
480
+ "normalized": false,
481
+ "rstrip": false,
482
+ "single_word": false,
483
+ "special": true
484
+ },
485
+ "32057": {
486
+ "content": "<|EXTRA_57_TOKEN|>",
487
+ "lstrip": false,
488
+ "normalized": false,
489
+ "rstrip": false,
490
+ "single_word": false,
491
+ "special": true
492
+ },
493
+ "32058": {
494
+ "content": "<|EXTRA_58_TOKEN|>",
495
+ "lstrip": false,
496
+ "normalized": false,
497
+ "rstrip": false,
498
+ "single_word": false,
499
+ "special": true
500
+ },
501
+ "32059": {
502
+ "content": "<|EXTRA_59_TOKEN|>",
503
+ "lstrip": false,
504
+ "normalized": false,
505
+ "rstrip": false,
506
+ "single_word": false,
507
+ "special": true
508
+ },
509
+ "32060": {
510
+ "content": "<|EXTRA_60_TOKEN|>",
511
+ "lstrip": false,
512
+ "normalized": false,
513
+ "rstrip": false,
514
+ "single_word": false,
515
+ "special": true
516
+ },
517
+ "32061": {
518
+ "content": "<|EXTRA_61_TOKEN|>",
519
+ "lstrip": false,
520
+ "normalized": false,
521
+ "rstrip": false,
522
+ "single_word": false,
523
+ "special": true
524
+ },
525
+ "32062": {
526
+ "content": "<|EXTRA_62_TOKEN|>",
527
+ "lstrip": false,
528
+ "normalized": false,
529
+ "rstrip": false,
530
+ "single_word": false,
531
+ "special": true
532
+ },
533
+ "32063": {
534
+ "content": "<|EXTRA_63_TOKEN|>",
535
+ "lstrip": false,
536
+ "normalized": false,
537
+ "rstrip": false,
538
+ "single_word": false,
539
+ "special": true
540
+ },
541
+ "32064": {
542
+ "content": "<|EXTRA_64_TOKEN|>",
543
+ "lstrip": false,
544
+ "normalized": false,
545
+ "rstrip": false,
546
+ "single_word": false,
547
+ "special": true
548
+ },
549
+ "32065": {
550
+ "content": "<|EXTRA_65_TOKEN|>",
551
+ "lstrip": false,
552
+ "normalized": false,
553
+ "rstrip": false,
554
+ "single_word": false,
555
+ "special": true
556
+ },
557
+ "32066": {
558
+ "content": "<|EXTRA_66_TOKEN|>",
559
+ "lstrip": false,
560
+ "normalized": false,
561
+ "rstrip": false,
562
+ "single_word": false,
563
+ "special": true
564
+ },
565
+ "32067": {
566
+ "content": "<|EXTRA_67_TOKEN|>",
567
+ "lstrip": false,
568
+ "normalized": false,
569
+ "rstrip": false,
570
+ "single_word": false,
571
+ "special": true
572
+ },
573
+ "32068": {
574
+ "content": "<|EXTRA_68_TOKEN|>",
575
+ "lstrip": false,
576
+ "normalized": false,
577
+ "rstrip": false,
578
+ "single_word": false,
579
+ "special": true
580
+ },
581
+ "32069": {
582
+ "content": "<|EXTRA_69_TOKEN|>",
583
+ "lstrip": false,
584
+ "normalized": false,
585
+ "rstrip": false,
586
+ "single_word": false,
587
+ "special": true
588
+ },
589
+ "32070": {
590
+ "content": "<|EXTRA_70_TOKEN|>",
591
+ "lstrip": false,
592
+ "normalized": false,
593
+ "rstrip": false,
594
+ "single_word": false,
595
+ "special": true
596
+ },
597
+ "32071": {
598
+ "content": "<|EXTRA_71_TOKEN|>",
599
+ "lstrip": false,
600
+ "normalized": false,
601
+ "rstrip": false,
602
+ "single_word": false,
603
+ "special": true
604
+ },
605
+ "32072": {
606
+ "content": "<|EXTRA_72_TOKEN|>",
607
+ "lstrip": false,
608
+ "normalized": false,
609
+ "rstrip": false,
610
+ "single_word": false,
611
+ "special": true
612
+ },
613
+ "32073": {
614
+ "content": "<|EXTRA_73_TOKEN|>",
615
+ "lstrip": false,
616
+ "normalized": false,
617
+ "rstrip": false,
618
+ "single_word": false,
619
+ "special": true
620
+ },
621
+ "32074": {
622
+ "content": "<|EXTRA_74_TOKEN|>",
623
+ "lstrip": false,
624
+ "normalized": false,
625
+ "rstrip": false,
626
+ "single_word": false,
627
+ "special": true
628
+ },
629
+ "32075": {
630
+ "content": "<|EXTRA_75_TOKEN|>",
631
+ "lstrip": false,
632
+ "normalized": false,
633
+ "rstrip": false,
634
+ "single_word": false,
635
+ "special": true
636
+ },
637
+ "32076": {
638
+ "content": "<|EXTRA_76_TOKEN|>",
639
+ "lstrip": false,
640
+ "normalized": false,
641
+ "rstrip": false,
642
+ "single_word": false,
643
+ "special": true
644
+ },
645
+ "32077": {
646
+ "content": "<|EXTRA_77_TOKEN|>",
647
+ "lstrip": false,
648
+ "normalized": false,
649
+ "rstrip": false,
650
+ "single_word": false,
651
+ "special": true
652
+ },
653
+ "32078": {
654
+ "content": "<|EXTRA_78_TOKEN|>",
655
+ "lstrip": false,
656
+ "normalized": false,
657
+ "rstrip": false,
658
+ "single_word": false,
659
+ "special": true
660
+ },
661
+ "32079": {
662
+ "content": "<|EXTRA_79_TOKEN|>",
663
+ "lstrip": false,
664
+ "normalized": false,
665
+ "rstrip": false,
666
+ "single_word": false,
667
+ "special": true
668
+ },
669
+ "32080": {
670
+ "content": "<|EXTRA_80_TOKEN|>",
671
+ "lstrip": false,
672
+ "normalized": false,
673
+ "rstrip": false,
674
+ "single_word": false,
675
+ "special": true
676
+ },
677
+ "32081": {
678
+ "content": "<|EXTRA_81_TOKEN|>",
679
+ "lstrip": false,
680
+ "normalized": false,
681
+ "rstrip": false,
682
+ "single_word": false,
683
+ "special": true
684
+ },
685
+ "32082": {
686
+ "content": "<|EXTRA_82_TOKEN|>",
687
+ "lstrip": false,
688
+ "normalized": false,
689
+ "rstrip": false,
690
+ "single_word": false,
691
+ "special": true
692
+ },
693
+ "32083": {
694
+ "content": "<|EXTRA_83_TOKEN|>",
695
+ "lstrip": false,
696
+ "normalized": false,
697
+ "rstrip": false,
698
+ "single_word": false,
699
+ "special": true
700
+ },
701
+ "32084": {
702
+ "content": "<|EXTRA_84_TOKEN|>",
703
+ "lstrip": false,
704
+ "normalized": false,
705
+ "rstrip": false,
706
+ "single_word": false,
707
+ "special": true
708
+ },
709
+ "32085": {
710
+ "content": "<|EXTRA_85_TOKEN|>",
711
+ "lstrip": false,
712
+ "normalized": false,
713
+ "rstrip": false,
714
+ "single_word": false,
715
+ "special": true
716
+ },
717
+ "32086": {
718
+ "content": "<|EXTRA_86_TOKEN|>",
719
+ "lstrip": false,
720
+ "normalized": false,
721
+ "rstrip": false,
722
+ "single_word": false,
723
+ "special": true
724
+ },
725
+ "32087": {
726
+ "content": "<|EXTRA_87_TOKEN|>",
727
+ "lstrip": false,
728
+ "normalized": false,
729
+ "rstrip": false,
730
+ "single_word": false,
731
+ "special": true
732
+ },
733
+ "32088": {
734
+ "content": "<|EXTRA_88_TOKEN|>",
735
+ "lstrip": false,
736
+ "normalized": false,
737
+ "rstrip": false,
738
+ "single_word": false,
739
+ "special": true
740
+ },
741
+ "32089": {
742
+ "content": "<|EXTRA_89_TOKEN|>",
743
+ "lstrip": false,
744
+ "normalized": false,
745
+ "rstrip": false,
746
+ "single_word": false,
747
+ "special": true
748
+ },
749
+ "32090": {
750
+ "content": "<|EXTRA_90_TOKEN|>",
751
+ "lstrip": false,
752
+ "normalized": false,
753
+ "rstrip": false,
754
+ "single_word": false,
755
+ "special": true
756
+ },
757
+ "32091": {
758
+ "content": "<|EXTRA_91_TOKEN|>",
759
+ "lstrip": false,
760
+ "normalized": false,
761
+ "rstrip": false,
762
+ "single_word": false,
763
+ "special": true
764
+ },
765
+ "32092": {
766
+ "content": "<|EXTRA_92_TOKEN|>",
767
+ "lstrip": false,
768
+ "normalized": false,
769
+ "rstrip": false,
770
+ "single_word": false,
771
+ "special": true
772
+ },
773
+ "32093": {
774
+ "content": "<|EXTRA_93_TOKEN|>",
775
+ "lstrip": false,
776
+ "normalized": false,
777
+ "rstrip": false,
778
+ "single_word": false,
779
+ "special": true
780
+ },
781
+ "32094": {
782
+ "content": "<|EXTRA_94_TOKEN|>",
783
+ "lstrip": false,
784
+ "normalized": false,
785
+ "rstrip": false,
786
+ "single_word": false,
787
+ "special": true
788
+ },
789
+ "32095": {
790
+ "content": "<|EXTRA_95_TOKEN|>",
791
+ "lstrip": false,
792
+ "normalized": false,
793
+ "rstrip": false,
794
+ "single_word": false,
795
+ "special": true
796
+ },
797
+ "32096": {
798
+ "content": "<|EXTRA_96_TOKEN|>",
799
+ "lstrip": false,
800
+ "normalized": false,
801
+ "rstrip": false,
802
+ "single_word": false,
803
+ "special": true
804
+ },
805
+ "32097": {
806
+ "content": "<|EXTRA_97_TOKEN|>",
807
+ "lstrip": false,
808
+ "normalized": false,
809
+ "rstrip": false,
810
+ "single_word": false,
811
+ "special": true
812
+ },
813
+ "32098": {
814
+ "content": "<|EXTRA_98_TOKEN|>",
815
+ "lstrip": false,
816
+ "normalized": false,
817
+ "rstrip": false,
818
+ "single_word": false,
819
+ "special": true
820
+ },
821
+ "32099": {
822
+ "content": "<|EXTRA_99_TOKEN|>",
823
+ "lstrip": false,
824
+ "normalized": false,
825
+ "rstrip": false,
826
+ "single_word": false,
827
+ "special": true
828
+ },
829
+ "32100": {
830
+ "content": "<|EXTRA_100_TOKEN|>",
831
+ "lstrip": false,
832
+ "normalized": false,
833
+ "rstrip": false,
834
+ "single_word": false,
835
+ "special": true
836
+ },
837
+ "32101": {
838
+ "content": "<|EXTRA_101_TOKEN|>",
839
+ "lstrip": false,
840
+ "normalized": false,
841
+ "rstrip": false,
842
+ "single_word": false,
843
+ "special": true
844
+ },
845
+ "32102": {
846
+ "content": "<|EXTRA_102_TOKEN|>",
847
+ "lstrip": false,
848
+ "normalized": false,
849
+ "rstrip": false,
850
+ "single_word": false,
851
+ "special": true
852
+ },
853
+ "32103": {
854
+ "content": "<|EXTRA_103_TOKEN|>",
855
+ "lstrip": false,
856
+ "normalized": false,
857
+ "rstrip": false,
858
+ "single_word": false,
859
+ "special": true
860
+ },
861
+ "32104": {
862
+ "content": "<|EXTRA_104_TOKEN|>",
863
+ "lstrip": false,
864
+ "normalized": false,
865
+ "rstrip": false,
866
+ "single_word": false,
867
+ "special": true
868
+ },
869
+ "32105": {
870
+ "content": "<|EXTRA_105_TOKEN|>",
871
+ "lstrip": false,
872
+ "normalized": false,
873
+ "rstrip": false,
874
+ "single_word": false,
875
+ "special": true
876
+ },
877
+ "32106": {
878
+ "content": "<|EXTRA_106_TOKEN|>",
879
+ "lstrip": false,
880
+ "normalized": false,
881
+ "rstrip": false,
882
+ "single_word": false,
883
+ "special": true
884
+ },
885
+ "32107": {
886
+ "content": "<|EXTRA_107_TOKEN|>",
887
+ "lstrip": false,
888
+ "normalized": false,
889
+ "rstrip": false,
890
+ "single_word": false,
891
+ "special": true
892
+ },
893
+ "32108": {
894
+ "content": "<|EXTRA_108_TOKEN|>",
895
+ "lstrip": false,
896
+ "normalized": false,
897
+ "rstrip": false,
898
+ "single_word": false,
899
+ "special": true
900
+ },
901
+ "32109": {
902
+ "content": "<|EXTRA_109_TOKEN|>",
903
+ "lstrip": false,
904
+ "normalized": false,
905
+ "rstrip": false,
906
+ "single_word": false,
907
+ "special": true
908
+ },
909
+ "32110": {
910
+ "content": "<|EXTRA_110_TOKEN|>",
911
+ "lstrip": false,
912
+ "normalized": false,
913
+ "rstrip": false,
914
+ "single_word": false,
915
+ "special": true
916
+ },
917
+ "32111": {
918
+ "content": "<|EXTRA_111_TOKEN|>",
919
+ "lstrip": false,
920
+ "normalized": false,
921
+ "rstrip": false,
922
+ "single_word": false,
923
+ "special": true
924
+ },
925
+ "32112": {
926
+ "content": "<|EXTRA_112_TOKEN|>",
927
+ "lstrip": false,
928
+ "normalized": false,
929
+ "rstrip": false,
930
+ "single_word": false,
931
+ "special": true
932
+ },
933
+ "32113": {
934
+ "content": "<|EXTRA_113_TOKEN|>",
935
+ "lstrip": false,
936
+ "normalized": false,
937
+ "rstrip": false,
938
+ "single_word": false,
939
+ "special": true
940
+ },
941
+ "32114": {
942
+ "content": "<|EXTRA_114_TOKEN|>",
943
+ "lstrip": false,
944
+ "normalized": false,
945
+ "rstrip": false,
946
+ "single_word": false,
947
+ "special": true
948
+ },
949
+ "32115": {
950
+ "content": "<|EXTRA_115_TOKEN|>",
951
+ "lstrip": false,
952
+ "normalized": false,
953
+ "rstrip": false,
954
+ "single_word": false,
955
+ "special": true
956
+ },
957
+ "32116": {
958
+ "content": "<|EXTRA_116_TOKEN|>",
959
+ "lstrip": false,
960
+ "normalized": false,
961
+ "rstrip": false,
962
+ "single_word": false,
963
+ "special": true
964
+ },
965
+ "32117": {
966
+ "content": "<|EXTRA_117_TOKEN|>",
967
+ "lstrip": false,
968
+ "normalized": false,
969
+ "rstrip": false,
970
+ "single_word": false,
971
+ "special": true
972
+ },
973
+ "32118": {
974
+ "content": "<|EXTRA_118_TOKEN|>",
975
+ "lstrip": false,
976
+ "normalized": false,
977
+ "rstrip": false,
978
+ "single_word": false,
979
+ "special": true
980
+ },
981
+ "32119": {
982
+ "content": "<|EXTRA_119_TOKEN|>",
983
+ "lstrip": false,
984
+ "normalized": false,
985
+ "rstrip": false,
986
+ "single_word": false,
987
+ "special": true
988
+ },
989
+ "32120": {
990
+ "content": "<|EXTRA_120_TOKEN|>",
991
+ "lstrip": false,
992
+ "normalized": false,
993
+ "rstrip": false,
994
+ "single_word": false,
995
+ "special": true
996
+ },
997
+ "32121": {
998
+ "content": "<|EXTRA_121_TOKEN|>",
999
+ "lstrip": false,
1000
+ "normalized": false,
1001
+ "rstrip": false,
1002
+ "single_word": false,
1003
+ "special": true
1004
+ },
1005
+ "32122": {
1006
+ "content": "<|EXTRA_122_TOKEN|>",
1007
+ "lstrip": false,
1008
+ "normalized": false,
1009
+ "rstrip": false,
1010
+ "single_word": false,
1011
+ "special": true
1012
+ },
1013
+ "32123": {
1014
+ "content": "<|EXTRA_123_TOKEN|>",
1015
+ "lstrip": false,
1016
+ "normalized": false,
1017
+ "rstrip": false,
1018
+ "single_word": false,
1019
+ "special": true
1020
+ },
1021
+ "32124": {
1022
+ "content": "<|EXTRA_124_TOKEN|>",
1023
+ "lstrip": false,
1024
+ "normalized": false,
1025
+ "rstrip": false,
1026
+ "single_word": false,
1027
+ "special": true
1028
+ },
1029
+ "32125": {
1030
+ "content": "<|EXTRA_125_TOKEN|>",
1031
+ "lstrip": false,
1032
+ "normalized": false,
1033
+ "rstrip": false,
1034
+ "single_word": false,
1035
+ "special": true
1036
+ },
1037
+ "32126": {
1038
+ "content": "<|EXTRA_126_TOKEN|>",
1039
+ "lstrip": false,
1040
+ "normalized": false,
1041
+ "rstrip": false,
1042
+ "single_word": false,
1043
+ "special": true
1044
+ },
1045
+ "32127": {
1046
+ "content": "<|EXTRA_127_TOKEN|>",
1047
+ "lstrip": false,
1048
+ "normalized": false,
1049
+ "rstrip": false,
1050
+ "single_word": false,
1051
+ "special": true
1052
+ }
1053
+ },
1054
+ "additional_special_tokens": [
1055
+ "<|START_OF_TURN_TOKEN|>",
1056
+ "<|END_OF_TURN_TOKEN|>",
1057
+ "<|USER_TOKEN|>",
1058
+ "<|CHATBOT_TOKEN|>",
1059
+ "<|SYSTEM_TOKEN|>",
1060
+ "<|EXTRA_5_TOKEN|>",
1061
+ "<|EXTRA_6_TOKEN|>",
1062
+ "<|EXTRA_7_TOKEN|>",
1063
+ "<|EXTRA_8_TOKEN|>",
1064
+ "<|EXTRA_9_TOKEN|>",
1065
+ "<|EXTRA_10_TOKEN|>",
1066
+ "<|EXTRA_11_TOKEN|>",
1067
+ "<|EXTRA_12_TOKEN|>",
1068
+ "<|EXTRA_13_TOKEN|>",
1069
+ "<|EXTRA_14_TOKEN|>",
1070
+ "<|EXTRA_15_TOKEN|>",
1071
+ "<|EXTRA_16_TOKEN|>",
1072
+ "<|EXTRA_17_TOKEN|>",
1073
+ "<|EXTRA_18_TOKEN|>",
1074
+ "<|EXTRA_19_TOKEN|>",
1075
+ "<|EXTRA_20_TOKEN|>",
1076
+ "<|EXTRA_21_TOKEN|>",
1077
+ "<|EXTRA_22_TOKEN|>",
1078
+ "<|EXTRA_23_TOKEN|>",
1079
+ "<|EXTRA_24_TOKEN|>",
1080
+ "<|EXTRA_25_TOKEN|>",
1081
+ "<|EXTRA_26_TOKEN|>",
1082
+ "<|EXTRA_27_TOKEN|>",
1083
+ "<|EXTRA_28_TOKEN|>",
1084
+ "<|EXTRA_29_TOKEN|>",
1085
+ "<|EXTRA_30_TOKEN|>",
1086
+ "<|EXTRA_31_TOKEN|>",
1087
+ "<|EXTRA_32_TOKEN|>",
1088
+ "<|EXTRA_33_TOKEN|>",
1089
+ "<|EXTRA_34_TOKEN|>",
1090
+ "<|EXTRA_35_TOKEN|>",
1091
+ "<|EXTRA_36_TOKEN|>",
1092
+ "<|EXTRA_37_TOKEN|>",
1093
+ "<|EXTRA_38_TOKEN|>",
1094
+ "<|EXTRA_39_TOKEN|>",
1095
+ "<|EXTRA_40_TOKEN|>",
1096
+ "<|EXTRA_41_TOKEN|>",
1097
+ "<|EXTRA_42_TOKEN|>",
1098
+ "<|EXTRA_43_TOKEN|>",
1099
+ "<|EXTRA_44_TOKEN|>",
1100
+ "<|EXTRA_45_TOKEN|>",
1101
+ "<|EXTRA_46_TOKEN|>",
1102
+ "<|EXTRA_47_TOKEN|>",
1103
+ "<|EXTRA_48_TOKEN|>",
1104
+ "<|EXTRA_49_TOKEN|>",
1105
+ "<|EXTRA_50_TOKEN|>",
1106
+ "<|EXTRA_51_TOKEN|>",
1107
+ "<|EXTRA_52_TOKEN|>",
1108
+ "<|EXTRA_53_TOKEN|>",
1109
+ "<|EXTRA_54_TOKEN|>",
1110
+ "<|EXTRA_55_TOKEN|>",
1111
+ "<|EXTRA_56_TOKEN|>",
1112
+ "<|EXTRA_57_TOKEN|>",
1113
+ "<|EXTRA_58_TOKEN|>",
1114
+ "<|EXTRA_59_TOKEN|>",
1115
+ "<|EXTRA_60_TOKEN|>",
1116
+ "<|EXTRA_61_TOKEN|>",
1117
+ "<|EXTRA_62_TOKEN|>",
1118
+ "<|EXTRA_63_TOKEN|>",
1119
+ "<|EXTRA_64_TOKEN|>",
1120
+ "<|EXTRA_65_TOKEN|>",
1121
+ "<|EXTRA_66_TOKEN|>",
1122
+ "<|EXTRA_67_TOKEN|>",
1123
+ "<|EXTRA_68_TOKEN|>",
1124
+ "<|EXTRA_69_TOKEN|>",
1125
+ "<|EXTRA_70_TOKEN|>",
1126
+ "<|EXTRA_71_TOKEN|>",
1127
+ "<|EXTRA_72_TOKEN|>",
1128
+ "<|EXTRA_73_TOKEN|>",
1129
+ "<|EXTRA_74_TOKEN|>",
1130
+ "<|EXTRA_75_TOKEN|>",
1131
+ "<|EXTRA_76_TOKEN|>",
1132
+ "<|EXTRA_77_TOKEN|>",
1133
+ "<|EXTRA_78_TOKEN|>",
1134
+ "<|EXTRA_79_TOKEN|>",
1135
+ "<|EXTRA_80_TOKEN|>",
1136
+ "<|EXTRA_81_TOKEN|>",
1137
+ "<|EXTRA_82_TOKEN|>",
1138
+ "<|EXTRA_83_TOKEN|>",
1139
+ "<|EXTRA_84_TOKEN|>",
1140
+ "<|EXTRA_85_TOKEN|>",
1141
+ "<|EXTRA_86_TOKEN|>",
1142
+ "<|EXTRA_87_TOKEN|>",
1143
+ "<|EXTRA_88_TOKEN|>",
1144
+ "<|EXTRA_89_TOKEN|>",
1145
+ "<|EXTRA_90_TOKEN|>",
1146
+ "<|EXTRA_91_TOKEN|>",
1147
+ "<|EXTRA_92_TOKEN|>",
1148
+ "<|EXTRA_93_TOKEN|>",
1149
+ "<|EXTRA_94_TOKEN|>",
1150
+ "<|EXTRA_95_TOKEN|>",
1151
+ "<|EXTRA_96_TOKEN|>",
1152
+ "<|EXTRA_97_TOKEN|>",
1153
+ "<|EXTRA_98_TOKEN|>",
1154
+ "<|EXTRA_99_TOKEN|>",
1155
+ "<|EXTRA_100_TOKEN|>",
1156
+ "<|EXTRA_101_TOKEN|>",
1157
+ "<|EXTRA_102_TOKEN|>",
1158
+ "<|EXTRA_103_TOKEN|>",
1159
+ "<|EXTRA_104_TOKEN|>",
1160
+ "<|EXTRA_105_TOKEN|>",
1161
+ "<|EXTRA_106_TOKEN|>",
1162
+ "<|EXTRA_107_TOKEN|>",
1163
+ "<|EXTRA_108_TOKEN|>",
1164
+ "<|EXTRA_109_TOKEN|>",
1165
+ "<|EXTRA_110_TOKEN|>",
1166
+ "<|EXTRA_111_TOKEN|>",
1167
+ "<|EXTRA_112_TOKEN|>",
1168
+ "<|EXTRA_113_TOKEN|>",
1169
+ "<|EXTRA_114_TOKEN|>",
1170
+ "<|EXTRA_115_TOKEN|>",
1171
+ "<|EXTRA_116_TOKEN|>",
1172
+ "<|EXTRA_117_TOKEN|>",
1173
+ "<|EXTRA_118_TOKEN|>",
1174
+ "<|EXTRA_119_TOKEN|>",
1175
+ "<|EXTRA_120_TOKEN|>",
1176
+ "<|EXTRA_121_TOKEN|>",
1177
+ "<|EXTRA_122_TOKEN|>",
1178
+ "<|EXTRA_123_TOKEN|>",
1179
+ "<|EXTRA_124_TOKEN|>",
1180
+ "<|EXTRA_125_TOKEN|>",
1181
+ "<|EXTRA_126_TOKEN|>",
1182
+ "<|EXTRA_127_TOKEN|>"
1183
+ ],
1184
+ "bos_token": "<s>",
1185
+ "chat_template": [
1186
+ {
1187
+ "name": "default",
1188
+ "template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% if system_message != false %}{{ '<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>' + system_message + '<|END_OF_TURN_TOKEN|>' }}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|START_OF_TURN_TOKEN|><|USER_TOKEN|>' + content.strip() + '<|END_OF_TURN_TOKEN|>' }}{% elif message['role'] == 'assistant' %}{% set helpfulness = message['helpfulness']|string or '4' %}{% set correctness = message['correctness']|string or '4' %}{% set coherence = message['coherence']|string or '4' %}{% set complexity = message['complexity']|string or '4' %}{% set verbosity = message['verbosity']|string or '4' %}{% set quality = message['quality']|string or '4' %}{% set toxicity = message['toxicity']|string or '0' %}{% set humor = message['humor']|string or '0' %}{% set creativity = message['creativity']|string or '0' %}{{ '<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>' }}{{ '<attributes>helpfulness: ' + helpfulness + ' correctness: ' + correctness + ' coherence: ' + coherence + ' complexity: ' + complexity + ' verbosity: ' + verbosity + ' quality: ' + quality + ' toxicity: ' + toxicity + ' humor: ' + humor + ' creativity: ' + creativity + '</attributes>' }}{{ content.strip() + '<|END_OF_TURN_TOKEN|>' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{% set helpfulness = helpfulness|string or '4' %}{% set correctness = correctness|string or '4' %}{% set coherence = coherence|string or '4' %}{% set complexity = complexity|string or '4' %}{% set verbosity = verbosity|string or '4' %}{% set quality = quality|string or '4' %}{% set toxicity = toxicity|string or '0' %}{% set humor = humor|string or '0' %}{% set creativity = creativity|string or '0' %}{{ '<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>' }}{{ '<attributes>helpfulness: ' + helpfulness + ' correctness: ' + correctness + ' coherence: ' + coherence + ' complexity: ' + complexity + ' verbosity: ' + verbosity + ' quality: ' + quality + ' toxicity: ' + toxicity + ' humor: ' + humor + ' creativity: ' + creativity + '</attributes>' }}{% endif %}"
1189
+ },
1190
+ {
1191
+ "name": "tool_use",
1192
+ "template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = '## Task and Context\\nYou help people answer their questions and other requests interactively. You will be asked a very wide array of requests on all kinds of topics. You will be equipped with a wide range of search engines or similar tools to help you, which you use to research your answer. You should focus on serving the user\\'s needs as best you can, which will be wide-ranging.\\n\\n## Style Guide\\nUnless the user asks for a different style of answer, you should answer in full sentences, using proper grammar and spelling.' %}{% endif %}{{ '<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>' }}{{ '# System Instructions' }}{{ '\n## Basic Rules' }}{{ '\nYou are KARAKURI LM, a powerful conversational AI trained by KARAKURI to help people. You are augmented by a number of tools, and your job is to use and consume the output of these tools to best help the user. You will see a conversation history between yourself and a user, ending with an utterance from the user. You will then see a specific instruction instructing you what kind of response to generate. When you answer the user\\'s requests, you cite your sources in your answers, according to those instructions.' }}{{ '\n\n# User Instructions' }}{{ '\n' + system_message }}{{'\n\n## Available Tools\nHere is a list of tools that you have available to you:\n\n'}}{{ '```json\n' }}{{ tools|tojson(indent=2) }}{{ '\n```' }}{{ '<|END_OF_TURN_TOKEN|>'}}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|START_OF_TURN_TOKEN|><|USER_TOKEN|>' + content.strip() + '<|END_OF_TURN_TOKEN|>' }}{% elif message['role'] == 'system' %}{{ '<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>' + content.strip() + '<|END_OF_TURN_TOKEN|>' }}{% elif message['role'] == 'assistant' %}{% set helpfulness = message['helpfulness']|string or '4' %}{% set correctness = message['correctness']|string or '4' %}{% set coherence = message['coherence']|string or '4' %}{% set complexity = message['complexity']|string or '4' %}{% set verbosity = message['verbosity']|string or '4' %}{% set quality = message['quality']|string or '4' %}{% set toxicity = message['toxicity']|string or '0' %}{% set humor = message['humor']|string or '0' %}{% set creativity = message['creativity']|string or '0' %}{{ '<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>' }}{{ '<attributes>helpfulness: ' + helpfulness + ' correctness: ' + correctness + ' coherence: ' + coherence + ' complexity: ' + complexity + ' verbosity: ' + verbosity + ' quality: ' + quality + ' toxicity: ' + toxicity + ' humor: ' + humor + ' creativity: ' + creativity + '</attributes>' }}{{ content.strip() + '<|END_OF_TURN_TOKEN|>' }}{% endif %}{% endfor %}{{'<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>Write \\'Action:\\' followed by a json-formatted list of actions that you want to perform in order to produce a good response to the user\\'s last input. You can use any of the supplied tools any number of times, but you should aim to execute the minimum number of necessary actions for the input. You should use the `directly-answer` tool if calling the other tools is unnecessary. The list of actions you want to call should be formatted as a list of json objects, for example:\n```json\n[\n {\n \"tool_name\": title of the tool in the specification,\n \"parameters\": a dict of parameters to input into the tool as they are defined in the specs, or {} if it takes no parameters\n }\n]```<|END_OF_TURN_TOKEN|>'}}{% if add_generation_prompt %}{% set helpfulness = helpfulness|string or '4' %}{% set correctness = correctness|string or '4' %}{% set coherence = coherence|string or '4' %}{% set complexity = complexity|string or '4' %}{% set verbosity = verbosity|string or '4' %}{% set quality = quality|string or '4' %}{% set toxicity = toxicity|string or '0' %}{% set humor = humor|string or '0' %}{% set creativity = creativity|string or '0' %}{{ '<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>' }}{{ '<attributes>helpfulness: ' + helpfulness + ' correctness: ' + correctness + ' coherence: ' + coherence + ' complexity: ' + complexity + ' verbosity: ' + verbosity + ' quality: ' + quality + ' toxicity: ' + toxicity + ' humor: ' + humor + ' creativity: ' + creativity + '</attributes>' }}{% endif %}"
1193
+ },
1194
+ {
1195
+ "name": "rag",
1196
+ "template": "{{ bos_token }}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = '## Task and Context\\nYou help people answer their questions and other requests interactively. You will be asked a very wide array of requests on all kinds of topics. You will be equipped with a wide range of search engines or similar tools to help you, which you use to research your answer. You should focus on serving the user\\'s needs as best you can, which will be wide-ranging.\\n\\n## Style Guide\\nUnless the user asks for a different style of answer, you should answer in full sentences, using proper grammar and spelling.' %}{% endif %}{{ '<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>' }}{{ '# System Instructions' }}{{ '\n## Basic Rules' }}{{ '\nYou are KARAKURI LM, a powerful conversational AI trained by KARAKURI to help people. You are augmented by a number of tools, and your job is to use and consume the output of these tools to best help the user. You will see a conversation history between yourself and a user, ending with an utterance from the user. You will then see a specific instruction instructing you what kind of response to generate. When you answer the user\\'s requests, you cite your sources in your answers, according to those instructions.' }}{{ '\n\n# User Instructions' }}{{ '\n' + system_message }}{{ '<|END_OF_TURN_TOKEN|>'}}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|START_OF_TURN_TOKEN|><|USER_TOKEN|>' + content.strip() + '<|END_OF_TURN_TOKEN|>' }}{% elif message['role'] == 'system' %}{{ '<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>' + content.strip() + '<|END_OF_TURN_TOKEN|>' }}{% elif message['role'] == 'assistant' %}{% set helpfulness = message['helpfulness']|string or '4' %}{% set correctness = message['correctness']|string or '4' %}{% set coherence = message['coherence']|string or '4' %}{% set complexity = message['complexity']|string or '4' %}{% set verbosity = message['verbosity']|string or '4' %}{% set quality = message['quality']|string or '4' %}{% set toxicity = message['toxicity']|string or '0' %}{% set humor = message['humor']|string or '0' %}{% set creativity = message['creativity']|string or '0' %}{{ '<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>' }}{{ '<attributes>helpfulness: ' + helpfulness + ' correctness: ' + correctness + ' coherence: ' + coherence + ' complexity: ' + complexity + ' verbosity: ' + verbosity + ' quality: ' + quality + ' toxicity: ' + toxicity + ' humor: ' + humor + ' creativity: ' + creativity + '</attributes>' }}{{ content.strip() + '<|END_OF_TURN_TOKEN|>' }}{% endif %}{% endfor %}{{ '<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>'}}{{ '<results>' }}{% for document in documents %}{{ '\nDocument: ' }}{{ loop.index0 }}\n{% for key, value in document.items() %}{{ key }}: {{value}}\n{% endfor %}{% endfor %}{{ '</results>'}}{{ '<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>' }}{{ 'Write a detailed, high-quality and natural response to the user\\'s last input. Use the retrieved documents to help you.' }}{{ '<|END_OF_TURN_TOKEN|>' }}{% if add_generation_prompt %}{% set helpfulness = helpfulness|string or '4' %}{% set correctness = correctness|string or '4' %}{% set coherence = coherence|string or '4' %}{% set complexity = complexity|string or '4' %}{% set verbosity = verbosity|string or '4' %}{% set quality = quality|string or '4' %}{% set toxicity = toxicity|string or '0' %}{% set humor = humor|string or '0' %}{% set creativity = creativity|string or '0' %}{{ '<|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>' }}{{ '<attributes>helpfulness: ' + helpfulness + ' correctness: ' + correctness + ' coherence: ' + coherence + ' complexity: ' + complexity + ' verbosity: ' + verbosity + ' quality: ' + quality + ' toxicity: ' + toxicity + ' humor: ' + humor + ' creativity: ' + creativity + '</attributes>' }}{% endif %}"
1197
+ }
1198
+ ],
1199
+ "clean_up_tokenization_spaces": false,
1200
+ "eos_token": "<|END_OF_TURN_TOKEN|>",
1201
+ "legacy": true,
1202
+ "model_max_length": 1000000000000000019884624838656,
1203
+ "pad_token": null,
1204
+ "sp_model_kwargs": {},
1205
+ "spaces_between_special_tokens": false,
1206
+ "tokenizer_class": "LlamaTokenizer",
1207
+ "unk_token": "<unk>",
1208
+ "use_default_system_prompt": false
1209
+ }