Text Generation
PEFT
Safetensors
Dutch
mistral
alignment-handbook
Generated from Trainer
trl
sft
geitje
fingeitje
dutch
finance
conversational
4-bit precision
bitsandbytes
Instructions to use snoels/FinGEITje-7B-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use snoels/FinGEITje-7B-sft with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("BramVanroy/GEITje-7B-ultra") model = PeftModel.from_pretrained(base_model, "snoels/FinGEITje-7B-sft") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -173,6 +173,7 @@ We would like to thank:
|
|
| 173 |
|
| 174 |
## 📝 Citation
|
| 175 |
[Link to the paper](https://dl.acm.org/doi/abs/10.1145/3677052.3698628)
|
|
|
|
| 176 |
|
| 177 |
If you use FinGEITje in your work, please cite:
|
| 178 |
|
|
|
|
| 173 |
|
| 174 |
## 📝 Citation
|
| 175 |
[Link to the paper](https://dl.acm.org/doi/abs/10.1145/3677052.3698628)
|
| 176 |
+
[Link to the arXiv](https://arxiv.org/abs/2410.18417)
|
| 177 |
|
| 178 |
If you use FinGEITje in your work, please cite:
|
| 179 |
|