MHGanainy commited on
Commit
c304b54
·
verified ·
1 Parent(s): c0c8329

MHGanainy/16-clusters-balanced-13

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 +126 -0
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # 16-clusters-balanced-13
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-balanced-13
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.8494
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.8493812084197998,
4
+ "eval_runtime": 19.7331,
5
+ "eval_samples_per_second": 13.733,
6
+ "eval_steps_per_second": 1.723,
7
+ "perplexity": 6.355885337175596,
8
+ "total_flos": 2.2852829872128e+16,
9
+ "train_loss": 2.0900387422837587,
10
+ "train_runtime": 392.7068,
11
+ "train_samples_per_second": 6.404,
12
+ "train_steps_per_second": 3.203
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.8493812084197998,
4
+ "eval_runtime": 19.7331,
5
+ "eval_samples_per_second": 13.733,
6
+ "eval_steps_per_second": 1.723,
7
+ "perplexity": 6.355885337175596
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 2.2852829872128e+16,
4
+ "train_loss": 2.0900387422837587,
5
+ "train_runtime": 392.7068,
6
+ "train_samples_per_second": 6.404,
7
+ "train_steps_per_second": 3.203
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1258,
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.0794912559618442,
13
+ "grad_norm": 0.07843409478664398,
14
+ "learning_rate": 6.666666666666667e-06,
15
+ "loss": 2.4022,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.1589825119236884,
20
+ "grad_norm": 0.17949211597442627,
21
+ "learning_rate": 1.3333333333333333e-05,
22
+ "loss": 2.3835,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.2384737678855326,
27
+ "grad_norm": 0.40208756923675537,
28
+ "learning_rate": 2e-05,
29
+ "loss": 2.3114,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.3179650238473768,
34
+ "grad_norm": 0.48176440596580505,
35
+ "learning_rate": 1.946710303471214e-05,
36
+ "loss": 2.2008,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.397456279809221,
41
+ "grad_norm": 0.6267661452293396,
42
+ "learning_rate": 1.7925207973971163e-05,
43
+ "loss": 2.0805,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.4769475357710652,
48
+ "grad_norm": 0.7604636549949646,
49
+ "learning_rate": 1.5538649057509307e-05,
50
+ "loss": 2.0478,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.5564387917329093,
55
+ "grad_norm": 0.7635889649391174,
56
+ "learning_rate": 1.2561784286139214e-05,
57
+ "loss": 1.9975,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.6359300476947536,
62
+ "grad_norm": 0.8927960991859436,
63
+ "learning_rate": 9.311886100407975e-06,
64
+ "loss": 1.9719,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.7154213036565977,
69
+ "grad_norm": 1.0471729040145874,
70
+ "learning_rate": 6.13532667644974e-06,
71
+ "loss": 1.9603,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.794912559618442,
76
+ "grad_norm": 0.8145257830619812,
77
+ "learning_rate": 3.3706617896812775e-06,
78
+ "loss": 1.9426,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 0.8744038155802861,
83
+ "grad_norm": 0.9433038234710693,
84
+ "learning_rate": 1.312547745741959e-06,
85
+ "loss": 1.9316,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 0.9538950715421304,
90
+ "grad_norm": 1.0557024478912354,
91
+ "learning_rate": 1.8033709027809655e-07,
92
+ "loss": 1.9277,
93
+ "step": 1200
94
+ },
95
+ {
96
+ "epoch": 1.0,
97
+ "step": 1258,
98
+ "total_flos": 2.2852829872128e+16,
99
+ "train_loss": 2.0900387422837587,
100
+ "train_runtime": 392.7068,
101
+ "train_samples_per_second": 6.404,
102
+ "train_steps_per_second": 3.203
103
+ }
104
+ ],
105
+ "logging_steps": 100,
106
+ "max_steps": 1258,
107
+ "num_input_tokens_seen": 0,
108
+ "num_train_epochs": 1,
109
+ "save_steps": 500,
110
+ "stateful_callbacks": {
111
+ "TrainerControl": {
112
+ "args": {
113
+ "should_epoch_stop": false,
114
+ "should_evaluate": false,
115
+ "should_log": false,
116
+ "should_save": true,
117
+ "should_training_stop": true
118
+ },
119
+ "attributes": {}
120
+ }
121
+ },
122
+ "total_flos": 2.2852829872128e+16,
123
+ "train_batch_size": 2,
124
+ "trial_name": null,
125
+ "trial_params": null
126
+ }