End of training
Browse files- README.md +23 -8
- 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-pl50
|
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-pl50
|
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.
|
23 |
-
- Rouge1: 19.
|
24 |
-
- Rouge2: 5.
|
25 |
-
- Rougel:
|
26 |
-
- Rougelsum:
|
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-pl50
|
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: 19.8017
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
# liputan6-pt-pl50
|
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.7533
|
38 |
+
- Rouge1: 19.8017
|
39 |
+
- Rouge2: 5.8239
|
40 |
+
- Rougel: 17.0737
|
41 |
+
- Rougelsum: 18.0279
|
42 |
+
- Gen Len: 30.789
|
43 |
|
44 |
## Model description
|
45 |
|
all_results.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_gen_len": 30.789,
|
4 |
+
"eval_loss": 3.7532596588134766,
|
5 |
+
"eval_rouge1": 19.8017,
|
6 |
+
"eval_rouge2": 5.8239,
|
7 |
+
"eval_rougeL": 17.0737,
|
8 |
+
"eval_rougeLsum": 18.0279,
|
9 |
+
"eval_runtime": 1387.1111,
|
10 |
+
"eval_samples": 1000,
|
11 |
+
"eval_samples_per_second": 0.721,
|
12 |
+
"eval_steps_per_second": 0.023,
|
13 |
+
"predict_gen_len": 30.491,
|
14 |
+
"predict_loss": 3.4927051067352295,
|
15 |
+
"predict_rouge1": 23.6497,
|
16 |
+
"predict_rouge2": 7.8208,
|
17 |
+
"predict_rougeL": 19.7078,
|
18 |
+
"predict_rougeLsum": 21.5526,
|
19 |
+
"predict_runtime": 1458.4576,
|
20 |
+
"predict_samples": 1000,
|
21 |
+
"predict_samples_per_second": 0.686,
|
22 |
+
"predict_steps_per_second": 0.022,
|
23 |
+
"total_flos": 3877644533760000.0,
|
24 |
+
"train_loss": 3.802120681036086,
|
25 |
+
"train_runtime": 4251.699,
|
26 |
+
"train_samples": 1000,
|
27 |
+
"train_samples_per_second": 1.176,
|
28 |
+
"train_steps_per_second": 0.074
|
29 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_gen_len": 30.789,
|
4 |
+
"eval_loss": 3.7532596588134766,
|
5 |
+
"eval_rouge1": 19.8017,
|
6 |
+
"eval_rouge2": 5.8239,
|
7 |
+
"eval_rougeL": 17.0737,
|
8 |
+
"eval_rougeLsum": 18.0279,
|
9 |
+
"eval_runtime": 1387.1111,
|
10 |
+
"eval_samples": 1000,
|
11 |
+
"eval_samples_per_second": 0.721,
|
12 |
+
"eval_steps_per_second": 0.023
|
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": 30.491,
|
3 |
+
"predict_loss": 3.4927051067352295,
|
4 |
+
"predict_rouge1": 23.6497,
|
5 |
+
"predict_rouge2": 7.8208,
|
6 |
+
"predict_rougeL": 19.7078,
|
7 |
+
"predict_rougeLsum": 21.5526,
|
8 |
+
"predict_runtime": 1458.4576,
|
9 |
+
"predict_samples": 1000,
|
10 |
+
"predict_samples_per_second": 0.686,
|
11 |
+
"predict_steps_per_second": 0.022
|
12 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"total_flos": 3877644533760000.0,
|
4 |
+
"train_loss": 3.802120681036086,
|
5 |
+
"train_runtime": 4251.699,
|
6 |
+
"train_samples": 1000,
|
7 |
+
"train_samples_per_second": 1.176,
|
8 |
+
"train_steps_per_second": 0.074
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 19.7665,
|
3 |
+
"best_model_checkpoint": "bin/liputan6-pt-pl50/checkpoint-252",
|
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": 1.0756858587265015,
|
14 |
+
"learning_rate": 0.0008,
|
15 |
+
"loss": 4.7245,
|
16 |
+
"step": 63
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.0,
|
20 |
+
"eval_gen_len": 30.652,
|
21 |
+
"eval_loss": 3.9912047386169434,
|
22 |
+
"eval_rouge1": 16.8276,
|
23 |
+
"eval_rouge2": 3.6927,
|
24 |
+
"eval_rougeL": 14.367,
|
25 |
+
"eval_rougeLsum": 15.3151,
|
26 |
+
"eval_runtime": 761.8947,
|
27 |
+
"eval_samples_per_second": 1.313,
|
28 |
+
"eval_steps_per_second": 0.042,
|
29 |
+
"step": 63
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 2.0,
|
33 |
+
"grad_norm": 1.0456533432006836,
|
34 |
+
"learning_rate": 0.0006,
|
35 |
+
"loss": 3.9104,
|
36 |
+
"step": 126
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 2.0,
|
40 |
+
"eval_gen_len": 35.104,
|
41 |
+
"eval_loss": 3.8609139919281006,
|
42 |
+
"eval_rouge1": 17.712,
|
43 |
+
"eval_rouge2": 4.2061,
|
44 |
+
"eval_rougeL": 14.9465,
|
45 |
+
"eval_rougeLsum": 15.9818,
|
46 |
+
"eval_runtime": 1158.8796,
|
47 |
+
"eval_samples_per_second": 0.863,
|
48 |
+
"eval_steps_per_second": 0.028,
|
49 |
+
"step": 126
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 3.0,
|
53 |
+
"grad_norm": 1.1262755393981934,
|
54 |
+
"learning_rate": 0.0004,
|
55 |
+
"loss": 3.6651,
|
56 |
+
"step": 189
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 3.0,
|
60 |
+
"eval_gen_len": 30.749,
|
61 |
+
"eval_loss": 3.8036019802093506,
|
62 |
+
"eval_rouge1": 18.8508,
|
63 |
+
"eval_rouge2": 4.6943,
|
64 |
+
"eval_rougeL": 15.8363,
|
65 |
+
"eval_rougeLsum": 17.0134,
|
66 |
+
"eval_runtime": 740.0114,
|
67 |
+
"eval_samples_per_second": 1.351,
|
68 |
+
"eval_steps_per_second": 0.043,
|
69 |
+
"step": 189
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 4.0,
|
73 |
+
"grad_norm": 1.2107006311416626,
|
74 |
+
"learning_rate": 0.0002,
|
75 |
+
"loss": 3.4442,
|
76 |
+
"step": 252
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 4.0,
|
80 |
+
"eval_gen_len": 28.31,
|
81 |
+
"eval_loss": 3.7532596588134766,
|
82 |
+
"eval_rouge1": 19.7665,
|
83 |
+
"eval_rouge2": 5.1425,
|
84 |
+
"eval_rougeL": 16.7615,
|
85 |
+
"eval_rougeLsum": 18.1456,
|
86 |
+
"eval_runtime": 520.3377,
|
87 |
+
"eval_samples_per_second": 1.922,
|
88 |
+
"eval_steps_per_second": 0.061,
|
89 |
+
"step": 252
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 5.0,
|
93 |
+
"grad_norm": 1.1439872980117798,
|
94 |
+
"learning_rate": 0.0,
|
95 |
+
"loss": 3.2664,
|
96 |
+
"step": 315
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 5.0,
|
100 |
+
"eval_gen_len": 29.142,
|
101 |
+
"eval_loss": 3.7381248474121094,
|
102 |
+
"eval_rouge1": 19.5385,
|
103 |
+
"eval_rouge2": 5.1106,
|
104 |
+
"eval_rougeL": 16.7601,
|
105 |
+
"eval_rougeLsum": 17.9271,
|
106 |
+
"eval_runtime": 664.3792,
|
107 |
+
"eval_samples_per_second": 1.505,
|
108 |
+
"eval_steps_per_second": 0.048,
|
109 |
+
"step": 315
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 5.0,
|
113 |
+
"step": 315,
|
114 |
+
"total_flos": 3877644533760000.0,
|
115 |
+
"train_loss": 3.802120681036086,
|
116 |
+
"train_runtime": 4251.699,
|
117 |
+
"train_samples_per_second": 1.176,
|
118 |
+
"train_steps_per_second": 0.074
|
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 |
+
}
|