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
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!