dexhrestha commited on
Commit
05678eb
·
1 Parent(s): d5a5e45

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +7 -9
  2. config.json +1 -1
  3. generation_config.json +1 -1
  4. tf_model.h5 +1 -1
README.md CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 9.6743
18
- - Validation Loss: 9.2865
19
- - Epoch: 2
20
 
21
  ## Model description
22
 
@@ -35,21 +35,19 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - optimizer: {'inner_optimizer': {'class_name': 'AdamWeightDecay', 'config': {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'WarmUp', 'config': {'initial_learning_rate': 5e-05, 'decay_schedule_fn': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': -981, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, '__passive_serialization__': True}, 'warmup_steps': 1000, 'power': 1.0, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}}, 'dynamic': True, 'initial_scale': 32768.0, 'dynamic_growth_steps': 2000}
39
  - training_precision: mixed_float16
40
 
41
  ### Training results
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 10.6353 | 10.4375 | 0 |
46
- | 10.2566 | 9.8333 | 1 |
47
- | 9.6743 | 9.2865 | 2 |
48
 
49
 
50
  ### Framework versions
51
 
52
- - Transformers 4.30.1
53
  - TensorFlow 2.12.0
54
- - Datasets 2.13.0
55
  - Tokenizers 0.13.3
 
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 10.0484
18
+ - Validation Loss: 9.0947
19
+ - Epoch: 0
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'WarmUp', 'config': {'initial_learning_rate': 5e-05, 'decay_schedule_fn': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': -931, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, '__passive_serialization__': True}, 'warmup_steps': 1000, 'power': 1.0, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
39
  - training_precision: mixed_float16
40
 
41
  ### Training results
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 10.0484 | 9.0947 | 0 |
 
 
46
 
47
 
48
  ### Framework versions
49
 
50
+ - Transformers 4.30.2
51
  - TensorFlow 2.12.0
52
+ - Datasets 2.13.1
53
  - Tokenizers 0.13.3
config.json CHANGED
@@ -32,7 +32,7 @@
32
  "max_length": 50
33
  }
34
  },
35
- "transformers_version": "4.30.1",
36
  "use_cache": true,
37
  "vocab_size": 40479
38
  }
 
32
  "max_length": 50
33
  }
34
  },
35
+ "transformers_version": "4.30.2",
36
  "use_cache": true,
37
  "vocab_size": 40479
38
  }
generation_config.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
  "_from_model_config": true,
3
- "transformers_version": "4.30.1"
4
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "transformers_version": "4.30.2"
4
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:569e6faef10a7a5b5ca8c50d7cbc244d13e43fabed85f127b5c643726e0369b9
3
  size 467897424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309d81b9ecdb4eab64ad72e3eddbe0850833753da336862cacf16a78cd4d15e7
3
  size 467897424