sgugger commited on
Commit
c6083a0
1 Parent(s): 00c0dae

End of training

Browse files
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8553921568627451,
4
+ "eval_combined_score": 0.8763917306052855,
5
+ "eval_f1": 0.897391304347826,
6
+ "eval_loss": 0.6565756797790527,
7
+ "eval_runtime": 1.0826,
8
+ "eval_samples": 408,
9
+ "eval_samples_per_second": 376.869,
10
+ "eval_steps_per_second": 24.016,
11
+ "train_loss": 0.2813906102940656,
12
+ "train_runtime": 80.7312,
13
+ "train_samples": 3668,
14
+ "train_samples_per_second": 136.304,
15
+ "train_steps_per_second": 8.547
16
+ }
emissions.csv ADDED
@@ -0,0 +1,2 @@
 
 
1
+ timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
2
+ 2021-12-06T16:35:51,3aa878f6-9d5b-4050-9e4d-5c8611107b1a,codecarbon,83.73265743255615,0.002045331917258883,0.009717652286492528,United States,USA,new york,N,,
eval_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.8553921568627451,
4
+ "eval_combined_score": 0.8763917306052855,
5
+ "eval_f1": 0.897391304347826,
6
+ "eval_loss": 0.6565756797790527,
7
+ "eval_runtime": 1.0826,
8
+ "eval_samples": 408,
9
+ "eval_samples_per_second": 376.869,
10
+ "eval_steps_per_second": 24.016
11
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbe24bc2824389cf117d05a37e7dd930f2a01cce9b309915e3db5235ce7bf390
3
  size 433331373
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f32419581b9c64a42e3d58647ccb4c32907cc7e88f7454793caec78a4d754e10
3
  size 433331373
runs/Dec06_16-34-15_brahms/events.out.tfevents.1638826467.brahms.2959279.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04899e33f2958f8c133b2f7f2a47012cfe45ff21afa25a1e37d715d53d5feba8
3
- size 3606
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e351cf834d1709e3d0723a0d0e35dd98789c22779168a5572032b809b15d5e8a
3
+ size 3960
runs/Dec06_16-34-15_brahms/events.out.tfevents.1638826553.brahms.2959279.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51138162a12678e959ac359335e62ad69bed092335471c53048be675ce846788
3
+ size 467
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.2813906102940656,
4
+ "train_runtime": 80.7312,
5
+ "train_samples": 3668,
6
+ "train_samples_per_second": 136.304,
7
+ "train_steps_per_second": 8.547
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 690,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 2.17,
12
+ "learning_rate": 1.3768115942028985e-05,
13
+ "loss": 0.3543,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 3.0,
18
+ "step": 690,
19
+ "total_flos": 723818513295360.0,
20
+ "train_loss": 0.2813906102940656,
21
+ "train_runtime": 80.7312,
22
+ "train_samples_per_second": 136.304,
23
+ "train_steps_per_second": 8.547
24
+ }
25
+ ],
26
+ "max_steps": 690,
27
+ "num_train_epochs": 3,
28
+ "total_flos": 723818513295360.0,
29
+ "trial_name": null,
30
+ "trial_params": null
31
+ }