File size: 1,278 Bytes
26bc096
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
    "label_list": [
        "O",
        "B-city",
        "I-city",
        "B-country_code",
        "I-country_code",
        "B-zipcode",
        "I-zipcode",
        "B-start_date",
        "I-start_date",
        "B-end_date",
        "I-end_date",
        "B-time_period",
        "I-time_period",
        "B-days",
        "I-days"
    ],
    "label_to_id": {
        "O": 0,
        "B-city": 1,
        "I-city": 2,
        "B-country_code": 3,
        "I-country_code": 4,
        "B-zipcode": 5,
        "I-zipcode": 6,
        "B-start_date": 7,
        "I-start_date": 8,
        "B-end_date": 9,
        "I-end_date": 10,
        "B-time_period": 11,
        "I-time_period": 12,
        "B-days": 13,
        "I-days": 14
    },
    "id_to_label": {
        "0": "O",
        "1": "B-city",
        "2": "I-city",
        "3": "B-country_code",
        "4": "I-country_code",
        "5": "B-zipcode",
        "6": "I-zipcode",
        "7": "B-start_date",
        "8": "I-start_date",
        "9": "B-end_date",
        "10": "I-end_date",
        "11": "B-time_period",
        "12": "I-time_period",
        "13": "B-days",
        "14": "I-days"
    },
    "model_type": "roberta",
    "base_model_name": "climatebert/distilroberta-base-climate-detector"
}