tuanngoc commited on
Commit
5d2dc26
1 Parent(s): 5681198

Training in progress, step 712

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "qanastek/XLMRoberta-Alexa-Intents-Classification",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "thutuc_thongtinlienhe",
15
+ "1": "request_agent",
16
+ "2": "thutuc_thaydoithongtindangky",
17
+ "3": "bo_qua",
18
+ "4": "thutuc_chuyendiadiem",
19
+ "5": "thutuc_kiemtrathongtinhopdong",
20
+ "6": "htkt_fss_hdsdapp",
21
+ "7": "thutuc_chuyensohuu",
22
+ "8": "htkt_net_dotocdointernet",
23
+ "9": "htkt_net_quanlyinternet",
24
+ "10": "htkt_net_loitruycapmang",
25
+ "11": "thutuc_huyhopdong",
26
+ "12": "thutuc_thaydoisdtfptplay",
27
+ "13": "thutuc_quaygiaodich",
28
+ "14": "cuoc_uudaitratruoc",
29
+ "15": "htkt_net_loginmodemaccount",
30
+ "16": "htkt_net_cauhinhmodem",
31
+ "17": "htkt_khac_doivitrithietbi",
32
+ "18": "tam_biet",
33
+ "19": "need_help",
34
+ "20": "khieunai_saitinhtrangnocuoc",
35
+ "21": "khieunai_saitiencuoc",
36
+ "22": "cuoc_kiemtrathanhtoancuoc",
37
+ "23": "khieunai_khongnhaccuoc",
38
+ "24": "htkt_fplay_loixemkcong",
39
+ "25": "cuoc_nangcapgoi",
40
+ "26": "khieunai_loithanhtoancuoc",
41
+ "27": "htkt_fplay_truyenhinhgiatlag",
42
+ "28": "htkt_fss_loixemcamera",
43
+ "29": "htkt_khac_giuctiendoxulyyeucau",
44
+ "30": "cuoc_cuocdangkymoi",
45
+ "31": "htkt_khac_baohanhthietbi",
46
+ "32": "htkt_fss_loixoaycamera",
47
+ "33": "htkt_fss_loireplaycamera",
48
+ "34": "htkt_fss_loihinhanhcamera",
49
+ "35": "htkt_fss_loidamthoaicamera",
50
+ "36": "htkt_fplay_loiyoutube",
51
+ "37": "htkt_fplay_loitloadvod",
52
+ "38": "htkt_fplay_loiremote",
53
+ "39": "htkt_fplay_loiportal",
54
+ "40": "htkt_fplay_loinoidungvod",
55
+ "41": "htkt_fplay_loiboxphukien",
56
+ "42": "cuoc_giahancloud",
57
+ "43": "cuoc_giahantranocuoc",
58
+ "44": "cuoc_doikyhanthanhtoan",
59
+ "45": "cuoc_doihinhthucthanhtoan",
60
+ "46": "chao_hoi"
61
+ },
62
+ "initializer_range": 0.02,
63
+ "intermediate_size": 3072,
64
+ "label2id": {
65
+ "bo_qua": 3,
66
+ "chao_hoi": 46,
67
+ "cuoc_cuocdangkymoi": 30,
68
+ "cuoc_doihinhthucthanhtoan": 45,
69
+ "cuoc_doikyhanthanhtoan": 44,
70
+ "cuoc_giahancloud": 42,
71
+ "cuoc_giahantranocuoc": 43,
72
+ "cuoc_kiemtrathanhtoancuoc": 22,
73
+ "cuoc_nangcapgoi": 25,
74
+ "cuoc_uudaitratruoc": 14,
75
+ "htkt_fplay_loiboxphukien": 41,
76
+ "htkt_fplay_loinoidungvod": 40,
77
+ "htkt_fplay_loiportal": 39,
78
+ "htkt_fplay_loiremote": 38,
79
+ "htkt_fplay_loitloadvod": 37,
80
+ "htkt_fplay_loixemkcong": 24,
81
+ "htkt_fplay_loiyoutube": 36,
82
+ "htkt_fplay_truyenhinhgiatlag": 27,
83
+ "htkt_fss_hdsdapp": 6,
84
+ "htkt_fss_loidamthoaicamera": 35,
85
+ "htkt_fss_loihinhanhcamera": 34,
86
+ "htkt_fss_loireplaycamera": 33,
87
+ "htkt_fss_loixemcamera": 28,
88
+ "htkt_fss_loixoaycamera": 32,
89
+ "htkt_khac_baohanhthietbi": 31,
90
+ "htkt_khac_doivitrithietbi": 17,
91
+ "htkt_khac_giuctiendoxulyyeucau": 29,
92
+ "htkt_net_cauhinhmodem": 16,
93
+ "htkt_net_dotocdointernet": 8,
94
+ "htkt_net_loginmodemaccount": 15,
95
+ "htkt_net_loitruycapmang": 10,
96
+ "htkt_net_quanlyinternet": 9,
97
+ "khieunai_khongnhaccuoc": 23,
98
+ "khieunai_loithanhtoancuoc": 26,
99
+ "khieunai_saitiencuoc": 21,
100
+ "khieunai_saitinhtrangnocuoc": 20,
101
+ "need_help": 19,
102
+ "request_agent": 1,
103
+ "tam_biet": 18,
104
+ "thutuc_chuyendiadiem": 4,
105
+ "thutuc_chuyensohuu": 7,
106
+ "thutuc_huyhopdong": 11,
107
+ "thutuc_kiemtrathongtinhopdong": 5,
108
+ "thutuc_quaygiaodich": 13,
109
+ "thutuc_thaydoisdtfptplay": 12,
110
+ "thutuc_thaydoithongtindangky": 2,
111
+ "thutuc_thongtinlienhe": 0
112
+ },
113
+ "layer_norm_eps": 1e-05,
114
+ "max_position_embeddings": 514,
115
+ "model_type": "xlm-roberta",
116
+ "num_attention_heads": 12,
117
+ "num_hidden_layers": 12,
118
+ "output_past": true,
119
+ "pad_token_id": 1,
120
+ "position_embedding_type": "absolute",
121
+ "problem_type": "single_label_classification",
122
+ "torch_dtype": "float32",
123
+ "transformers_version": "4.41.2",
124
+ "type_vocab_size": 1,
125
+ "use_cache": true,
126
+ "vocab_size": 250002
127
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00a88b70cdc2fbffb71e9a190809aea699a35a7ab4e9d4583deb090a2b505390
3
+ size 1112343428
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8373f9cd3d27591e1924426bcc1c8799bc5a9affc4fc857982c5d66668dd1f41
3
+ size 17082832
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "max_length": 512,
50
+ "model_max_length": 512,
51
+ "pad_token": "<pad>",
52
+ "sep_token": "</s>",
53
+ "stride": 0,
54
+ "tokenizer_class": "XLMRobertaTokenizer",
55
+ "truncation_side": "right",
56
+ "truncation_strategy": "longest_first",
57
+ "unk_token": "<unk>"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:084379df3986fbb471461fd80ff10c2f77dd76172e29acdb5a23c1f4d3bda224
3
+ size 4731