Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
**ALMA** (**A**dvanced **L**anguage **M**odel-based tr**A**nslator) is an LLM-based translation model, which adopts a new translation model paradigm: it begins with fine-tuning on monolingual data and is further optimized using high-quality parallel data. This two-step fine-tuning process ensures strong translation performance.
|
5 |
Please find more details in our [paper](https://arxiv.org/abs/2309.11674).
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model:
|
4 |
+
- meta-llama/Llama-2-13b-hf
|
5 |
---
|
6 |
**ALMA** (**A**dvanced **L**anguage **M**odel-based tr**A**nslator) is an LLM-based translation model, which adopts a new translation model paradigm: it begins with fine-tuning on monolingual data and is further optimized using high-quality parallel data. This two-step fine-tuning process ensures strong translation performance.
|
7 |
Please find more details in our [paper](https://arxiv.org/abs/2309.11674).
|