End of training
Browse files- README.md +11 -8
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,9 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Exact Match: 0.
|
23 |
-
- Bleu: 58.
|
|
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -50,11 +53,11 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Exact Match | Bleu |
|
54 |
-
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0300
|
22 |
+
- Exact Match: 0.1374
|
23 |
+
- Bleu: 58.1578
|
24 |
+
- M2 Precision: 0.6745
|
25 |
+
- M2 Recall: 50
|
26 |
+
- M2 Fscore: 0.8403
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Exact Match | Bleu | M2 Precision | M2 Recall | M2 Fscore |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-----------:|:-------:|:------------:|:---------:|:---------:|
|
58 |
+
| 0.0265 | 1.0 | 3559 | 0.0331 | 0.1343 | 58.3430 | 33.2490 | 50 | 35.6368 |
|
59 |
+
| 0.0293 | 2.0 | 7118 | 0.0313 | 0.1417 | 58.5254 | 29.6796 | 50 | 32.3054 |
|
60 |
+
| 0.0284 | 3.0 | 10677 | 0.0313 | 0.1419 | 58.5583 | 30.5509 | 50 | 33.1281 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891644712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abbf37a423af9fe2fbc02d3f990c9080e78afea875f665756d7520c8f3c92b71
|
3 |
size 891644712
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d261b727cdc14204b5c2095a62564c7f2d49ef6d21c50dfa0eb4954fe688bd5b
|
3 |
size 5432
|