anas-awadalla commited on
Commit
9297087
1 Parent(s): eb68a36

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "eval_exact_match": 1.0028382213812677,
4
+ "eval_f1": 8.613381279622576,
5
+ "eval_samples": 10793,
6
+ "train_loss": 1.1161543041467668,
7
+ "train_runtime": 70.3956,
8
+ "train_samples": 16,
9
+ "train_samples_per_second": 34.093,
10
+ "train_steps_per_second": 2.841
11
+ }
eval_nbest_predictions.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f5cb5bd75b58f7ca11b56ecb2d5bac1edcfb4977f9f344e01910007fbdc9530
3
- size 54135242
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8795b27d753b7c6f95445f99552464d5a5d88be7332118c8bef6dc2656983c69
3
+ size 54059903
eval_predictions.json CHANGED
The diff for this file is too large to render. See raw diff
 
eval_results.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "eval_exact_match": 1.0028382213812677,
4
+ "eval_f1": 8.613381279622576,
5
+ "eval_samples": 10793
6
+ }
runs/Oct04_17-40-58_g3010/events.out.tfevents.1664930958.g3010.9541.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4943208cbdea75bc5cfa365cfac3cc5797fcbd345d4c64e4381947c57e97a0a9
3
+ size 191
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 100.0,
3
+ "train_loss": 1.1161543041467668,
4
+ "train_runtime": 70.3956,
5
+ "train_samples": 16,
6
+ "train_samples_per_second": 34.093,
7
+ "train_steps_per_second": 2.841
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 100.0,
5
+ "global_step": 200,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 50.0,
12
+ "learning_rate": 1.6666666666666667e-05,
13
+ "loss": 2.2247,
14
+ "step": 100
15
+ },
16
+ {
17
+ "epoch": 100.0,
18
+ "learning_rate": 0.0,
19
+ "loss": 0.0076,
20
+ "step": 200
21
+ },
22
+ {
23
+ "epoch": 100.0,
24
+ "step": 200,
25
+ "total_flos": 255121579477200.0,
26
+ "train_loss": 1.1161543041467668,
27
+ "train_runtime": 70.3956,
28
+ "train_samples_per_second": 34.093,
29
+ "train_steps_per_second": 2.841
30
+ }
31
+ ],
32
+ "max_steps": 200,
33
+ "num_train_epochs": 100,
34
+ "total_flos": 255121579477200.0,
35
+ "trial_name": null,
36
+ "trial_params": null
37
+ }