tiagoblima commited on
Commit
68f494f
1 Parent(s): 11e4250

End of training

Browse files
Files changed (5) hide show
  1. README.md +5 -1
  2. all_results.json +13 -0
  3. eval_results.json +8 -0
  4. train_results.json +8 -0
  5. trainer_state.json +30 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: mit
3
  library_name: peft
4
  tags:
5
  - generated_from_trainer
 
 
6
  base_model: unicamp-dl/ptt5-large-t5-vocab
7
  model-index:
8
  - name: t5_large-qg-aap
@@ -14,7 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # t5_large-qg-aap
16
 
17
- This model is a fine-tuned version of [unicamp-dl/ptt5-large-t5-vocab](https://huggingface.co/unicamp-dl/ptt5-large-t5-vocab) on an unknown dataset.
 
 
18
 
19
  ## Model description
20
 
 
3
  library_name: peft
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - tiagoblima/qg_squad_v1_pt
8
  base_model: unicamp-dl/ptt5-large-t5-vocab
9
  model-index:
10
  - name: t5_large-qg-aap
 
16
 
17
  # t5_large-qg-aap
18
 
19
+ This model is a fine-tuned version of [unicamp-dl/ptt5-large-t5-vocab](https://huggingface.co/unicamp-dl/ptt5-large-t5-vocab) on the tiagoblima/qg_squad_v1_pt dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 9.9893
22
 
23
  ## Model description
24
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 9.98930835723877,
4
+ "eval_runtime": 1084.569,
5
+ "eval_samples": 8869,
6
+ "eval_samples_per_second": 8.177,
7
+ "eval_steps_per_second": 4.089,
8
+ "train_loss": 8.507731522663985,
9
+ "train_runtime": 5914.0661,
10
+ "train_samples": 51704,
11
+ "train_samples_per_second": 8.743,
12
+ "train_steps_per_second": 0.068
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 9.98930835723877,
4
+ "eval_runtime": 1084.569,
5
+ "eval_samples": 8869,
6
+ "eval_samples_per_second": 8.177,
7
+ "eval_steps_per_second": 4.089
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 8.507731522663985,
4
+ "train_runtime": 5914.0661,
5
+ "train_samples": 51704,
6
+ "train_samples_per_second": 8.743,
7
+ "train_steps_per_second": 0.068
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 404,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "step": 404,
14
+ "total_flos": 8.815639295478989e+16,
15
+ "train_loss": 8.507731522663985,
16
+ "train_runtime": 5914.0661,
17
+ "train_samples_per_second": 8.743,
18
+ "train_steps_per_second": 0.068
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 404,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
+ "save_steps": 500,
26
+ "total_flos": 8.815639295478989e+16,
27
+ "train_batch_size": 128,
28
+ "trial_name": null,
29
+ "trial_params": null
30
+ }