Training in progress epoch 2
Browse files- README.md +10 -9
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,15 +16,15 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 3.
|
20 |
-
- Validation Loss: 3.
|
21 |
-
- Train Rouge1: 0.
|
22 |
-
- Train Rouge2: 0.
|
23 |
-
- Train Rougel: 0.
|
24 |
-
- Train Rougelsum: 0.
|
25 |
-
- Train Bertscore F1: 0.
|
26 |
-
- Train Gen Len:
|
27 |
-
- Epoch:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -52,6 +52,7 @@ The following hyperparameters were used during training:
|
|
52 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:------------------:|:-------------:|:-----:|
|
53 |
| 3.3096 | 3.1447 | 0.3986 | 0.1493 | 0.2359 | 0.2366 | 0.6148 | 238.5368 | 0 |
|
54 |
| 3.2719 | 3.1231 | 0.3898 | 0.1414 | 0.2306 | 0.231 | 0.6069 | 239.7053 | 1 |
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 3.2477
|
20 |
+
- Validation Loss: 3.0994
|
21 |
+
- Train Rouge1: 0.3885
|
22 |
+
- Train Rouge2: 0.1403
|
23 |
+
- Train Rougel: 0.2293
|
24 |
+
- Train Rougelsum: 0.2293
|
25 |
+
- Train Bertscore F1: 0.6094
|
26 |
+
- Train Gen Len: 241.9368
|
27 |
+
- Epoch: 2
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
52 |
|:----------:|:---------------:|:------------:|:------------:|:------------:|:---------------:|:------------------:|:-------------:|:-----:|
|
53 |
| 3.3096 | 3.1447 | 0.3986 | 0.1493 | 0.2359 | 0.2366 | 0.6148 | 238.5368 | 0 |
|
54 |
| 3.2719 | 3.1231 | 0.3898 | 0.1414 | 0.2306 | 0.231 | 0.6069 | 239.7053 | 1 |
|
55 |
+
| 3.2477 | 3.0994 | 0.3885 | 0.1403 | 0.2293 | 0.2293 | 0.6094 | 241.9368 | 2 |
|
56 |
|
57 |
|
58 |
### 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:401976de5c09497d6b77d5eb6deff72fd8b25b4c5ff77e3cc7d34074d53f9f4a
|
3 |
size 373902664
|