BramVanroy commited on
Commit
cb7e24b
·
verified ·
1 Parent(s): 77503ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -44,6 +44,22 @@ This is the instruct version of Fietje, an SFT-tuned (instruction-tuned) variant
44
 
45
  A thorough description of the creation and evaluation of Fietje as well as usage examples are available in [this Github repository](https://github.com/BramVanroy/fietje).
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  ## Intended uses & limitations
48
 
49
  The same limitations as [phi-2](https://huggingface.co/microsoft/phi-2#limitations-of-phi-2), and LLMs in general, apply here. LLMs hallucinate, make mistakes, and should not be trusted. Use at your own risk!
 
44
 
45
  A thorough description of the creation and evaluation of Fietje as well as usage examples are available in [this Github repository](https://github.com/BramVanroy/fietje).
46
 
47
+ ## Citation
48
+
49
+ If you use Fietje or the [CulturaX + Wikipedia filtered subset](https://huggingface.co/datasets/BramVanroy/wikipedia_culturax_dutch) in your work, please cite to the following paper:
50
+
51
+ ```bibtex
52
+ @misc{vanroy2024fietjeopenefficientllm,
53
+ title={Fietje: An open, efficient LLM for Dutch},
54
+ author={Bram Vanroy},
55
+ year={2024},
56
+ eprint={2412.15450},
57
+ archivePrefix={arXiv},
58
+ primaryClass={cs.CL},
59
+ url={https://arxiv.org/abs/2412.15450},
60
+ }
61
+ ```
62
+
63
  ## Intended uses & limitations
64
 
65
  The same limitations as [phi-2](https://huggingface.co/microsoft/phi-2#limitations-of-phi-2), and LLMs in general, apply here. LLMs hallucinate, make mistakes, and should not be trusted. Use at your own risk!