Update README.md
Browse files
README.md
CHANGED
|
@@ -37,13 +37,12 @@ model = AutoModelForCausalLM.from_pretrained("MaLA-LM/lucky52-bloom-7b1-no-5")
|
|
| 37 |
|
| 38 |
### Citation
|
| 39 |
```
|
| 40 |
-
@
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
primaryclass = "cs.CL"
|
| 47 |
}
|
| 48 |
```
|
| 49 |
|
|
|
|
| 37 |
|
| 38 |
### Citation
|
| 39 |
```
|
| 40 |
+
@inproceedings{ji2025lucky52,
|
| 41 |
+
title={How Many Languages Make Good Multilingual Instruction Tuning? A Case Study on BLOOM},
|
| 42 |
+
author={Shaoxiong Ji and Pinzhen Chen},
|
| 43 |
+
year={2025},
|
| 44 |
+
booktitle={Proceedings of COLING},
|
| 45 |
+
url={https://arxiv.org/abs/2404.04850},
|
|
|
|
| 46 |
}
|
| 47 |
```
|
| 48 |
|