superaidesu
commited on
Commit
·
b640385
1
Parent(s):
3d9a836
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
metrics:
|
6 |
+
- bleu
|
7 |
+
- chrf
|
8 |
---
|
9 |
|
10 |
+
Base model: https://huggingface.co/indiejoseph/cantonese-llama-2-7b-oasst-v1
|
11 |
|
12 |
+
Finetuned following ALMA (https://github.com/fe1ixxu/ALMA) on the Cantonese-Mandarin translation task.
|
13 |
+
|
14 |
+
Finetuning dataset: Sourced from the released raw dataset in https://github.com/meganndare/cantonese-nlp
|
15 |
+
|
16 |
+
As the base model was already finetuned on Cantonese monolingual data, we only conducted finetuning on parallel sentences.
|
17 |
+
|
18 |
+
Results:
|
19 |
+
|
20 |
+
Man -> Can: 35.371 BLEU, 26.197 ChrF++
|
21 |
+
Can -> Man: 36.553 BLEU, 27.471 ChrF++
|