File size: 2,639 Bytes
d7984cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
  "_name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
  "architectures": [
    "CamembertForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "eos_token_id": 2,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "B-Atmosphere",
    "2": "I-Atmosphere",
    "3": "B-ChildFriendly",
    "4": "I-ChildFriendly",
    "5": "B-Cleanliness",
    "6": "I-Cleanliness",
    "7": "B-Country",
    "8": "I-Country",
    "9": "B-Drink",
    "10": "I-Drink",
    "11": "B-Entertainment",
    "12": "I-Entertainment",
    "13": "B-Flavor",
    "14": "I-Flavor",
    "15": "B-FoodItem",
    "16": "I-FoodItem",
    "17": "B-Fresh",
    "18": "I-Fresh",
    "19": "B-Insect",
    "20": "I-Insect",
    "21": "B-Meat",
    "22": "I-Meat",
    "23": "B-ParkingSpace",
    "24": "I-ParkingSpace",
    "25": "B-Price",
    "26": "I-Price",
    "27": "B-Restroom",
    "28": "I-Restroom",
    "29": "B-Service",
    "30": "I-Service",
    "31": "B-Size",
    "32": "I-Size",
    "33": "B-Vegetable",
    "34": "I-Vegetable",
    "35": "B-Waiting",
    "36": "I-Waiting",
    "37": "B-Fruit",
    "38": "I-Fruit",
    "39": "B-Portion",
    "40": "I-Portion"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-Atmosphere": 1,
    "B-ChildFriendly": 3,
    "B-Cleanliness": 5,
    "B-Country": 7,
    "B-Drink": 9,
    "B-Entertainment": 11,
    "B-Flavor": 13,
    "B-FoodItem": 15,
    "B-Fresh": 17,
    "B-Fruit": 37,
    "B-Insect": 19,
    "B-Meat": 21,
    "B-ParkingSpace": 23,
    "B-Portion": 39,
    "B-Price": 25,
    "B-Restroom": 27,
    "B-Service": 29,
    "B-Size": 31,
    "B-Vegetable": 33,
    "B-Waiting": 35,
    "I-Atmosphere": 2,
    "I-ChildFriendly": 4,
    "I-Cleanliness": 6,
    "I-Country": 8,
    "I-Drink": 10,
    "I-Entertainment": 12,
    "I-Flavor": 14,
    "I-FoodItem": 16,
    "I-Fresh": 18,
    "I-Fruit": 38,
    "I-Insect": 20,
    "I-Meat": 22,
    "I-ParkingSpace": 24,
    "I-Portion": 40,
    "I-Price": 26,
    "I-Restroom": 28,
    "I-Service": 30,
    "I-Size": 32,
    "I-Vegetable": 34,
    "I-Waiting": 36,
    "O": 0
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "camembert",
  "num_attention_head": 12,
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.40.1",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 25005
}