Training in progress epoch 1
Browse files- README.md +7 -6
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,11 +14,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss:
|
18 |
-
- Train Lr: 0.
|
19 |
-
- Validation Loss: 1.
|
20 |
-
- Validation Lr: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,7 +37,7 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- optimizer: {'name': 'Adam', 'learning_rate': 0.
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
@@ -45,6 +45,7 @@ The following hyperparameters were used during training:
|
|
45 |
| Train Loss | Train Lr | Validation Loss | Validation Lr | Epoch |
|
46 |
|:----------:|:--------:|:---------------:|:-------------:|:-----:|
|
47 |
| 2.2534 | 0.0005 | 1.9839 | 0.0007 | 0 |
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 1.9469
|
18 |
+
- Train Lr: 0.0004
|
19 |
+
- Validation Loss: 1.8462
|
20 |
+
- Validation Lr: 0.0002
|
21 |
+
- Epoch: 1
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 0.00015378147, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
|
|
45 |
| Train Loss | Train Lr | Validation Loss | Validation Lr | Epoch |
|
46 |
|:----------:|:--------:|:---------------:|:-------------:|:-----:|
|
47 |
| 2.2534 | 0.0005 | 1.9839 | 0.0007 | 0 |
|
48 |
+
| 1.9469 | 0.0004 | 1.8462 | 0.0002 | 1 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242301848
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4267af7e826b2ba0cc5c05856f20151557428fe7f86e024c800e733f0533b8c
|
3 |
size 242301848
|