michaelfeil
commited on
rerank auto-detection TEI/infinity
Browse filesNo intend to be merged. Can be merged.
- config.json +6 -0
config.json
CHANGED
@@ -11,6 +11,12 @@
|
|
11 |
"AutoModelForSequenceClassification": "modeling_bert.JinaBertForSequenceClassification",
|
12 |
"AutoModelForTokenClassification": "modeling_bert.JinaBertForTokenClassification"
|
13 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"classifier_dropout": null,
|
15 |
"emb_pooler": "mean",
|
16 |
"feed_forward_type": "geglu",
|
|
|
11 |
"AutoModelForSequenceClassification": "modeling_bert.JinaBertForSequenceClassification",
|
12 |
"AutoModelForTokenClassification": "modeling_bert.JinaBertForTokenClassification"
|
13 |
},
|
14 |
+
"id2label": {
|
15 |
+
"0": "LABEL_RERANK_0"
|
16 |
+
},
|
17 |
+
"label2id": {
|
18 |
+
"LABEL_RERANK_0": 0
|
19 |
+
},
|
20 |
"classifier_dropout": null,
|
21 |
"emb_pooler": "mean",
|
22 |
"feed_forward_type": "geglu",
|