SouthMemphis
commited on
Commit
·
e2d6f0b
1
Parent(s):
e6ec2ec
Training in progress epoch 1
Browse files- README.md +9 -8
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,14 +15,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/t5-efficient-tiny](https://huggingface.co/google/t5-efficient-tiny) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Validation Loss: 3.
|
20 |
-
- Train Rouge1:
|
21 |
-
- Train Rouge2: 3.
|
22 |
-
- Train Rougel:
|
23 |
-
- Train Rougelsum:
|
24 |
-
- Train Gen Len:
|
25 |
-
- Epoch:
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
|
50 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
|
51 |
| 6.2678 | 3.9891 | 17.7562 | 3.0062 | 14.6825 | 14.7004 | 14.717 | 0 |
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/t5-efficient-tiny](https://huggingface.co/google/t5-efficient-tiny) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 5.1618
|
19 |
+
- Validation Loss: 3.7340
|
20 |
+
- Train Rouge1: 19.5200
|
21 |
+
- Train Rouge2: 3.7088
|
22 |
+
- Train Rougel: 16.1766
|
23 |
+
- Train Rougelsum: 16.1763
|
24 |
+
- Train Gen Len: 15.528
|
25 |
+
- Epoch: 1
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
49 |
| Train Loss | Validation Loss | Train Rouge1 | Train Rouge2 | Train Rougel | Train Rougelsum | Train Gen Len | Epoch |
|
50 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:-------------:|:-----:|
|
51 |
| 6.2678 | 3.9891 | 17.7562 | 3.0062 | 14.6825 | 14.7004 | 14.717 | 0 |
|
52 |
+
| 5.1618 | 3.7340 | 19.5200 | 3.7088 | 16.1766 | 16.1763 | 15.528 | 1 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 128277296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6747310feec087d6f872758c8223ef0b52e77db17b501dca998d7d3f8f4cf09
|
3 |
size 128277296
|