Commit ·
1fecb64
1
Parent(s): 20c52ae
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +86 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CamembertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"gradient_checkpointing": false,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "balance",
|
| 16 |
+
"1": "balance_minutes",
|
| 17 |
+
"2": "bill",
|
| 18 |
+
"3": "contact",
|
| 19 |
+
"4": "credit",
|
| 20 |
+
"5": "detail",
|
| 21 |
+
"6": "garbage",
|
| 22 |
+
"7": "idd",
|
| 23 |
+
"8": "information",
|
| 24 |
+
"9": "internet",
|
| 25 |
+
"10": "iservice",
|
| 26 |
+
"11": "lost_stolen",
|
| 27 |
+
"12": "loyalty_card",
|
| 28 |
+
"13": "mobile_setting",
|
| 29 |
+
"14": "nontruemove",
|
| 30 |
+
"15": "officer",
|
| 31 |
+
"16": "package",
|
| 32 |
+
"17": "payment",
|
| 33 |
+
"18": "phone_issues",
|
| 34 |
+
"19": "promotion",
|
| 35 |
+
"20": "rate",
|
| 36 |
+
"21": "ringtone",
|
| 37 |
+
"22": "roaming",
|
| 38 |
+
"23": "service",
|
| 39 |
+
"24": "suspend",
|
| 40 |
+
"25": "truemoney"
|
| 41 |
+
},
|
| 42 |
+
"initializer_range": 0.02,
|
| 43 |
+
"intermediate_size": 3072,
|
| 44 |
+
"label2id": {
|
| 45 |
+
"balance": 0,
|
| 46 |
+
"balance_minutes": 1,
|
| 47 |
+
"bill": 2,
|
| 48 |
+
"contact": 3,
|
| 49 |
+
"credit": 4,
|
| 50 |
+
"detail": 5,
|
| 51 |
+
"garbage": 6,
|
| 52 |
+
"idd": 7,
|
| 53 |
+
"information": 8,
|
| 54 |
+
"internet": 9,
|
| 55 |
+
"iservice": 10,
|
| 56 |
+
"lost_stolen": 11,
|
| 57 |
+
"loyalty_card": 12,
|
| 58 |
+
"mobile_setting": 13,
|
| 59 |
+
"nontruemove": 14,
|
| 60 |
+
"officer": 15,
|
| 61 |
+
"package": 16,
|
| 62 |
+
"payment": 17,
|
| 63 |
+
"phone_issues": 18,
|
| 64 |
+
"promotion": 19,
|
| 65 |
+
"rate": 20,
|
| 66 |
+
"ringtone": 21,
|
| 67 |
+
"roaming": 22,
|
| 68 |
+
"service": 23,
|
| 69 |
+
"suspend": 24,
|
| 70 |
+
"truemoney": 25
|
| 71 |
+
},
|
| 72 |
+
"layer_norm_eps": 1e-12,
|
| 73 |
+
"max_position_embeddings": 512,
|
| 74 |
+
"model_type": "camembert",
|
| 75 |
+
"num_attention_head": 12,
|
| 76 |
+
"num_attention_heads": 12,
|
| 77 |
+
"num_hidden_layers": 12,
|
| 78 |
+
"pad_token_id": 1,
|
| 79 |
+
"position_embedding_type": "absolute",
|
| 80 |
+
"problem_type": "single_label_classification",
|
| 81 |
+
"torch_dtype": "float32",
|
| 82 |
+
"transformers_version": "4.30.1",
|
| 83 |
+
"type_vocab_size": 1,
|
| 84 |
+
"use_cache": true,
|
| 85 |
+
"vocab_size": 25005
|
| 86 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eef79df035ecd3cf71bf7592eed2d2aeb98d7c849fc4449a6c153c8b80d3ef8e
|
| 3 |
+
size 421131506
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e15311d97c0a4689f4794c5ae7eed011073ee5dd16f8ce3983faefd6e171d411
|
| 3 |
+
size 4408
|