End of training
Browse files- README.md +3 -1
- all_results.json +5 -5
- train_results.json +5 -5
- trainer_state.json +18 -12
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: google-t5/t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: pep_summarization
|
8 |
results: []
|
@@ -13,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# pep_summarization
|
15 |
|
16 |
-
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
3 |
base_model: google-t5/t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- fedora-copr/pep-sum
|
8 |
model-index:
|
9 |
- name: pep_summarization
|
10 |
results: []
|
|
|
15 |
|
16 |
# pep_summarization
|
17 |
|
18 |
+
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the fedora-copr/pep-sum dataset.
|
19 |
|
20 |
## Model description
|
21 |
|
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 345,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"train_loss": 0.12154519965593842,
|
4 |
+
"train_runtime": 52.1406,
|
5 |
"train_samples": 345,
|
6 |
+
"train_samples_per_second": 66.167,
|
7 |
+
"train_steps_per_second": 16.686
|
8 |
}
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 345,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"train_loss": 0.12154519965593842,
|
4 |
+
"train_runtime": 52.1406,
|
5 |
"train_samples": 345,
|
6 |
+
"train_samples_per_second": 66.167,
|
7 |
+
"train_steps_per_second": 16.686
|
8 |
}
|
trainer_state.json
CHANGED
@@ -1,29 +1,35 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
"eval_steps": 500,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
-
"epoch":
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
|
17 |
-
|
18 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
}
|
20 |
],
|
21 |
"logging_steps": 500,
|
22 |
-
"max_steps":
|
23 |
"num_input_tokens_seen": 0,
|
24 |
-
"num_train_epochs":
|
25 |
"save_steps": 500,
|
26 |
-
"total_flos":
|
27 |
"train_batch_size": 4,
|
28 |
"trial_name": null,
|
29 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 10.0,
|
5 |
"eval_steps": 500,
|
6 |
+
"global_step": 870,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
+
"epoch": 5.75,
|
13 |
+
"learning_rate": 2.1264367816091954e-05,
|
14 |
+
"loss": 0.2109,
|
15 |
+
"step": 500
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 10.0,
|
19 |
+
"step": 870,
|
20 |
+
"total_flos": 933667048390656.0,
|
21 |
+
"train_loss": 0.12154519965593842,
|
22 |
+
"train_runtime": 52.1406,
|
23 |
+
"train_samples_per_second": 66.167,
|
24 |
+
"train_steps_per_second": 16.686
|
25 |
}
|
26 |
],
|
27 |
"logging_steps": 500,
|
28 |
+
"max_steps": 870,
|
29 |
"num_input_tokens_seen": 0,
|
30 |
+
"num_train_epochs": 10,
|
31 |
"save_steps": 500,
|
32 |
+
"total_flos": 933667048390656.0,
|
33 |
"train_batch_size": 4,
|
34 |
"trial_name": null,
|
35 |
"trial_params": null
|