End of training
Browse files- README.md +22 -7
- all_results.json +29 -0
- eval_results.json +13 -0
- generated_predictions.txt +0 -0
- predict_results.json +12 -0
- train_results.json +9 -0
- trainer_state.json +130 -0
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: LazarusNLP/IndoNanoT5-base
|
4 |
tags:
|
@@ -9,7 +11,20 @@ metrics:
|
|
9 |
- rouge
|
10 |
model-index:
|
11 |
- name: liputan6-pt-pl5
|
12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,14 +32,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# liputan6-pt-pl5
|
19 |
|
20 |
-
This model is a fine-tuned version of [LazarusNLP/IndoNanoT5-base](https://huggingface.co/LazarusNLP/IndoNanoT5-base) on the id_liputan6 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 3.8205
|
23 |
-
- Rouge1: 18.
|
24 |
-
- Rouge2: 4.
|
25 |
-
- Rougel: 15.
|
26 |
-
- Rougelsum: 16.
|
27 |
-
- Gen Len:
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- id
|
4 |
license: apache-2.0
|
5 |
base_model: LazarusNLP/IndoNanoT5-base
|
6 |
tags:
|
|
|
11 |
- rouge
|
12 |
model-index:
|
13 |
- name: liputan6-pt-pl5
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
name: Summarization
|
17 |
+
type: summarization
|
18 |
+
dataset:
|
19 |
+
name: id_liputan6 canonical
|
20 |
+
type: id_liputan6
|
21 |
+
config: canonical
|
22 |
+
split: validation
|
23 |
+
args: canonical
|
24 |
+
metrics:
|
25 |
+
- name: Rouge1
|
26 |
+
type: rouge
|
27 |
+
value: 18.3412
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
# liputan6-pt-pl5
|
34 |
|
35 |
+
This model is a fine-tuned version of [LazarusNLP/IndoNanoT5-base](https://huggingface.co/LazarusNLP/IndoNanoT5-base) on the id_liputan6 canonical dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
- Loss: 3.8205
|
38 |
+
- Rouge1: 18.3412
|
39 |
+
- Rouge2: 4.7361
|
40 |
+
- Rougel: 15.5136
|
41 |
+
- Rougelsum: 16.6913
|
42 |
+
- Gen Len: 35.5
|
43 |
|
44 |
## Model description
|
45 |
|
all_results.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_gen_len": 35.5,
|
4 |
+
"eval_loss": 3.820514440536499,
|
5 |
+
"eval_rouge1": 18.3412,
|
6 |
+
"eval_rouge2": 4.7361,
|
7 |
+
"eval_rougeL": 15.5136,
|
8 |
+
"eval_rougeLsum": 16.6913,
|
9 |
+
"eval_runtime": 1715.0696,
|
10 |
+
"eval_samples": 1000,
|
11 |
+
"eval_samples_per_second": 0.583,
|
12 |
+
"eval_steps_per_second": 0.019,
|
13 |
+
"predict_gen_len": 35.234,
|
14 |
+
"predict_loss": 3.543308973312378,
|
15 |
+
"predict_rouge1": 21.9696,
|
16 |
+
"predict_rouge2": 6.2524,
|
17 |
+
"predict_rougeL": 18.1263,
|
18 |
+
"predict_rougeLsum": 20.1408,
|
19 |
+
"predict_runtime": 1735.6386,
|
20 |
+
"predict_samples": 1000,
|
21 |
+
"predict_samples_per_second": 0.576,
|
22 |
+
"predict_steps_per_second": 0.018,
|
23 |
+
"total_flos": 3877644533760000.0,
|
24 |
+
"train_loss": 4.081830463712177,
|
25 |
+
"train_runtime": 1435.3865,
|
26 |
+
"train_samples": 1000,
|
27 |
+
"train_samples_per_second": 3.483,
|
28 |
+
"train_steps_per_second": 0.219
|
29 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_gen_len": 35.5,
|
4 |
+
"eval_loss": 3.820514440536499,
|
5 |
+
"eval_rouge1": 18.3412,
|
6 |
+
"eval_rouge2": 4.7361,
|
7 |
+
"eval_rougeL": 15.5136,
|
8 |
+
"eval_rougeLsum": 16.6913,
|
9 |
+
"eval_runtime": 1715.0696,
|
10 |
+
"eval_samples": 1000,
|
11 |
+
"eval_samples_per_second": 0.583,
|
12 |
+
"eval_steps_per_second": 0.019
|
13 |
+
}
|
generated_predictions.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
predict_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"predict_gen_len": 35.234,
|
3 |
+
"predict_loss": 3.543308973312378,
|
4 |
+
"predict_rouge1": 21.9696,
|
5 |
+
"predict_rouge2": 6.2524,
|
6 |
+
"predict_rougeL": 18.1263,
|
7 |
+
"predict_rougeLsum": 20.1408,
|
8 |
+
"predict_runtime": 1735.6386,
|
9 |
+
"predict_samples": 1000,
|
10 |
+
"predict_samples_per_second": 0.576,
|
11 |
+
"predict_steps_per_second": 0.018
|
12 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"total_flos": 3877644533760000.0,
|
4 |
+
"train_loss": 4.081830463712177,
|
5 |
+
"train_runtime": 1435.3865,
|
6 |
+
"train_samples": 1000,
|
7 |
+
"train_samples_per_second": 3.483,
|
8 |
+
"train_steps_per_second": 0.219
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 18.6328,
|
3 |
+
"best_model_checkpoint": "bin/liputan6-pt-pl5/checkpoint-315",
|
4 |
+
"epoch": 5.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 315,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"grad_norm": 0.9840264320373535,
|
14 |
+
"learning_rate": 0.0008,
|
15 |
+
"loss": 4.799,
|
16 |
+
"step": 63
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.0,
|
20 |
+
"eval_gen_len": 40.873,
|
21 |
+
"eval_loss": 4.114248275756836,
|
22 |
+
"eval_rouge1": 13.0788,
|
23 |
+
"eval_rouge2": 2.2394,
|
24 |
+
"eval_rougeL": 10.8409,
|
25 |
+
"eval_rougeLsum": 11.8062,
|
26 |
+
"eval_runtime": 296.6779,
|
27 |
+
"eval_samples_per_second": 3.371,
|
28 |
+
"eval_steps_per_second": 0.108,
|
29 |
+
"step": 63
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 2.0,
|
33 |
+
"grad_norm": 0.9562803506851196,
|
34 |
+
"learning_rate": 0.0006,
|
35 |
+
"loss": 4.179,
|
36 |
+
"step": 126
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 2.0,
|
40 |
+
"eval_gen_len": 32.962,
|
41 |
+
"eval_loss": 3.9927873611450195,
|
42 |
+
"eval_rouge1": 16.7604,
|
43 |
+
"eval_rouge2": 3.2541,
|
44 |
+
"eval_rougeL": 13.8889,
|
45 |
+
"eval_rougeLsum": 15.1654,
|
46 |
+
"eval_runtime": 249.03,
|
47 |
+
"eval_samples_per_second": 4.016,
|
48 |
+
"eval_steps_per_second": 0.128,
|
49 |
+
"step": 126
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 3.0,
|
53 |
+
"grad_norm": 0.9820513725280762,
|
54 |
+
"learning_rate": 0.0004,
|
55 |
+
"loss": 3.9656,
|
56 |
+
"step": 189
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 3.0,
|
60 |
+
"eval_gen_len": 30.549,
|
61 |
+
"eval_loss": 3.883206367492676,
|
62 |
+
"eval_rouge1": 18.1366,
|
63 |
+
"eval_rouge2": 3.9918,
|
64 |
+
"eval_rougeL": 15.2392,
|
65 |
+
"eval_rougeLsum": 16.4266,
|
66 |
+
"eval_runtime": 192.373,
|
67 |
+
"eval_samples_per_second": 5.198,
|
68 |
+
"eval_steps_per_second": 0.166,
|
69 |
+
"step": 189
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 4.0,
|
73 |
+
"grad_norm": 0.9895921945571899,
|
74 |
+
"learning_rate": 0.0002,
|
75 |
+
"loss": 3.8038,
|
76 |
+
"step": 252
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 4.0,
|
80 |
+
"eval_gen_len": 28.411,
|
81 |
+
"eval_loss": 3.855151414871216,
|
82 |
+
"eval_rouge1": 18.2504,
|
83 |
+
"eval_rouge2": 4.0948,
|
84 |
+
"eval_rougeL": 15.4777,
|
85 |
+
"eval_rougeLsum": 16.7374,
|
86 |
+
"eval_runtime": 138.9665,
|
87 |
+
"eval_samples_per_second": 7.196,
|
88 |
+
"eval_steps_per_second": 0.23,
|
89 |
+
"step": 252
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 5.0,
|
93 |
+
"grad_norm": 1.030814290046692,
|
94 |
+
"learning_rate": 0.0,
|
95 |
+
"loss": 3.6617,
|
96 |
+
"step": 315
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 5.0,
|
100 |
+
"eval_gen_len": 30.177,
|
101 |
+
"eval_loss": 3.820514440536499,
|
102 |
+
"eval_rouge1": 18.6328,
|
103 |
+
"eval_rouge2": 4.2703,
|
104 |
+
"eval_rougeL": 15.6625,
|
105 |
+
"eval_rougeLsum": 16.9103,
|
106 |
+
"eval_runtime": 173.6125,
|
107 |
+
"eval_samples_per_second": 5.76,
|
108 |
+
"eval_steps_per_second": 0.184,
|
109 |
+
"step": 315
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 5.0,
|
113 |
+
"step": 315,
|
114 |
+
"total_flos": 3877644533760000.0,
|
115 |
+
"train_loss": 4.081830463712177,
|
116 |
+
"train_runtime": 1435.3865,
|
117 |
+
"train_samples_per_second": 3.483,
|
118 |
+
"train_steps_per_second": 0.219
|
119 |
+
}
|
120 |
+
],
|
121 |
+
"logging_steps": 500,
|
122 |
+
"max_steps": 315,
|
123 |
+
"num_input_tokens_seen": 0,
|
124 |
+
"num_train_epochs": 5,
|
125 |
+
"save_steps": 500,
|
126 |
+
"total_flos": 3877644533760000.0,
|
127 |
+
"train_batch_size": 16,
|
128 |
+
"trial_name": null,
|
129 |
+
"trial_params": null
|
130 |
+
}
|