TheNateTCY commited on
Commit
6a60d52
·
1 Parent(s): 527ecc2

Training in progress epoch 0

Browse files
Files changed (4) hide show
  1. README.md +6 -8
  2. config.json +1 -1
  3. special_tokens_map.json +1 -1
  4. tf_model.h5 +2 -2
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 [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 3.5809
18
- - Validation Loss: 3.5106
19
- - Epoch: 2
20
 
21
  ## Model description
22
 
@@ -35,16 +35,14 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 160, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
39
- - training_precision: float32
40
 
41
  ### Training results
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 5.6356 | 3.9323 | 0 |
46
- | 3.7259 | 3.5106 | 1 |
47
- | 3.5809 | 3.5106 | 2 |
48
 
49
 
50
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 7.5741
18
+ - Validation Loss: 7.3998
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': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 4, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, '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
+ | 7.5741 | 7.3998 | 0 |
 
 
46
 
47
 
48
  ### Framework versions
config.json CHANGED
@@ -26,6 +26,6 @@
26
  "torch_dtype": "float16",
27
  "transformers_version": "4.25.1",
28
  "use_cache": true,
29
- "vocab_size": 50258,
30
  "word_embed_proj_dim": 768
31
  }
 
26
  "torch_dtype": "float16",
27
  "transformers_version": "4.25.1",
28
  "use_cache": true,
29
+ "vocab_size": 50272,
30
  "word_embed_proj_dim": 768
31
  }
special_tokens_map.json CHANGED
@@ -13,7 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "[PAD]",
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<|endoftext|>",
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:97e02df60ba5cc4f3a755be6ae7c4e32963081e31472dbefa0db8ba322fb392b
3
- size 655523312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:074b860193717e815c578b43eb2299c76270f811af7878dc6583e722aab37d78
3
+ size 501169176