noxneural/kashaloti
Viewer • Updated • 995k • 46 • 3
How to use noxneural/MistralKashaloti_v0.1 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("PulsarAI/SlimOpenOrca-Mistral-7B")
model = PeftModel.from_pretrained(base_model, "noxneural/MistralKashaloti_v0.1")Version 1 of 71, qLora finetune of the Mistral-7B model using 1/71 of the GPT4 based part of the Orca Dataset, using approx ~14k records from a total of 1 million records.
Text generation in Albanian.
Model is just version v0.1, outputs are still not optimal.
The following bitsandbytes quantization config was used during training:
The following bitsandbytes quantization config was used during training:
Base model
Open-Orca/Mistral-7B-SlimOrca