SaffalPoosh commited on
Commit
eb75e56
1 Parent(s): 551195e

End of training

Browse files
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: tst-summarization
8
  results: []
@@ -15,6 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
15
  # tst-summarization
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
 
 
3
  base_model: google-t5/t5-small
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
  model-index:
9
  - name: tst-summarization
10
  results: []
 
17
  # tst-summarization
18
 
19
  This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6220
22
+ - Rouge1: 65.6704
23
+ - Rouge2: 51.3605
24
+ - Rougel: 65.6565
25
+ - Rougelsum: 65.3846
26
+ - Gen Len: 21.1074
27
 
28
  ## Model description
29
 
all_results.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_gen_len": 21.107355864811133,
4
+ "eval_loss": 0.6219637989997864,
5
+ "eval_rouge1": 65.6704,
6
+ "eval_rouge2": 51.3605,
7
+ "eval_rougeL": 65.6565,
8
+ "eval_rougeLsum": 65.3846,
9
+ "eval_runtime": 17.9666,
10
+ "eval_samples": 503,
11
+ "eval_samples_per_second": 27.996,
12
+ "eval_steps_per_second": 3.507,
13
+ "total_flos": 454479091040256.0,
14
+ "train_loss": 1.124249507675013,
15
+ "train_runtime": 54.6803,
16
+ "train_samples": 5149,
17
+ "train_samples_per_second": 282.497,
18
+ "train_steps_per_second": 8.833
19
+ }
eval_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_gen_len": 21.107355864811133,
4
+ "eval_loss": 0.6219637989997864,
5
+ "eval_rouge1": 65.6704,
6
+ "eval_rouge2": 51.3605,
7
+ "eval_rougeL": 65.6565,
8
+ "eval_rougeLsum": 65.3846,
9
+ "eval_runtime": 17.9666,
10
+ "eval_samples": 503,
11
+ "eval_samples_per_second": 27.996,
12
+ "eval_steps_per_second": 3.507
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/Jun30_18-04-26_5bcf15f9-cbd7-4847-8c67-530b27aedefb/events.out.tfevents.1719770751.5bcf15f9-cbd7-4847-8c67-530b27aedefb.999.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f00f37c2ed93e3552b72960abc0e238b9509dcca7647ff3ec779d77ca8fe2807
3
+ size 613
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 454479091040256.0,
4
+ "train_loss": 1.124249507675013,
5
+ "train_runtime": 54.6803,
6
+ "train_samples": 5149,
7
+ "train_samples_per_second": 282.497,
8
+ "train_steps_per_second": 8.833
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 483,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 3.0,
13
+ "step": 483,
14
+ "total_flos": 454479091040256.0,
15
+ "train_loss": 1.124249507675013,
16
+ "train_runtime": 54.6803,
17
+ "train_samples_per_second": 282.497,
18
+ "train_steps_per_second": 8.833
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 483,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "stateful_callbacks": {
27
+ "TrainerControl": {
28
+ "args": {
29
+ "should_epoch_stop": false,
30
+ "should_evaluate": false,
31
+ "should_log": false,
32
+ "should_save": true,
33
+ "should_training_stop": true
34
+ },
35
+ "attributes": {}
36
+ }
37
+ },
38
+ "total_flos": 454479091040256.0,
39
+ "train_batch_size": 32,
40
+ "trial_name": null,
41
+ "trial_params": null
42
+ }