File size: 621 Bytes
bb8ce2c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a9c0c7a
bb8ce2c
 
 
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
26
27
28
29
30
{
  "architectures": [
    "TypeBERTForSequenceClassification"
  ],
  "auto_map": {
    "AutoConfig": "type_bert_model.TypeBERTConfig",
    "AutoModelForSequenceClassification": "type_bert_model.TypeBERTForSequenceClassification"
  },
  "id2label": {
    "0": "agent",
    "1": "event",
    "2": "place",
    "3": "item",
    "4": "virtual",
    "5": "concept"
  },
  "label2id": {
    "agent": 0,
    "concept": 5,
    "event": 1,
    "item": 3,
    "place": 2,
    "virtual": 4
  },
  "model_type": "type_bert",
  "tokenizer_class": "bert-base-uncased",
  "torch_dtype": "float32",
  "transformers_version": "4.22.1"
}