lengyue233
commited on
Commit
•
14df5cb
1
Parent(s):
877a7b7
Upload tokenizer
Browse files- README.md +199 -0
- special_tokens_map.json +3 -0
- tokenizer.json +364 -0
- tokenizer_config.json +64 -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]
|
special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pad_token": "<|pad|>"
|
3 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,364 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
5 |
+
"added_tokens": [
|
6 |
+
{
|
7 |
+
"id": 0,
|
8 |
+
"content": "<|im_start|>",
|
9 |
+
"single_word": false,
|
10 |
+
"lstrip": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"special": true
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"id": 1,
|
17 |
+
"content": "<|im_sep|>",
|
18 |
+
"single_word": false,
|
19 |
+
"lstrip": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"normalized": false,
|
22 |
+
"special": true
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"id": 2,
|
26 |
+
"content": "<|start_bytes|>",
|
27 |
+
"single_word": false,
|
28 |
+
"lstrip": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"special": true
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"id": 3,
|
35 |
+
"content": "<|end_bytes|>",
|
36 |
+
"single_word": false,
|
37 |
+
"lstrip": false,
|
38 |
+
"rstrip": false,
|
39 |
+
"normalized": false,
|
40 |
+
"special": true
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"id": 4,
|
44 |
+
"content": "<|im_end|>",
|
45 |
+
"single_word": false,
|
46 |
+
"lstrip": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"id": 5,
|
53 |
+
"content": "<|semantic|>",
|
54 |
+
"single_word": false,
|
55 |
+
"lstrip": false,
|
56 |
+
"rstrip": false,
|
57 |
+
"normalized": false,
|
58 |
+
"special": true
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"id": 6,
|
62 |
+
"content": "<|pad|>",
|
63 |
+
"single_word": false,
|
64 |
+
"lstrip": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"normalized": false,
|
67 |
+
"special": true
|
68 |
+
}
|
69 |
+
],
|
70 |
+
"normalizer": null,
|
71 |
+
"pre_tokenizer": {
|
72 |
+
"type": "ByteLevel",
|
73 |
+
"add_prefix_space": false,
|
74 |
+
"trim_offsets": true,
|
75 |
+
"use_regex": true
|
76 |
+
},
|
77 |
+
"post_processor": {
|
78 |
+
"type": "ByteLevel",
|
79 |
+
"add_prefix_space": true,
|
80 |
+
"trim_offsets": false,
|
81 |
+
"use_regex": true
|
82 |
+
},
|
83 |
+
"decoder": {
|
84 |
+
"type": "ByteLevel",
|
85 |
+
"add_prefix_space": true,
|
86 |
+
"trim_offsets": true,
|
87 |
+
"use_regex": true
|
88 |
+
},
|
89 |
+
"model": {
|
90 |
+
"type": "BPE",
|
91 |
+
"dropout": null,
|
92 |
+
"unk_token": null,
|
93 |
+
"continuing_subword_prefix": null,
|
94 |
+
"end_of_word_suffix": null,
|
95 |
+
"fuse_unk": false,
|
96 |
+
"byte_fallback": false,
|
97 |
+
"vocab": {
|
98 |
+
"<|im_start|>": 0,
|
99 |
+
"<|im_sep|>": 1,
|
100 |
+
"<|start_bytes|>": 2,
|
101 |
+
"<|end_bytes|>": 3,
|
102 |
+
"<|im_end|>": 4,
|
103 |
+
"<|semantic|>": 5,
|
104 |
+
"<|pad|>": 6,
|
105 |
+
"!": 7,
|
106 |
+
"\"": 8,
|
107 |
+
"#": 9,
|
108 |
+
"$": 10,
|
109 |
+
"%": 11,
|
110 |
+
"&": 12,
|
111 |
+
"'": 13,
|
112 |
+
"(": 14,
|
113 |
+
")": 15,
|
114 |
+
"*": 16,
|
115 |
+
"+": 17,
|
116 |
+
",": 18,
|
117 |
+
"-": 19,
|
118 |
+
".": 20,
|
119 |
+
"/": 21,
|
120 |
+
"0": 22,
|
121 |
+
"1": 23,
|
122 |
+
"2": 24,
|
123 |
+
"3": 25,
|
124 |
+
"4": 26,
|
125 |
+
"5": 27,
|
126 |
+
"6": 28,
|
127 |
+
"7": 29,
|
128 |
+
"8": 30,
|
129 |
+
"9": 31,
|
130 |
+
":": 32,
|
131 |
+
";": 33,
|
132 |
+
"<": 34,
|
133 |
+
"=": 35,
|
134 |
+
">": 36,
|
135 |
+
"?": 37,
|
136 |
+
"@": 38,
|
137 |
+
"A": 39,
|
138 |
+
"B": 40,
|
139 |
+
"C": 41,
|
140 |
+
"D": 42,
|
141 |
+
"E": 43,
|
142 |
+
"F": 44,
|
143 |
+
"G": 45,
|
144 |
+
"H": 46,
|
145 |
+
"I": 47,
|
146 |
+
"J": 48,
|
147 |
+
"K": 49,
|
148 |
+
"L": 50,
|
149 |
+
"M": 51,
|
150 |
+
"N": 52,
|
151 |
+
"O": 53,
|
152 |
+
"P": 54,
|
153 |
+
"Q": 55,
|
154 |
+
"R": 56,
|
155 |
+
"S": 57,
|
156 |
+
"T": 58,
|
157 |
+
"U": 59,
|
158 |
+
"V": 60,
|
159 |
+
"W": 61,
|
160 |
+
"X": 62,
|
161 |
+
"Y": 63,
|
162 |
+
"Z": 64,
|
163 |
+
"[": 65,
|
164 |
+
"\\": 66,
|
165 |
+
"]": 67,
|
166 |
+
"^": 68,
|
167 |
+
"_": 69,
|
168 |
+
"`": 70,
|
169 |
+
"a": 71,
|
170 |
+
"b": 72,
|
171 |
+
"c": 73,
|
172 |
+
"d": 74,
|
173 |
+
"e": 75,
|
174 |
+
"f": 76,
|
175 |
+
"g": 77,
|
176 |
+
"h": 78,
|
177 |
+
"i": 79,
|
178 |
+
"j": 80,
|
179 |
+
"k": 81,
|
180 |
+
"l": 82,
|
181 |
+
"m": 83,
|
182 |
+
"n": 84,
|
183 |
+
"o": 85,
|
184 |
+
"p": 86,
|
185 |
+
"q": 87,
|
186 |
+
"r": 88,
|
187 |
+
"s": 89,
|
188 |
+
"t": 90,
|
189 |
+
"u": 91,
|
190 |
+
"v": 92,
|
191 |
+
"w": 93,
|
192 |
+
"x": 94,
|
193 |
+
"y": 95,
|
194 |
+
"z": 96,
|
195 |
+
"{": 97,
|
196 |
+
"|": 98,
|
197 |
+
"}": 99,
|
198 |
+
"~": 100,
|
199 |
+
"¡": 101,
|
200 |
+
"¢": 102,
|
201 |
+
"£": 103,
|
202 |
+
"¤": 104,
|
203 |
+
"¥": 105,
|
204 |
+
"¦": 106,
|
205 |
+
"§": 107,
|
206 |
+
"¨": 108,
|
207 |
+
"©": 109,
|
208 |
+
"ª": 110,
|
209 |
+
"«": 111,
|
210 |
+
"¬": 112,
|
211 |
+
"®": 113,
|
212 |
+
"¯": 114,
|
213 |
+
"°": 115,
|
214 |
+
"±": 116,
|
215 |
+
"²": 117,
|
216 |
+
"³": 118,
|
217 |
+
"´": 119,
|
218 |
+
"µ": 120,
|
219 |
+
"¶": 121,
|
220 |
+
"·": 122,
|
221 |
+
"¸": 123,
|
222 |
+
"¹": 124,
|
223 |
+
"º": 125,
|
224 |
+
"»": 126,
|
225 |
+
"¼": 127,
|
226 |
+
"½": 128,
|
227 |
+
"¾": 129,
|
228 |
+
"¿": 130,
|
229 |
+
"À": 131,
|
230 |
+
"Á": 132,
|
231 |
+
"Â": 133,
|
232 |
+
"Ã": 134,
|
233 |
+
"Ä": 135,
|
234 |
+
"Å": 136,
|
235 |
+
"Æ": 137,
|
236 |
+
"Ç": 138,
|
237 |
+
"È": 139,
|
238 |
+
"É": 140,
|
239 |
+
"Ê": 141,
|
240 |
+
"Ë": 142,
|
241 |
+
"Ì": 143,
|
242 |
+
"Í": 144,
|
243 |
+
"Î": 145,
|
244 |
+
"Ï": 146,
|
245 |
+
"Ð": 147,
|
246 |
+
"Ñ": 148,
|
247 |
+
"Ò": 149,
|
248 |
+
"Ó": 150,
|
249 |
+
"Ô": 151,
|
250 |
+
"Õ": 152,
|
251 |
+
"Ö": 153,
|
252 |
+
"×": 154,
|
253 |
+
"Ø": 155,
|
254 |
+
"Ù": 156,
|
255 |
+
"Ú": 157,
|
256 |
+
"Û": 158,
|
257 |
+
"Ü": 159,
|
258 |
+
"Ý": 160,
|
259 |
+
"Þ": 161,
|
260 |
+
"ß": 162,
|
261 |
+
"à": 163,
|
262 |
+
"á": 164,
|
263 |
+
"â": 165,
|
264 |
+
"ã": 166,
|
265 |
+
"ä": 167,
|
266 |
+
"å": 168,
|
267 |
+
"æ": 169,
|
268 |
+
"ç": 170,
|
269 |
+
"è": 171,
|
270 |
+
"é": 172,
|
271 |
+
"ê": 173,
|
272 |
+
"ë": 174,
|
273 |
+
"ì": 175,
|
274 |
+
"í": 176,
|
275 |
+
"î": 177,
|
276 |
+
"ï": 178,
|
277 |
+
"ð": 179,
|
278 |
+
"ñ": 180,
|
279 |
+
"ò": 181,
|
280 |
+
"ó": 182,
|
281 |
+
"ô": 183,
|
282 |
+
"õ": 184,
|
283 |
+
"ö": 185,
|
284 |
+
"÷": 186,
|
285 |
+
"ø": 187,
|
286 |
+
"ù": 188,
|
287 |
+
"ú": 189,
|
288 |
+
"û": 190,
|
289 |
+
"ü": 191,
|
290 |
+
"ý": 192,
|
291 |
+
"þ": 193,
|
292 |
+
"ÿ": 194,
|
293 |
+
"Ā": 195,
|
294 |
+
"ā": 196,
|
295 |
+
"Ă": 197,
|
296 |
+
"ă": 198,
|
297 |
+
"Ą": 199,
|
298 |
+
"ą": 200,
|
299 |
+
"Ć": 201,
|
300 |
+
"ć": 202,
|
301 |
+
"Ĉ": 203,
|
302 |
+
"ĉ": 204,
|
303 |
+
"Ċ": 205,
|
304 |
+
"ċ": 206,
|
305 |
+
"Č": 207,
|
306 |
+
"č": 208,
|
307 |
+
"Ď": 209,
|
308 |
+
"ď": 210,
|
309 |
+
"Đ": 211,
|
310 |
+
"đ": 212,
|
311 |
+
"Ē": 213,
|
312 |
+
"ē": 214,
|
313 |
+
"Ĕ": 215,
|
314 |
+
"ĕ": 216,
|
315 |
+
"Ė": 217,
|
316 |
+
"ė": 218,
|
317 |
+
"Ę": 219,
|
318 |
+
"ę": 220,
|
319 |
+
"Ě": 221,
|
320 |
+
"ě": 222,
|
321 |
+
"Ĝ": 223,
|
322 |
+
"ĝ": 224,
|
323 |
+
"Ğ": 225,
|
324 |
+
"ğ": 226,
|
325 |
+
"Ġ": 227,
|
326 |
+
"ġ": 228,
|
327 |
+
"Ģ": 229,
|
328 |
+
"ģ": 230,
|
329 |
+
"Ĥ": 231,
|
330 |
+
"ĥ": 232,
|
331 |
+
"Ħ": 233,
|
332 |
+
"ħ": 234,
|
333 |
+
"Ĩ": 235,
|
334 |
+
"ĩ": 236,
|
335 |
+
"Ī": 237,
|
336 |
+
"ī": 238,
|
337 |
+
"Ĭ": 239,
|
338 |
+
"ĭ": 240,
|
339 |
+
"Į": 241,
|
340 |
+
"į": 242,
|
341 |
+
"İ": 243,
|
342 |
+
"ı": 244,
|
343 |
+
"IJ": 245,
|
344 |
+
"ij": 246,
|
345 |
+
"Ĵ": 247,
|
346 |
+
"ĵ": 248,
|
347 |
+
"Ķ": 249,
|
348 |
+
"ķ": 250,
|
349 |
+
"ĸ": 251,
|
350 |
+
"Ĺ": 252,
|
351 |
+
"ĺ": 253,
|
352 |
+
"Ļ": 254,
|
353 |
+
"ļ": 255,
|
354 |
+
"Ľ": 256,
|
355 |
+
"ľ": 257,
|
356 |
+
"Ŀ": 258,
|
357 |
+
"ŀ": 259,
|
358 |
+
"Ł": 260,
|
359 |
+
"ł": 261,
|
360 |
+
"Ń": 262
|
361 |
+
},
|
362 |
+
"merges": []
|
363 |
+
}
|
364 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<|im_start|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<|im_sep|>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "<|start_bytes|>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "<|end_bytes|>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"4": {
|
36 |
+
"content": "<|im_end|>",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
},
|
43 |
+
"5": {
|
44 |
+
"content": "<|semantic|>",
|
45 |
+
"lstrip": false,
|
46 |
+
"normalized": false,
|
47 |
+
"rstrip": false,
|
48 |
+
"single_word": false,
|
49 |
+
"special": true
|
50 |
+
},
|
51 |
+
"6": {
|
52 |
+
"content": "<|pad|>",
|
53 |
+
"lstrip": false,
|
54 |
+
"normalized": false,
|
55 |
+
"rstrip": false,
|
56 |
+
"single_word": false,
|
57 |
+
"special": true
|
58 |
+
}
|
59 |
+
},
|
60 |
+
"clean_up_tokenization_spaces": true,
|
61 |
+
"model_max_length": 1000000000000000019884624838656,
|
62 |
+
"pad_token": "<|pad|>",
|
63 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
64 |
+
}
|