BramVanroy commited on
Commit
f434cf0
·
verified ·
1 Parent(s): 364b423

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -43,6 +43,22 @@ This is the chat version of Fietje, a DPO-tuned (aligned) continuation on [the i
43
 
44
  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).
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ## Intended uses & limitations
47
 
48
  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!
 
43
 
44
  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).
45
 
46
+ ## Citation
47
+
48
+ 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:
49
+
50
+ ```bibtex
51
+ @misc{vanroy2024fietjeopenefficientllm,
52
+ title={Fietje: An open, efficient LLM for Dutch},
53
+ author={Bram Vanroy},
54
+ year={2024},
55
+ eprint={2412.15450},
56
+ archivePrefix={arXiv},
57
+ primaryClass={cs.CL},
58
+ url={https://arxiv.org/abs/2412.15450},
59
+ }
60
+ ```
61
+
62
  ## Intended uses & limitations
63
 
64
  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!