prithviraj-maurya
commited on
Commit
•
8fc63f9
1
Parent(s):
0411aa1
Training complete
Browse files
README.md
CHANGED
@@ -2,8 +2,10 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: t5-base
|
4 |
tags:
|
5 |
-
-
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: output
|
9 |
results: []
|
@@ -15,6 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# output
|
16 |
|
17 |
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -43,6 +48,11 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: t5-base
|
4 |
tags:
|
5 |
+
- convert-pov
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- bleu
|
9 |
model-index:
|
10 |
- name: output
|
11 |
results: []
|
|
|
17 |
# output
|
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.2879
|
22 |
+
- Bleu: 66.4554
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
53 |
+
| 0.3751 | 1.0 | 1019 | 0.3149 | 65.4313 |
|
54 |
+
| 0.3368 | 2.0 | 2038 | 0.2931 | 66.2663 |
|
55 |
+
| 0.3254 | 3.0 | 3057 | 0.2879 | 66.4554 |
|
56 |
|
57 |
|
58 |
### Framework versions
|