joelwigton
commited on
Commit
•
3ad2808
1
Parent(s):
09a1996
Training in progress epoch 0
Browse files- README.md +4 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 2.
|
19 |
- Epoch: 0
|
20 |
|
21 |
## Model description
|
@@ -35,14 +35,14 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps':
|
39 |
-
- training_precision:
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
| Train Loss | Epoch |
|
44 |
|:----------:|:-----:|
|
45 |
-
| 2.
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 2.6785
|
19 |
- Epoch: 0
|
20 |
|
21 |
## Model description
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 63765, 'end_learning_rate': 1e-05, 'power': 1, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
39 |
+
- training_precision: mixed_float16
|
40 |
|
41 |
### Training results
|
42 |
|
43 |
| Train Loss | Epoch |
|
44 |
|:----------:|:-----:|
|
45 |
+
| 2.6785 | 0 |
|
46 |
|
47 |
|
48 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 373902664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3237cc45cb30089974374da6c16b3ab9f2086bb752342c2ca7cf31efc337358a
|
3 |
size 373902664
|