wangchanberta-hw6 / config.json
thanaphatt1's picture
Training in progress, epoch 1
1fecb64
{
"_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
}