Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,21 @@ model-index:
|
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
# laft_bur_mpt
|
17 |
|
18 |
This model is a fine-tuned version of [mosaicml/mpt-7b](https://huggingface.co/mosaicml/mpt-7b) on the mc4 my dataset.
|
|
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# Paper and Citation
|
17 |
+
Paper: [Prompt, Translate, Fine-Tune, Re-Initialize, or Instruction-Tune? Adapting LLMs for In-Context Learning in Low-Resource Languages
|
18 |
+
](https://arxiv.org/abs/2506.19187)
|
19 |
+
```
|
20 |
+
@misc{toukmaji2025prompttranslatefinetunereinitialize,
|
21 |
+
title={Prompt, Translate, Fine-Tune, Re-Initialize, or Instruction-Tune? Adapting LLMs for In-Context Learning in Low-Resource Languages},
|
22 |
+
author={Christopher Toukmaji and Jeffrey Flanigan},
|
23 |
+
year={2025},
|
24 |
+
eprint={2506.19187},
|
25 |
+
archivePrefix={arXiv},
|
26 |
+
primaryClass={cs.CL},
|
27 |
+
url={https://arxiv.org/abs/2506.19187},
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|
31 |
# laft_bur_mpt
|
32 |
|
33 |
This model is a fine-tuned version of [mosaicml/mpt-7b](https://huggingface.co/mosaicml/mpt-7b) on the mc4 my dataset.
|