LightChen2333
commited on
Commit
·
440031a
1
Parent(s):
ec92b5c
Upload 3 files
Browse files- config.json +7 -0
config.json
CHANGED
@@ -353,6 +353,13 @@
|
|
353 |
"ignore_index": -100
|
354 |
},
|
355 |
"return_dict": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
356 |
"tokenizer_class": "OpenSLUv1",
|
357 |
"torch_dtype": "float32",
|
358 |
"transformers_version": "4.25.1",
|
|
|
353 |
"ignore_index": -100
|
354 |
},
|
355 |
"return_dict": false,
|
356 |
+
"tokenizer": {
|
357 |
+
"_align_mode_": "fast",
|
358 |
+
"_padding_side_": "right",
|
359 |
+
"_tokenizer_name_": "word_tokenizer",
|
360 |
+
"add_special_tokens": false,
|
361 |
+
"max_length": 512
|
362 |
+
},
|
363 |
"tokenizer_class": "OpenSLUv1",
|
364 |
"torch_dtype": "float32",
|
365 |
"transformers_version": "4.25.1",
|