BruceNju commited on
Commit
53c39a4
1 Parent(s): 0a06165

End of training

Browse files
README.md CHANGED
@@ -4,9 +4,24 @@ license: apache-2.0
4
  base_model: google-t5/t5-small
5
  tags:
6
  - generated_from_trainer
 
 
 
 
7
  model-index:
8
  - name: finetuned-t5-cnn_dailymail
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,7 +29,14 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # finetuned-t5-cnn_dailymail
16
 
17
- This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
 
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
4
  base_model: google-t5/t5-small
5
  tags:
6
  - generated_from_trainer
7
+ datasets:
8
+ - cnn_dailymail
9
+ metrics:
10
+ - rouge
11
  model-index:
12
  - name: finetuned-t5-cnn_dailymail
13
+ results:
14
+ - task:
15
+ name: Summarization
16
+ type: summarization
17
+ dataset:
18
+ name: cnn_dailymail 3.0.0
19
+ type: cnn_dailymail
20
+ args: 3.0.0
21
+ metrics:
22
+ - name: Rouge1
23
+ type: rouge
24
+ value: 34.6768
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # finetuned-t5-cnn_dailymail
31
 
32
+ This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the cnn_dailymail 3.0.0 dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.9668
35
+ - Rouge1: 34.6768
36
+ - Rouge2: 13.9858
37
+ - Rougel: 24.7762
38
+ - Rougelsum: 32.0487
39
+ - Gen Len: 57.9425
40
 
41
  ## Model description
42
 
all_results.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_gen_len": 57.9425,
4
+ "eval_loss": 1.9668134450912476,
5
+ "eval_rouge1": 34.6768,
6
+ "eval_rouge2": 13.9858,
7
+ "eval_rougeL": 24.7762,
8
+ "eval_rougeLsum": 32.0487,
9
+ "eval_runtime": 298.1386,
10
+ "eval_samples": 2000,
11
+ "eval_samples_per_second": 6.708,
12
+ "eval_steps_per_second": 0.839,
13
+ "total_flos": 1619815089045504.0,
14
+ "train_loss": 1.9870933024088542,
15
+ "train_runtime": 328.7104,
16
+ "train_samples": 2000,
17
+ "train_samples_per_second": 18.253,
18
+ "train_steps_per_second": 2.282
19
+ }
eval_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_gen_len": 57.9425,
4
+ "eval_loss": 1.9668134450912476,
5
+ "eval_rouge1": 34.6768,
6
+ "eval_rouge2": 13.9858,
7
+ "eval_rougeL": 24.7762,
8
+ "eval_rougeLsum": 32.0487,
9
+ "eval_runtime": 298.1386,
10
+ "eval_samples": 2000,
11
+ "eval_samples_per_second": 6.708,
12
+ "eval_steps_per_second": 0.839
13
+ }
generation_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_from_model_config": true,
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
 
1
  {
 
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
runs/Sep19_08-53-52_4fa5516cabac/events.out.tfevents.1726736693.4fa5516cabac.40491.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd14176b3b96ee23f451d17287f9362f7ecb79c007ead5b2c25a65b8c558330
3
+ size 613
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 1619815089045504.0,
4
+ "train_loss": 1.9870933024088542,
5
+ "train_runtime": 328.7104,
6
+ "train_samples": 2000,
7
+ "train_samples_per_second": 18.253,
8
+ "train_steps_per_second": 2.282
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 750,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 2.0,
13
+ "grad_norm": 2.001534938812256,
14
+ "learning_rate": 1.6666666666666667e-05,
15
+ "loss": 2.0135,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 3.0,
20
+ "step": 750,
21
+ "total_flos": 1619815089045504.0,
22
+ "train_loss": 1.9870933024088542,
23
+ "train_runtime": 328.7104,
24
+ "train_samples_per_second": 18.253,
25
+ "train_steps_per_second": 2.282
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 750,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 3,
32
+ "save_steps": 500,
33
+ "stateful_callbacks": {
34
+ "TrainerControl": {
35
+ "args": {
36
+ "should_epoch_stop": false,
37
+ "should_evaluate": false,
38
+ "should_log": false,
39
+ "should_save": true,
40
+ "should_training_stop": true
41
+ },
42
+ "attributes": {}
43
+ }
44
+ },
45
+ "total_flos": 1619815089045504.0,
46
+ "train_batch_size": 8,
47
+ "trial_name": null,
48
+ "trial_params": null
49
+ }