Training in progress epoch 0
Browse files- README.md +4 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -13,8 +13,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Train Loss: 7.
|
17 |
-
- Validation Loss: 7.
|
18 |
- Epoch: 0
|
19 |
|
20 |
## Model description
|
@@ -34,14 +34,14 @@ More information needed
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
-
- optimizer: {'inner_optimizer': {'class_name': 'Addons>AdamW', 'config': {'name': 'AdamW', 'learning_rate': {'class_name': 'ExponentialDecay', 'config': {'initial_learning_rate': 0.
|
38 |
- training_precision: mixed_float16
|
39 |
|
40 |
### Training results
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
-
| 7.
|
45 |
|
46 |
|
47 |
### Framework versions
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 7.7656
|
17 |
+
- Validation Loss: 7.7111
|
18 |
- Epoch: 0
|
19 |
|
20 |
## Model description
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- optimizer: {'inner_optimizer': {'class_name': 'Addons>AdamW', 'config': {'name': 'AdamW', 'learning_rate': {'class_name': 'ExponentialDecay', 'config': {'initial_learning_rate': 0.0006, 'decay_steps': 100000, 'decay_rate': 0.96, 'staircase': True, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay': 0.01, 'exclude_from_weight_decay': None}}, 'dynamic': True, 'initial_scale': 32768.0, 'dynamic_growth_steps': 2000}
|
38 |
- training_precision: mixed_float16
|
39 |
|
40 |
### Training results
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
+
| 7.7656 | 7.7111 | 0 |
|
45 |
|
46 |
|
47 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 451065960
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38df2516bb43fe350d57fcc53a5a23b0f85e498c3959d40230f12ea18c58b68e
|
3 |
size 451065960
|