danj0nes commited on
Commit
88f1163
·
1 Parent(s): 2d955df

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 +76 -0
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  model-index:
@@ -11,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # dropout_c-gpt2_s-0
13
 
14
- This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
15
 
16
  ## Model description
17
 
 
1
  ---
2
+ license: mit
3
+ base_model: gpt2
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
13
 
14
  # dropout_c-gpt2_s-0
15
 
16
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
17
 
18
  ## Model description
19
 
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.79,
3
+ "train_loss": 0.59273583984375,
4
+ "train_runtime": 6564.3415,
5
+ "train_samples": 286686,
6
+ "train_samples_per_second": 77.997,
7
+ "train_steps_per_second": 0.609
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.79,
3
+ "train_loss": 0.59273583984375,
4
+ "train_runtime": 6564.3415,
5
+ "train_samples": 286686,
6
+ "train_samples_per_second": 77.997,
7
+ "train_steps_per_second": 0.609
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.7862484652304946,
5
+ "eval_steps": 500,
6
+ "global_step": 4000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.22,
13
+ "learning_rate": 4.375e-05,
14
+ "loss": 6.9178,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.45,
19
+ "learning_rate": 3.7500000000000003e-05,
20
+ "loss": 5.889,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.67,
25
+ "learning_rate": 3.125e-05,
26
+ "loss": 5.4496,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.89,
31
+ "learning_rate": 2.5e-05,
32
+ "loss": 5.187,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 1.12,
37
+ "learning_rate": 1.8750000000000002e-05,
38
+ "loss": 5.008,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 1.34,
43
+ "learning_rate": 1.25e-05,
44
+ "loss": 4.8763,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 1.56,
49
+ "learning_rate": 6.25e-06,
50
+ "loss": 4.7881,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 1.79,
55
+ "learning_rate": 0.0,
56
+ "loss": 4.7419,
57
+ "step": 4000
58
+ },
59
+ {
60
+ "epoch": 1.79,
61
+ "step": 4000,
62
+ "total_flos": 2.67561995599872e+17,
63
+ "train_loss": 0.59273583984375,
64
+ "train_runtime": 6564.3415,
65
+ "train_samples_per_second": 77.997,
66
+ "train_steps_per_second": 0.609
67
+ }
68
+ ],
69
+ "logging_steps": 500,
70
+ "max_steps": 4000,
71
+ "num_train_epochs": 2,
72
+ "save_steps": 500,
73
+ "total_flos": 2.67561995599872e+17,
74
+ "trial_name": null,
75
+ "trial_params": null
76
+ }