michaelfeil commited on
Commit
6ee47e0
·
verified ·
1 Parent(s): 2428e0d

rerank auto-detection TEI/infinity

Browse files

No intend to be merged. Can be merged.

Files changed (1) hide show
  1. 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",