Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- it
|
5 |
+
- lld
|
6 |
+
---
|
7 |
+
|
8 |
+
# Ladin-Val Badia to Italian Translation Model
|
9 |
+
|
10 |
+
## Description
|
11 |
+
This model is designed for translating text between Ladin (Val Badia) and Italian.
|
12 |
+
The model was developed and trained as part of the research presented in the paper titled
|
13 |
+
"Rule-Based, Neural and LLM Back-Translation: Comparative Insights from a Variant of Ladin" submitted to [LoResMT @ ACL 2024](https://sites.google.com/view/loresmt/).
|
14 |
+
|
15 |
+
## Paper
|
16 |
+
The details of the model, including its architecture, training process, and evaluation, are discussed in the paper:
|
17 |
+
- [Rule-Based, Neural and LLM Back-Translation: Comparative Insights from a Variant of Ladin](#)
|
18 |
+
|
19 |
+
## License
|
20 |
+
This model is licensed under the [CC BY-NC-SA 4.0 License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
21 |
+
|
22 |
+
## Usage
|
23 |
+
To use this model for translation, you need to use the prefixes `>>ita<<` for translating to Italian and `>>lld_latn<<` for translating to Ladin (Val Badia).
|