MHGanainy commited on
Commit
6faa29a
·
verified ·
1 Parent(s): 6e6d07c

MHGanainy/16-clusters-imbalanced-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 +49 -0
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # 16-clusters-imbalanced-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-imbalanced-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: 2.0455
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 2.045531749725342,
4
+ "eval_runtime": 1.3751,
5
+ "eval_samples_per_second": 13.817,
6
+ "eval_steps_per_second": 2.182,
7
+ "perplexity": 7.733269608773069,
8
+ "total_flos": 1871842128691200.0,
9
+ "train_loss": 2.217028238240955,
10
+ "train_runtime": 32.3745,
11
+ "train_samples_per_second": 6.363,
12
+ "train_steps_per_second": 3.182
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 2.045531749725342,
4
+ "eval_runtime": 1.3751,
5
+ "eval_samples_per_second": 13.817,
6
+ "eval_steps_per_second": 2.182,
7
+ "perplexity": 7.733269608773069
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 1871842128691200.0,
4
+ "train_loss": 2.217028238240955,
5
+ "train_runtime": 32.3745,
6
+ "train_samples_per_second": 6.363,
7
+ "train_steps_per_second": 3.182
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 103,
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.970873786407767,
13
+ "grad_norm": 0.27493762969970703,
14
+ "learning_rate": 6.666666666666667e-06,
15
+ "loss": 2.2175,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "step": 103,
21
+ "total_flos": 1871842128691200.0,
22
+ "train_loss": 2.217028238240955,
23
+ "train_runtime": 32.3745,
24
+ "train_samples_per_second": 6.363,
25
+ "train_steps_per_second": 3.182
26
+ }
27
+ ],
28
+ "logging_steps": 100,
29
+ "max_steps": 103,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 1,
32
+ "save_steps": 500,
33
+ "stateful_callbacks": {
34
+ "TrainerControl": {
35
+ "args": {
36
+ "should_epoch_stop": false,
37
+ "should_evaluate": false,
38
+ "should_log": false,
39
+ "should_save": true,
40
+ "should_training_stop": true
41
+ },
42
+ "attributes": {}
43
+ }
44
+ },
45
+ "total_flos": 1871842128691200.0,
46
+ "train_batch_size": 2,
47
+ "trial_name": null,
48
+ "trial_params": null
49
+ }