File size: 338 Bytes
b55b047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "project": "Scientific evidence relevance classification",
  "embedding_model": "intfloat/e5-small-v2",
  "field_variant": "title_abstract",
  "classifier": "hist_gradient_boosting",
  "feature_dim": 1537,
  "label2id": {
    "not_relevant": 0,
    "relevant": 1
  },
  "id2label": {
    "0": "not_relevant",
    "1": "relevant"
  }
}