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-lora-8
|
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-lora-8
|
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: 2.
|
23 |
-
- Rouge1:
|
24 |
-
- Rouge2:
|
25 |
-
- Rougel: 24.
|
26 |
-
- Rougelsum: 26.
|
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-lora-8
|
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: 29.078
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
# liputan6-lora-8
|
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: 2.6337
|
38 |
+
- Rouge1: 29.078
|
39 |
+
- Rouge2: 13.2531
|
40 |
+
- Rougel: 24.7383
|
41 |
+
- Rougelsum: 26.5396
|
42 |
+
- Gen Len: 35.496
|
43 |
|
44 |
## Model description
|
45 |
|
all_results.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_gen_len": 35.496,
|
4 |
+
"eval_loss": 2.6337075233459473,
|
5 |
+
"eval_rouge1": 29.078,
|
6 |
+
"eval_rouge2": 13.2531,
|
7 |
+
"eval_rougeL": 24.7383,
|
8 |
+
"eval_rougeLsum": 26.5396,
|
9 |
+
"eval_runtime": 810.9249,
|
10 |
+
"eval_samples": 1000,
|
11 |
+
"eval_samples_per_second": 1.233,
|
12 |
+
"eval_steps_per_second": 0.039,
|
13 |
+
"predict_gen_len": 35.069,
|
14 |
+
"predict_loss": 2.1046853065490723,
|
15 |
+
"predict_rouge1": 36.4081,
|
16 |
+
"predict_rouge2": 20.0914,
|
17 |
+
"predict_rougeL": 31.0252,
|
18 |
+
"predict_rougeLsum": 33.8995,
|
19 |
+
"predict_runtime": 888.8681,
|
20 |
+
"predict_samples": 1000,
|
21 |
+
"predict_samples_per_second": 1.125,
|
22 |
+
"predict_steps_per_second": 0.036,
|
23 |
+
"total_flos": 3437376307200000.0,
|
24 |
+
"train_loss": 2.4014356340680805,
|
25 |
+
"train_runtime": 1409.9107,
|
26 |
+
"train_samples": 1000,
|
27 |
+
"train_samples_per_second": 3.546,
|
28 |
+
"train_steps_per_second": 0.223
|
29 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_gen_len": 35.496,
|
4 |
+
"eval_loss": 2.6337075233459473,
|
5 |
+
"eval_rouge1": 29.078,
|
6 |
+
"eval_rouge2": 13.2531,
|
7 |
+
"eval_rougeL": 24.7383,
|
8 |
+
"eval_rougeLsum": 26.5396,
|
9 |
+
"eval_runtime": 810.9249,
|
10 |
+
"eval_samples": 1000,
|
11 |
+
"eval_samples_per_second": 1.233,
|
12 |
+
"eval_steps_per_second": 0.039
|
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.069,
|
3 |
+
"predict_loss": 2.1046853065490723,
|
4 |
+
"predict_rouge1": 36.4081,
|
5 |
+
"predict_rouge2": 20.0914,
|
6 |
+
"predict_rougeL": 31.0252,
|
7 |
+
"predict_rougeLsum": 33.8995,
|
8 |
+
"predict_runtime": 888.8681,
|
9 |
+
"predict_samples": 1000,
|
10 |
+
"predict_samples_per_second": 1.125,
|
11 |
+
"predict_steps_per_second": 0.036
|
12 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"total_flos": 3437376307200000.0,
|
4 |
+
"train_loss": 2.4014356340680805,
|
5 |
+
"train_runtime": 1409.9107,
|
6 |
+
"train_samples": 1000,
|
7 |
+
"train_samples_per_second": 3.546,
|
8 |
+
"train_steps_per_second": 0.223
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,130 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 28.8883,
|
3 |
+
"best_model_checkpoint": "bin/liputan6-lora-8/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.1928575038909912,
|
14 |
+
"learning_rate": 0.0008,
|
15 |
+
"loss": 3.1146,
|
16 |
+
"step": 63
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.0,
|
20 |
+
"eval_gen_len": 28.445,
|
21 |
+
"eval_loss": 2.77751088142395,
|
22 |
+
"eval_rouge1": 25.1926,
|
23 |
+
"eval_rouge2": 10.831,
|
24 |
+
"eval_rougeL": 21.8588,
|
25 |
+
"eval_rougeLsum": 23.0603,
|
26 |
+
"eval_runtime": 282.5418,
|
27 |
+
"eval_samples_per_second": 3.539,
|
28 |
+
"eval_steps_per_second": 0.113,
|
29 |
+
"step": 63
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 2.0,
|
33 |
+
"grad_norm": 1.15657377243042,
|
34 |
+
"learning_rate": 0.0006,
|
35 |
+
"loss": 2.3694,
|
36 |
+
"step": 126
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 2.0,
|
40 |
+
"eval_gen_len": 35.297,
|
41 |
+
"eval_loss": 2.6682474613189697,
|
42 |
+
"eval_rouge1": 27.3169,
|
43 |
+
"eval_rouge2": 12.0479,
|
44 |
+
"eval_rougeL": 23.5983,
|
45 |
+
"eval_rougeLsum": 25.0305,
|
46 |
+
"eval_runtime": 263.6368,
|
47 |
+
"eval_samples_per_second": 3.793,
|
48 |
+
"eval_steps_per_second": 0.121,
|
49 |
+
"step": 126
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 3.0,
|
53 |
+
"grad_norm": 1.2961732149124146,
|
54 |
+
"learning_rate": 0.0004,
|
55 |
+
"loss": 2.2462,
|
56 |
+
"step": 189
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"epoch": 3.0,
|
60 |
+
"eval_gen_len": 31.547,
|
61 |
+
"eval_loss": 2.610564708709717,
|
62 |
+
"eval_rouge1": 27.8939,
|
63 |
+
"eval_rouge2": 12.0631,
|
64 |
+
"eval_rougeL": 23.6765,
|
65 |
+
"eval_rougeLsum": 25.5954,
|
66 |
+
"eval_runtime": 173.0596,
|
67 |
+
"eval_samples_per_second": 5.778,
|
68 |
+
"eval_steps_per_second": 0.185,
|
69 |
+
"step": 189
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 4.0,
|
73 |
+
"grad_norm": 1.227543830871582,
|
74 |
+
"learning_rate": 0.0002,
|
75 |
+
"loss": 2.1582,
|
76 |
+
"step": 252
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epoch": 4.0,
|
80 |
+
"eval_gen_len": 31.688,
|
81 |
+
"eval_loss": 2.6337075233459473,
|
82 |
+
"eval_rouge1": 28.8883,
|
83 |
+
"eval_rouge2": 12.7056,
|
84 |
+
"eval_rougeL": 24.6102,
|
85 |
+
"eval_rougeLsum": 26.4945,
|
86 |
+
"eval_runtime": 153.1276,
|
87 |
+
"eval_samples_per_second": 6.53,
|
88 |
+
"eval_steps_per_second": 0.209,
|
89 |
+
"step": 252
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 5.0,
|
93 |
+
"grad_norm": 1.2467632293701172,
|
94 |
+
"learning_rate": 0.0,
|
95 |
+
"loss": 2.1188,
|
96 |
+
"step": 315
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 5.0,
|
100 |
+
"eval_gen_len": 32.655,
|
101 |
+
"eval_loss": 2.638486385345459,
|
102 |
+
"eval_rouge1": 28.3508,
|
103 |
+
"eval_rouge2": 12.5031,
|
104 |
+
"eval_rougeL": 24.1992,
|
105 |
+
"eval_rougeLsum": 26.092,
|
106 |
+
"eval_runtime": 177.4741,
|
107 |
+
"eval_samples_per_second": 5.635,
|
108 |
+
"eval_steps_per_second": 0.18,
|
109 |
+
"step": 315
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 5.0,
|
113 |
+
"step": 315,
|
114 |
+
"total_flos": 3437376307200000.0,
|
115 |
+
"train_loss": 2.4014356340680805,
|
116 |
+
"train_runtime": 1409.9107,
|
117 |
+
"train_samples_per_second": 3.546,
|
118 |
+
"train_steps_per_second": 0.223
|
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": 3437376307200000.0,
|
127 |
+
"train_batch_size": 16,
|
128 |
+
"trial_name": null,
|
129 |
+
"trial_params": null
|
130 |
+
}
|