Text Generation
Transformers
PyTorch
Safetensors
GGUF
Norwegian
Norwegian Bokmål
Norwegian Nynorsk
mistral
gpt
generative
text-generation-inference
davda54 commited on
Commit
61599bf
·
verified ·
1 Parent(s): 2f3a170

Update README.md

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