Simon Liang commited on
Commit
23185b8
1 Parent(s): 6462582

updated model card

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -15,22 +15,23 @@ 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 an unknown dataset.
19
 
20
  ## Model description
21
 
22
- More information needed
23
 
24
  ## Intended uses & limitations
25
 
26
- More information needed
27
 
28
  ## Training and evaluation data
29
 
30
- More information needed
31
-
32
  ## Training procedure
33
 
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
@@ -44,7 +45,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 Mandarin sentences to Cantonese.
23
 
24
  ## Intended uses & limitations
25
 
26
+ When you use the model, please make sure to add `translate cantonese to mandarin: ` (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
  ## Training procedure
32
 
33
+ Training is based on [example in transformers library](https://github.com/huggingface/transformers/tree/master/examples/pytorch/translation)
34
+
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
 
45
 
46
  ### Training results
47
 
48
+ Since we still need to set up validation set, we do not have any training results yet.
49
 
50
  ### Framework versions
51