xiangpeng.wxp
commited on
Commit
•
1defe03
1
Parent(s):
d44b248
update tokenizer class
Browse files- config.json +1 -1
config.json
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
"summary_proj_to_labels": true,
|
25 |
"summary_type": "cls_index",
|
26 |
"summary_use_proj": true,
|
27 |
-
"tokenizer_class": "
|
28 |
"transformers_version": "4.29.2",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 256000
|
|
|
24 |
"summary_proj_to_labels": true,
|
25 |
"summary_type": "cls_index",
|
26 |
"summary_use_proj": true,
|
27 |
+
"tokenizer_class": "AutoTokenizer",
|
28 |
"transformers_version": "4.29.2",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 256000
|