End of training
Browse files
README.md
CHANGED
@@ -3,11 +3,23 @@ license: apache-2.0
|
|
3 |
base_model: google-t5/t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- rouge
|
8 |
model-index:
|
9 |
- name: xsum_aligned_smallT5_full
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,7 +27,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# xsum_aligned_smallT5_full
|
17 |
|
18 |
-
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 2.4093
|
21 |
- Rouge1: 22.8498
|
|
|
3 |
base_model: google-t5/t5-small
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- lilferrit/xsum_t5_distillation
|
8 |
metrics:
|
9 |
- rouge
|
10 |
model-index:
|
11 |
- name: xsum_aligned_smallT5_full
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Summarization
|
15 |
+
type: summarization
|
16 |
+
dataset:
|
17 |
+
name: lilferrit/xsum_t5_distillation
|
18 |
+
type: lilferrit/xsum_t5_distillation
|
19 |
+
metrics:
|
20 |
+
- name: Rouge1
|
21 |
+
type: rouge
|
22 |
+
value: 22.8498
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
# xsum_aligned_smallT5_full
|
29 |
|
30 |
+
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the lilferrit/xsum_t5_distillation dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
- Loss: 2.4093
|
33 |
- Rouge1: 22.8498
|
all_results.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.0,
|
3 |
+
"eval_gen_len": 33.63662046437715,
|
4 |
+
"eval_loss": 2.4093151092529297,
|
5 |
+
"eval_rouge1": 22.8498,
|
6 |
+
"eval_rouge2": 4.7818,
|
7 |
+
"eval_rougeL": 17.2861,
|
8 |
+
"eval_rougeLsum": 18.0665,
|
9 |
+
"eval_runtime": 846.5353,
|
10 |
+
"eval_samples": 11327,
|
11 |
+
"eval_samples_per_second": 13.38,
|
12 |
+
"eval_steps_per_second": 1.673,
|
13 |
+
"train_loss": 3.090506744384766,
|
14 |
+
"train_runtime": 1864.227,
|
15 |
+
"train_samples": 204017,
|
16 |
+
"train_samples_per_second": 0.086,
|
17 |
+
"train_steps_per_second": 0.005
|
18 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.0,
|
3 |
+
"eval_gen_len": 33.63662046437715,
|
4 |
+
"eval_loss": 2.4093151092529297,
|
5 |
+
"eval_rouge1": 22.8498,
|
6 |
+
"eval_rouge2": 4.7818,
|
7 |
+
"eval_rougeL": 17.2861,
|
8 |
+
"eval_rougeLsum": 18.0665,
|
9 |
+
"eval_runtime": 846.5353,
|
10 |
+
"eval_samples": 11327,
|
11 |
+
"eval_samples_per_second": 13.38,
|
12 |
+
"eval_steps_per_second": 1.673
|
13 |
+
}
|
runs/Apr28_12-43-27_nlpg00.cs.washington.edu/events.out.tfevents.1714336454.nlpg00.cs.washington.edu.783855.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ceb5233677f757e67e99505ca6c0b15f6b89f1f2338c0dc55038dad061e1a7b
|
3 |
+
size 603
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.0,
|
3 |
+
"train_loss": 3.090506744384766,
|
4 |
+
"train_runtime": 1864.227,
|
5 |
+
"train_samples": 204017,
|
6 |
+
"train_samples_per_second": 0.086,
|
7 |
+
"train_steps_per_second": 0.005
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 17.2861,
|
3 |
+
"best_model_checkpoint": "./out/finetuned_models/xsum_aligned_smallT5_full/checkpoint-10",
|
4 |
+
"epoch": 0.0007842214641414735,
|
5 |
+
"eval_steps": 5,
|
6 |
+
"global_step": 10,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.0,
|
13 |
+
"eval_gen_len": 46.2436655778229,
|
14 |
+
"eval_loss": 2.6444404125213623,
|
15 |
+
"eval_rouge1": 22.3341,
|
16 |
+
"eval_rouge2": 4.3395,
|
17 |
+
"eval_rougeL": 16.2507,
|
18 |
+
"eval_rougeLsum": 17.8303,
|
19 |
+
"eval_runtime": 1003.3723,
|
20 |
+
"eval_samples_per_second": 11.289,
|
21 |
+
"eval_steps_per_second": 1.411,
|
22 |
+
"step": 5
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"epoch": 0.0,
|
26 |
+
"eval_gen_len": 33.63662046437715,
|
27 |
+
"eval_loss": 2.4093151092529297,
|
28 |
+
"eval_rouge1": 22.8498,
|
29 |
+
"eval_rouge2": 4.7818,
|
30 |
+
"eval_rougeL": 17.2861,
|
31 |
+
"eval_rougeLsum": 18.0665,
|
32 |
+
"eval_runtime": 845.1794,
|
33 |
+
"eval_samples_per_second": 13.402,
|
34 |
+
"eval_steps_per_second": 1.675,
|
35 |
+
"step": 10
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"epoch": 0.0,
|
39 |
+
"step": 10,
|
40 |
+
"total_flos": 41941155446784.0,
|
41 |
+
"train_loss": 3.090506744384766,
|
42 |
+
"train_runtime": 1864.227,
|
43 |
+
"train_samples_per_second": 0.086,
|
44 |
+
"train_steps_per_second": 0.005
|
45 |
+
}
|
46 |
+
],
|
47 |
+
"logging_steps": 1000,
|
48 |
+
"max_steps": 10,
|
49 |
+
"num_input_tokens_seen": 0,
|
50 |
+
"num_train_epochs": 1,
|
51 |
+
"save_steps": 10,
|
52 |
+
"total_flos": 41941155446784.0,
|
53 |
+
"train_batch_size": 8,
|
54 |
+
"trial_name": null,
|
55 |
+
"trial_params": null
|
56 |
+
}
|