Training in progress epoch 3
Browse files- README.md +5 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +15,10 @@ 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 |
-
- Validation Loss: 2.
|
20 |
-
- Train Rougel: tf.Tensor(0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
| 3.3640 | 2.7289 | tf.Tensor(0.10619231, shape=(), dtype=float32) | 0 |
|
48 |
| 2.8132 | 2.5456 | tf.Tensor(0.110547036, shape=(), dtype=float32) | 1 |
|
49 |
| 2.6567 | 2.4510 | tf.Tensor(0.12525052, shape=(), dtype=float32) | 2 |
|
|
|
50 |
|
51 |
|
52 |
### 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.5664
|
19 |
+
- Validation Loss: 2.3959
|
20 |
+
- Train Rougel: tf.Tensor(0.13483551, shape=(), dtype=float32)
|
21 |
+
- Epoch: 3
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
47 |
| 3.3640 | 2.7289 | tf.Tensor(0.10619231, shape=(), dtype=float32) | 0 |
|
48 |
| 2.8132 | 2.5456 | tf.Tensor(0.110547036, shape=(), dtype=float32) | 1 |
|
49 |
| 2.6567 | 2.4510 | tf.Tensor(0.12525052, shape=(), dtype=float32) | 2 |
|
50 |
+
| 2.5664 | 2.3959 | tf.Tensor(0.13483551, shape=(), dtype=float32) | 3 |
|
51 |
|
52 |
|
53 |
### 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:210279e80d0dbd2faa782b56018a56fee3d79c5dee7d0ed5ad4b4d38c268446e
|
3 |
size 373902664
|