Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,16 @@ This repo releases the trained LLaMA-adapter weights in paper "GenTranslate: Lar
|
|
26 |
|
27 |
**Model:** This repo
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
If you consider this work would be related or useful for your research, please kindly consider to cite the work below. Thank you.
|
30 |
|
31 |
```bib
|
|
|
26 |
|
27 |
**Model:** This repo
|
28 |
|
29 |
+
***Filename format:*** [data\_source]\_[src\_language\_code]\_[tgt\_language\_code]\_[task].pth
|
30 |
+
|
31 |
+
e.g. covost2_ar_en_st.pth
|
32 |
+
|
33 |
+
***Note:***
|
34 |
+
- Language code look-up: Table 15 & 17 in https://arxiv.org/pdf/2402.06894.pdf
|
35 |
+
- Source/target language refers to the translation task, so that the N-best hypotheses and ground-truth transcription are both in target language
|
36 |
+
- For speech translation datasets (FLEURS, CoVoST-2, MuST-C), the task ID "mt" denotes cascaded ASR+MT pipeline
|
37 |
+
|
38 |
+
|
39 |
If you consider this work would be related or useful for your research, please kindly consider to cite the work below. Thank you.
|
40 |
|
41 |
```bib
|