MHGanainy commited on
Commit
369c205
·
verified ·
1 Parent(s): 61eebd1

MHGanainy/16-clusters-imbalanced-0

Browse files
Files changed (5) hide show
  1. README.md +2 -0
  2. all_results.json +13 -0
  3. eval_results.json +8 -0
  4. train_results.json +8 -0
  5. trainer_state.json +105 -0
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # 16-clusters-imbalanced-0
16
 
17
  This model is a fine-tuned version of [openai-community/gpt2-xl](https://huggingface.co/openai-community/gpt2-xl) on an unknown dataset.
 
 
18
 
19
  ## Model description
20
 
 
15
  # 16-clusters-imbalanced-0
16
 
17
  This model is a fine-tuned version of [openai-community/gpt2-xl](https://huggingface.co/openai-community/gpt2-xl) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.9280
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.9279512166976929,
4
+ "eval_runtime": 9.703,
5
+ "eval_samples_per_second": 13.604,
6
+ "eval_steps_per_second": 1.752,
7
+ "perplexity": 6.875409577572064,
8
+ "total_flos": 1.80550985908224e+16,
9
+ "train_loss": 2.145273788114429,
10
+ "train_runtime": 315.4776,
11
+ "train_samples_per_second": 6.298,
12
+ "train_steps_per_second": 3.151
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.9279512166976929,
4
+ "eval_runtime": 9.703,
5
+ "eval_samples_per_second": 13.604,
6
+ "eval_steps_per_second": 1.752,
7
+ "perplexity": 6.875409577572064
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 1.80550985908224e+16,
4
+ "train_loss": 2.145273788114429,
5
+ "train_runtime": 315.4776,
6
+ "train_samples_per_second": 6.298,
7
+ "train_steps_per_second": 3.151
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 994,
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.1006036217303823,
13
+ "grad_norm": 0.12222979962825775,
14
+ "learning_rate": 6.666666666666667e-06,
15
+ "loss": 2.3372,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.2012072434607646,
20
+ "grad_norm": 0.1821768581867218,
21
+ "learning_rate": 1.3333333333333333e-05,
22
+ "loss": 2.3306,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.30181086519114686,
27
+ "grad_norm": 0.3504989445209503,
28
+ "learning_rate": 2e-05,
29
+ "loss": 2.2636,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.4024144869215292,
34
+ "grad_norm": 0.48155415058135986,
35
+ "learning_rate": 1.8992785750046866e-05,
36
+ "loss": 2.1763,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.5030181086519114,
41
+ "grad_norm": 0.4961913526058197,
42
+ "learning_rate": 1.617403910924919e-05,
43
+ "loss": 2.1291,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.6036217303822937,
48
+ "grad_norm": 0.6081059575080872,
49
+ "learning_rate": 1.2111576434330767e-05,
50
+ "loss": 2.0842,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.704225352112676,
55
+ "grad_norm": 0.6098687648773193,
56
+ "learning_rate": 7.623751784507707e-06,
57
+ "loss": 2.0605,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.8048289738430584,
62
+ "grad_norm": 0.7064446806907654,
63
+ "learning_rate": 3.6146053474985565e-06,
64
+ "loss": 2.018,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.9054325955734407,
69
+ "grad_norm": 0.6957663297653198,
70
+ "learning_rate": 8.917510076042058e-07,
71
+ "loss": 2.0279,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 1.0,
76
+ "step": 994,
77
+ "total_flos": 1.80550985908224e+16,
78
+ "train_loss": 2.145273788114429,
79
+ "train_runtime": 315.4776,
80
+ "train_samples_per_second": 6.298,
81
+ "train_steps_per_second": 3.151
82
+ }
83
+ ],
84
+ "logging_steps": 100,
85
+ "max_steps": 994,
86
+ "num_input_tokens_seen": 0,
87
+ "num_train_epochs": 1,
88
+ "save_steps": 500,
89
+ "stateful_callbacks": {
90
+ "TrainerControl": {
91
+ "args": {
92
+ "should_epoch_stop": false,
93
+ "should_evaluate": false,
94
+ "should_log": false,
95
+ "should_save": true,
96
+ "should_training_stop": true
97
+ },
98
+ "attributes": {}
99
+ }
100
+ },
101
+ "total_flos": 1.80550985908224e+16,
102
+ "train_batch_size": 2,
103
+ "trial_name": null,
104
+ "trial_params": null
105
+ }