Upload BertCrfForTokenClassification
Browse files- config.json +5 -2
config.json
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertCrfForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
|
|
|
7 |
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
"directionality": "bidi",
|
@@ -89,7 +92,7 @@
|
|
89 |
"pooler_type": "first_token_transform",
|
90 |
"position_embedding_type": "absolute",
|
91 |
"torch_dtype": "float32",
|
92 |
-
"transformers_version": "4.
|
93 |
"type_vocab_size": 2,
|
94 |
"use_cache": true,
|
95 |
"vocab_size": 21128
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gyr66/RoBERTa-ext-large-crf-chinese-finetuned-ner",
|
3 |
"architectures": [
|
4 |
"BertCrfForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoModelForTokenClassification": "model.BertCrfForTokenClassification"
|
9 |
+
},
|
10 |
"bos_token_id": 0,
|
11 |
"classifier_dropout": null,
|
12 |
"directionality": "bidi",
|
|
|
92 |
"pooler_type": "first_token_transform",
|
93 |
"position_embedding_type": "absolute",
|
94 |
"torch_dtype": "float32",
|
95 |
+
"transformers_version": "4.36.2",
|
96 |
"type_vocab_size": 2,
|
97 |
"use_cache": true,
|
98 |
"vocab_size": 21128
|