File size: 461 Bytes
3f6c744
 
 
 
aa049c9
 
 
 
3f6c744
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "architectures": [
    "XLMEduModelHF"
  ],
  "auto_map": {
    "AutoConfig": "modeling_xlmedu.XLMEduConfig",
    "AutoModel": "modeling_xlmedu.XLMEduModelHF"
  },
  "encoder_name": "FacebookAI/xlm-roberta-large",
  "id2label": {
    "0": "B-EDU",
    "1": "I-EDU",
    "2": "O"
  },
  "label2id": {
    "B-EDU": 0,
    "I-EDU": 1,
    "O": 2
  },
  "model_type": "xlm_edu",
  "num_tags": 3,
  "torch_dtype": "float32",
  "transformers_version": "4.40.2"
}