robinsmits
commited on
Commit
•
0ac3165
1
Parent(s):
78c38cb
Added dataset reference
Browse files
README.md
CHANGED
@@ -103,6 +103,17 @@ The dataset is the Dutch translation of the English Alpaca Cleaned instruction d
|
|
103 |
|
104 |
Based on the dataset license only Non-Commercial use is allowed. Commercial use is strictly forbidden.
|
105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
## Training procedure
|
107 |
|
108 |
This model was finetuned with a QLoRA setup on a Google Colab A100 GPU in about 1.5 hours.
|
|
|
103 |
|
104 |
Based on the dataset license only Non-Commercial use is allowed. Commercial use is strictly forbidden.
|
105 |
|
106 |
+
```
|
107 |
+
@misc{vanroy2023language,
|
108 |
+
title={Language Resources for {Dutch} Large Language Modelling},
|
109 |
+
author={Bram Vanroy},
|
110 |
+
year={2023},
|
111 |
+
eprint={2312.12852},
|
112 |
+
archivePrefix={arXiv},
|
113 |
+
primaryClass={cs.CL}
|
114 |
+
}
|
115 |
+
```
|
116 |
+
|
117 |
## Training procedure
|
118 |
|
119 |
This model was finetuned with a QLoRA setup on a Google Colab A100 GPU in about 1.5 hours.
|