Commit
·
a99de3c
1
Parent(s):
c704d3d
Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,10 @@ The training and evaludation dataset are generated by ChatGPT and Palm2.
|
|
35 |
|
36 |
Leverage over 4,000 Chinese and Cantonese phrase pairs meticulously gathered from diverse websites and dictionaries as the foundation for generating initial seed sentences in Chinese using ChatGPT. Subsequently, employ the Palm2 API to translate all Chinese sentences into Cantonese, while dedicating attention to manually rectifying any typos and enhancing overall fluency and linguistic variety.
|
37 |
|
|
|
|
|
|
|
|
|
38 |
## Training procedure
|
39 |
|
40 |
### Training hyperparameters
|
|
|
35 |
|
36 |
Leverage over 4,000 Chinese and Cantonese phrase pairs meticulously gathered from diverse websites and dictionaries as the foundation for generating initial seed sentences in Chinese using ChatGPT. Subsequently, employ the Palm2 API to translate all Chinese sentences into Cantonese, while dedicating attention to manually rectifying any typos and enhancing overall fluency and linguistic variety.
|
37 |
|
38 |
+
Utilizing the collected Chinese and Cantonese phrase pairs, each phrase is employed to generate ten unique sentences, resulting in a comprehensive dataset size of approximately 40,000 sentences. These sentences serve as the basis for training and refining the translation model, ensuring a robust and diverse language understanding.
|
39 |
+
|
40 |
+
Similarly, the evaluation dataset is meticulously crafted using a comparable methodology to the training dataset. This ensures that the evaluation data reflects the same level of quality, diversity, and linguistic nuances, providing a reliable benchmark for assessing the performance and effectiveness of the translation model.
|
41 |
+
|
42 |
## Training procedure
|
43 |
|
44 |
### Training hyperparameters
|