thangvip commited on
Commit
eb7c7ce
1 Parent(s): 206fc1e

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vietgpt/bert-30M-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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": 512,
13
+ "id2label": {
14
+ "0": 0,
15
+ "1": 1,
16
+ "2": 2,
17
+ "3": 3,
18
+ "4": 4,
19
+ "5": 5,
20
+ "6": 6,
21
+ "7": 7,
22
+ "8": 8,
23
+ "9": 9,
24
+ "10": 10,
25
+ "11": 11,
26
+ "12": 12,
27
+ "13": 13,
28
+ "14": 14,
29
+ "15": 15,
30
+ "16": 16,
31
+ "17": 17,
32
+ "18": 18,
33
+ "19": 19,
34
+ "20": 20,
35
+ "21": 21,
36
+ "22": 22,
37
+ "23": 23,
38
+ "24": 24,
39
+ "25": 25,
40
+ "26": 26,
41
+ "27": 27,
42
+ "28": 28,
43
+ "29": 29,
44
+ "30": 30
45
+ },
46
+ "initializer_range": 0.02,
47
+ "intermediate_size": 1024,
48
+ "label2id": {
49
+ "0": 0,
50
+ "1": 1,
51
+ "2": 2,
52
+ "3": 3,
53
+ "4": 4,
54
+ "5": 5,
55
+ "6": 6,
56
+ "7": 7,
57
+ "8": 8,
58
+ "9": 9,
59
+ "10": 10,
60
+ "11": 11,
61
+ "12": 12,
62
+ "13": 13,
63
+ "14": 14,
64
+ "15": 15,
65
+ "16": 16,
66
+ "17": 17,
67
+ "18": 18,
68
+ "19": 19,
69
+ "20": 20,
70
+ "21": 21,
71
+ "22": 22,
72
+ "23": 23,
73
+ "24": 24,
74
+ "25": 25,
75
+ "26": 26,
76
+ "27": 27,
77
+ "28": 28,
78
+ "29": 29,
79
+ "30": 30
80
+ },
81
+ "layer_norm_eps": 1e-05,
82
+ "max_position_embeddings": 514,
83
+ "model_type": "bert",
84
+ "num_attention_heads": 4,
85
+ "num_hidden_layers": 4,
86
+ "pad_token_id": 1,
87
+ "position_embedding_type": "absolute",
88
+ "problem_type": "single_label_classification",
89
+ "tokenizer_class": "BartphoTokenizer",
90
+ "torch_dtype": "float32",
91
+ "transformers_version": "4.37.1",
92
+ "type_vocab_size": 1,
93
+ "use_cache": true,
94
+ "vocab_size": 50001
95
+ }
dict.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e323103f726745427a30cb692d562cc6787fdc39fd9224b42907264742b64701
3
+ size 138228092
runs/Jan27_17-57-00_6053dd9424d3/events.out.tfevents.1706378224.6053dd9424d3.2774.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1248a6afb25d74597970597374be4f8d7585cc2fb3f3af623baba4b815b3d75f
3
+ size 6030
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63e0e8f2d912f8ebf14402e66c2afef07b078099b953efb690d18c6c00af23a
3
+ size 1027111
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "50000": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": true,
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
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "sp_model_kwargs": {},
53
+ "tokenizer_class": "BartphoTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a7aa68415d42370b0c6b04640a2286348174c6882d4ed2f19ce589dde7562a9
3
+ size 4792