Update README.md
Browse files
README.md
CHANGED
|
@@ -372,4 +372,29 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
| 372 |
load_in_8bit=True,
|
| 373 |
torch_dtype=torch.bfloat16
|
| 374 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 375 |
```
|
|
|
|
| 372 |
load_in_8bit=True,
|
| 373 |
torch_dtype=torch.bfloat16
|
| 374 |
)
|
| 375 |
+
```
|
| 376 |
+
|
| 377 |
+
### Citation
|
| 378 |
+
|
| 379 |
+
```bibtex
|
| 380 |
+
@inproceedings{samuel-etal-2025-small,
|
| 381 |
+
title = "Small Languages, Big Models: {A} Study of Continual Training on Languages of {Norway}",
|
| 382 |
+
author = "Samuel, David and
|
| 383 |
+
Mikhailov, Vladislav and
|
| 384 |
+
Velldal, Erik and
|
| 385 |
+
{\O}vrelid, Lilja and
|
| 386 |
+
Charpentier, Lucas Georges Gabriel and
|
| 387 |
+
Kutuzov, Andrey and
|
| 388 |
+
Oepen, Stephan",
|
| 389 |
+
editor = "Johansson, Richard and
|
| 390 |
+
Stymne, Sara",
|
| 391 |
+
booktitle = "Proceedings of the Joint 25th Nordic Conference on Computational Linguistics and 11th Baltic Conference on Human Language Technologies (NoDaLiDa/Baltic-HLT 2025)",
|
| 392 |
+
month = mar,
|
| 393 |
+
year = "2025",
|
| 394 |
+
address = "Tallinn, Estonia",
|
| 395 |
+
publisher = "University of Tartu Library",
|
| 396 |
+
url = "https://aclanthology.org/2025.nodalida-1.61/",
|
| 397 |
+
pages = "573--608",
|
| 398 |
+
ISBN = "978-9908-53-109-0"
|
| 399 |
+
}
|
| 400 |
```
|