File size: 1,959 Bytes
1fecb64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
  "architectures": [
    "CamembertForSequenceClassification"
  ],
  "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": "balance",
    "1": "balance_minutes",
    "2": "bill",
    "3": "contact",
    "4": "credit",
    "5": "detail",
    "6": "garbage",
    "7": "idd",
    "8": "information",
    "9": "internet",
    "10": "iservice",
    "11": "lost_stolen",
    "12": "loyalty_card",
    "13": "mobile_setting",
    "14": "nontruemove",
    "15": "officer",
    "16": "package",
    "17": "payment",
    "18": "phone_issues",
    "19": "promotion",
    "20": "rate",
    "21": "ringtone",
    "22": "roaming",
    "23": "service",
    "24": "suspend",
    "25": "truemoney"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "balance": 0,
    "balance_minutes": 1,
    "bill": 2,
    "contact": 3,
    "credit": 4,
    "detail": 5,
    "garbage": 6,
    "idd": 7,
    "information": 8,
    "internet": 9,
    "iservice": 10,
    "lost_stolen": 11,
    "loyalty_card": 12,
    "mobile_setting": 13,
    "nontruemove": 14,
    "officer": 15,
    "package": 16,
    "payment": 17,
    "phone_issues": 18,
    "promotion": 19,
    "rate": 20,
    "ringtone": 21,
    "roaming": 22,
    "service": 23,
    "suspend": 24,
    "truemoney": 25
  },
  "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",
  "problem_type": "single_label_classification",
  "torch_dtype": "float32",
  "transformers_version": "4.30.1",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 25005
}