Simon Liang
commited on
Commit
•
50504f0
1
Parent(s):
1cc50a7
updated model card
Browse files
README.md
CHANGED
@@ -15,22 +15,24 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# output
|
17 |
|
18 |
-
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
-
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
30 |
-
|
31 |
|
32 |
## Training procedure
|
33 |
|
|
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
@@ -44,7 +46,7 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
-
|
48 |
|
49 |
### Framework versions
|
50 |
|
|
|
15 |
|
16 |
# output
|
17 |
|
18 |
+
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on dataset [x-tech/cantonese-mandarin-translations](https://huggingface.co/datasets/x-tech/cantonese-mandarin-translations).
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
+
The model translates Cantonese sentences to Mandarin.
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
+
When you use the model, please make sure to add `translate mandarin to cantonese: ` (please note the space after colon) before the text you want to translate.
|
27 |
|
28 |
## Training and evaluation data
|
29 |
|
30 |
+
Training Dataset: [x-tech/cantonese-mandarin-translations](https://huggingface.co/datasets/x-tech/cantonese-mandarin-translations)
|
31 |
|
32 |
## Training procedure
|
33 |
|
34 |
+
Training is based on [example in transformers library](https://github.com/huggingface/transformers/tree/master/examples/pytorch/translation)
|
35 |
+
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
|
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
Since we still need to set up validation set, we do not have any training results yet.
|
50 |
|
51 |
### Framework versions
|
52 |
|