BramVanroy
commited on
Commit
·
f1fa30f
1
Parent(s):
c62ce8c
Update README.md
Browse files
README.md
CHANGED
@@ -93,9 +93,23 @@ model.eval()
|
|
93 |
instruction = "Wat hoort er niet in dit rijtje thuis? Leg ook uit waarom."
|
94 |
input_text = "aap, muis, auto, vogel"
|
95 |
generation = generate(model, tokenizer, instruction, input_text)
|
96 |
-
|
97 |
```
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
## Training and evaluation data
|
100 |
|
101 |
Trained on the synthetic [BramVanroy/alpaca-dolly-dutch](https://huggingface.co/datasets/BramVanroy/alpaca-dolly-dutch) instruction dataset.
|
|
|
93 |
instruction = "Wat hoort er niet in dit rijtje thuis? Leg ook uit waarom."
|
94 |
input_text = "aap, muis, auto, vogel"
|
95 |
generation = generate(model, tokenizer, instruction, input_text)
|
|
|
96 |
```
|
97 |
|
98 |
+
## Citation
|
99 |
+
|
100 |
+
If you want to refer to this model, you can cite the following:
|
101 |
+
|
102 |
+
Vanroy, B.. (2023). Falcon 40B Finetuned on Dutch Translations of Alpca and Dolly. https://doi.org/10.57967/hf/0864
|
103 |
+
|
104 |
+
@misc{vanroy2023falcon40b_instruct_dutch,
|
105 |
+
author = { {Vanroy, Bram} },
|
106 |
+
title = { Falcon 40B Finetuned on Dutch Translations of Alpca and Dolly},
|
107 |
+
year = 2023,
|
108 |
+
url = { https://huggingface.co/BramVanroy/falcon-40b-ft-alpaca-dolly-dutch },
|
109 |
+
doi = { 10.57967/hf/0864 },
|
110 |
+
publisher = { Hugging Face }
|
111 |
+
}
|
112 |
+
|
113 |
## Training and evaluation data
|
114 |
|
115 |
Trained on the synthetic [BramVanroy/alpaca-dolly-dutch](https://huggingface.co/datasets/BramVanroy/alpaca-dolly-dutch) instruction dataset.
|