michaelfeil
commited on
Update config.json
Browse files- config.json +0 -4
config.json
CHANGED
@@ -5,11 +5,7 @@
|
|
5 |
"attn_implementation": "torch",
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_bert.JinaBertConfig",
|
8 |
-
"AutoModel": "modeling_bert.JinaBertModel",
|
9 |
-
"AutoModelForMaskedLM": "modeling_bert.JinaBertForMaskedLM",
|
10 |
-
"AutoModelForQuestionAnswering": "modeling_bert.JinaBertForQuestionAnswering",
|
11 |
"AutoModelForSequenceClassification": "modeling_bert.JinaBertForSequenceClassification",
|
12 |
-
"AutoModelForTokenClassification": "modeling_bert.JinaBertForTokenClassification"
|
13 |
},
|
14 |
"id2label": {
|
15 |
"0": "LABEL_RERANK_0"
|
|
|
5 |
"attn_implementation": "torch",
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_bert.JinaBertConfig",
|
|
|
|
|
|
|
8 |
"AutoModelForSequenceClassification": "modeling_bert.JinaBertForSequenceClassification",
|
|
|
9 |
},
|
10 |
"id2label": {
|
11 |
"0": "LABEL_RERANK_0"
|