Subject-Emu-5259 commited on
Commit
845e04d
·
verified ·
1 Parent(s): bd2aaf7

Sync LoRA adapter: tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +13 -34
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
@@ -164,37 +159,21 @@
164
  ],
165
  "normalizer": null,
166
  "pre_tokenizer": {
167
- "type": "ByteLevel",
168
- "add_prefix_space": false,
169
- "trim_offsets": true,
170
- "use_regex": true
171
- },
172
- "post_processor": {
173
- "type": "TemplateProcessing",
174
- "single": [
175
- {
176
- "Sequence": {
177
- "id": "A",
178
- "type_id": 0
179
- }
180
- }
181
- ],
182
- "pair": [
183
  {
184
- "Sequence": {
185
- "id": "A",
186
- "type_id": 0
187
- }
188
  },
189
  {
190
- "Sequence": {
191
- "id": "B",
192
- "type_id": 1
193
- }
194
  }
195
- ],
196
- "special_tokens": {}
197
  },
 
198
  "decoder": {
199
  "type": "ByteLevel",
200
  "add_prefix_space": true,
@@ -205,8 +184,8 @@
205
  "type": "BPE",
206
  "dropout": null,
207
  "unk_token": null,
208
- "continuing_subword_prefix": "",
209
- "end_of_word_suffix": "",
210
  "fuse_unk": false,
211
  "byte_fallback": false,
212
  "ignore_merges": false,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
159
  ],
160
  "normalizer": null,
161
  "pre_tokenizer": {
162
+ "type": "Sequence",
163
+ "pretokenizers": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  {
165
+ "type": "Digits",
166
+ "individual_digits": true
 
 
167
  },
168
  {
169
+ "type": "ByteLevel",
170
+ "add_prefix_space": false,
171
+ "trim_offsets": true,
172
+ "use_regex": true
173
  }
174
+ ]
 
175
  },
176
+ "post_processor": null,
177
  "decoder": {
178
  "type": "ByteLevel",
179
  "add_prefix_space": true,
 
184
  "type": "BPE",
185
  "dropout": null,
186
  "unk_token": null,
187
+ "continuing_subword_prefix": null,
188
+ "end_of_word_suffix": null,
189
  "fuse_unk": false,
190
  "byte_fallback": false,
191
  "ignore_merges": false,