toanduc commited on
Commit
bebca5b
1 Parent(s): e03db37

End of training

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: vinai/bartpho-syllable
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: bartpho-syllable-sport
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bartpho-syllable-sport
16
+
17
+ This model is a fine-tuned version of [vinai/bartpho-syllable](https://huggingface.co/vinai/bartpho-syllable) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.5564
20
+ - Rouge1: 22.1502
21
+ - Rouge2: 10.6731
22
+ - Rougel: 17.0415
23
+ - Rougelsum: 19.4188
24
+ - Gen Len: 20.0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 16
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
56
+ | 0.7288 | 1.0 | 2897 | 1.5132 | 22.8736 | 10.7796 | 17.5095 | 20.0227 | 20.0 |
57
+ | 0.6559 | 2.0 | 5794 | 1.5787 | 22.6719 | 11.5016 | 17.6212 | 20.1146 | 20.0 |
58
+ | 0.588 | 3.0 | 8691 | 1.6882 | 22.5239 | 11.3821 | 17.592 | 20.0007 | 20.0 |
59
+ | 0.4995 | 4.0 | 11588 | 1.7667 | 22.485 | 11.0341 | 17.379 | 19.7174 | 20.0 |
60
+ | 0.4345 | 5.0 | 14485 | 1.8834 | 22.2374 | 11.2249 | 17.4357 | 19.6897 | 20.0 |
61
+ | 0.376 | 6.0 | 17382 | 2.0113 | 22.0062 | 10.9701 | 17.1091 | 19.4408 | 20.0 |
62
+ | 0.3324 | 7.0 | 20279 | 2.1052 | 22.276 | 11.0747 | 17.3729 | 19.6683 | 20.0 |
63
+ | 0.288 | 8.0 | 23176 | 2.2021 | 22.5061 | 11.077 | 17.3248 | 19.7652 | 20.0 |
64
+ | 0.2597 | 9.0 | 26073 | 2.2556 | 22.1242 | 10.9297 | 17.1186 | 19.5203 | 20.0 |
65
+ | 0.2143 | 10.0 | 28970 | 2.3314 | 22.0919 | 10.8978 | 17.1433 | 19.4825 | 20.0 |
66
+ | 0.1862 | 11.0 | 31867 | 2.3885 | 22.1965 | 10.6584 | 17.028 | 19.4857 | 20.0 |
67
+ | 0.164 | 12.0 | 34764 | 2.4553 | 22.1645 | 10.8153 | 17.0451 | 19.4125 | 20.0 |
68
+ | 0.1434 | 13.0 | 37661 | 2.4914 | 22.1914 | 10.8805 | 17.085 | 19.4976 | 20.0 |
69
+ | 0.1275 | 14.0 | 40558 | 2.5209 | 22.2731 | 10.817 | 17.2177 | 19.5875 | 20.0 |
70
+ | 0.1172 | 15.0 | 43455 | 2.5463 | 22.1502 | 10.8105 | 17.1025 | 19.4512 | 20.0 |
71
+ | 0.1072 | 16.0 | 46352 | 2.5564 | 22.1502 | 10.6731 | 17.0415 | 19.4188 | 20.0 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.38.1
77
+ - Pytorch 2.1.0+cu121
78
+ - Datasets 2.18.0
79
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vinai/bartpho-syllable",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "MBartForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 0,
10
+ "classifier_dropout": 0.0,
11
+ "d_model": 1024,
12
+ "decoder_attention_heads": 16,
13
+ "decoder_ffn_dim": 4096,
14
+ "decoder_layerdrop": 0.0,
15
+ "decoder_layers": 12,
16
+ "decoder_start_token_id": 2,
17
+ "dropout": 0.1,
18
+ "encoder_attention_heads": 16,
19
+ "encoder_ffn_dim": 4096,
20
+ "encoder_layerdrop": 0.0,
21
+ "encoder_layers": 12,
22
+ "eos_token_id": 2,
23
+ "forced_eos_token_id": 2,
24
+ "gradient_checkpointing": false,
25
+ "init_std": 0.02,
26
+ "is_encoder_decoder": true,
27
+ "max_position_embeddings": 1024,
28
+ "model_type": "mbart",
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 1,
31
+ "scale_embedding": false,
32
+ "tokenizer_class": "BartphoTokenizer",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.38.1",
35
+ "use_cache": true,
36
+ "vocab_size": 40030
37
+ }
dict.txt ADDED
The diff for this file is too large to render. See raw diff
 
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "eos_token_id": 2,
5
+ "forced_eos_token_id": 2,
6
+ "pad_token_id": 1,
7
+ "transformers_version": "4.38.1"
8
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae714698765353a9f024978cef04d30ea30d092ff193d8a586fdb15353dc7d8
3
+ size 1583480280
runs/Mar12_10-23-57_d5f8b6fd30a3/events.out.tfevents.1710239040.d5f8b6fd30a3.102875.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a19477c1369031578c5ccd114609408c8a91255d4f1bb8c5af9526ad9a0d7fb
3
+ size 53365
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,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
+ "40029": {
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": 1024,
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:be14adeb0616691ceefa2927205e93258f7d04ae3913d810ebd7998300fd5f6a
3
+ size 5048