Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# MelioAI/machine-translation
|
15 |
|
16 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Train Loss: 2.0883
|
19 |
- Validation Loss: 1.8536
|
@@ -21,17 +21,20 @@ It achieves the following results on the evaluation set:
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
|
|
|
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
-
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
|
|
|
|
33 |
|
34 |
-
## Training procedure
|
35 |
|
36 |
### Training hyperparameters
|
37 |
|
|
|
13 |
|
14 |
# MelioAI/machine-translation
|
15 |
|
16 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the [Opus Books](https://huggingface.co/datasets/Helsinki-NLP/opus_books) dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Train Loss: 2.0883
|
19 |
- Validation Loss: 1.8536
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
This is a machine translation model utilized for translating from English to French, based on the tutorial: [Hugging Face Translation Example](https://huggingface.co/docs/transformers/tasks/translation).
|
25 |
+
|
26 |
+
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
30 |
+
This model is made for the purposes of showing how to use Highwind only.
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|
34 |
+
- Train Loss: 2.0883
|
35 |
+
- Validation Loss: 1.8536
|
36 |
+
- Epoch: 0
|
37 |
|
|
|
38 |
|
39 |
### Training hyperparameters
|
40 |
|