Add pipeline tag
Browse filesThis PR adds the pipeline tag, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=text-generation.
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
-
|
|
|
|
| 4 |
datasets:
|
| 5 |
- MaLA-LM/mala-monolingual-split
|
| 6 |
- MaLA-LM/mala-code-reasoning-v2
|
| 7 |
- MaLA-LM/mala-bilingual-translation-corpus
|
| 8 |
-
base_model:
|
| 9 |
-
- meta-llama/Llama-3-8B
|
| 10 |
library_name: transformers
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Massively Multilingual Adaptation of Large Language Models Using Bilingual Translation Data
|
|
@@ -96,5 +96,4 @@ Check out the below [paper](https://arxiv.org/abs/2409.17892) for the precedent
|
|
| 96 |
year={2024},
|
| 97 |
journal={arXiv preprint 2409.17892},
|
| 98 |
url={https://arxiv.org/abs/2409.17892},
|
| 99 |
-
}
|
| 100 |
-
```
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- meta-llama/Llama-3-8B
|
| 4 |
datasets:
|
| 5 |
- MaLA-LM/mala-monolingual-split
|
| 6 |
- MaLA-LM/mala-code-reasoning-v2
|
| 7 |
- MaLA-LM/mala-bilingual-translation-corpus
|
|
|
|
|
|
|
| 8 |
library_name: transformers
|
| 9 |
+
license: llama3
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
---
|
| 12 |
|
| 13 |
# Massively Multilingual Adaptation of Large Language Models Using Bilingual Translation Data
|
|
|
|
| 96 |
year={2024},
|
| 97 |
journal={arXiv preprint 2409.17892},
|
| 98 |
url={https://arxiv.org/abs/2409.17892},
|
| 99 |
+
}
|
|
|