jpodivin commited on
Commit
14ace45
1 Parent(s): 4ec7b4c

End of training

Browse files
Files changed (4) hide show
  1. README.md +3 -1
  2. all_results.json +8 -0
  3. train_results.json +8 -0
  4. trainer_state.json +30 -0
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 an unknown dataset.
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 ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.41447729351876794,
4
+ "train_runtime": 15.2738,
5
+ "train_samples": 345,
6
+ "train_samples_per_second": 67.763,
7
+ "train_steps_per_second": 17.088
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.41447729351876794,
4
+ "train_runtime": 15.2738,
5
+ "train_samples": 345,
6
+ "train_samples_per_second": 67.763,
7
+ "train_steps_per_second": 17.088
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 261,
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": 261,
14
+ "total_flos": 280157529047040.0,
15
+ "train_loss": 0.41447729351876794,
16
+ "train_runtime": 15.2738,
17
+ "train_samples_per_second": 67.763,
18
+ "train_steps_per_second": 17.088
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 261,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "total_flos": 280157529047040.0,
27
+ "train_batch_size": 4,
28
+ "trial_name": null,
29
+ "trial_params": null
30
+ }