AlignmentLab-AI/alpaca-cot-collection
Viewer • Updated • 1.84M • 22 • 8
How to use XeroCodes/xenith-3b with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("unsloth/phi-3-mini-4k-instruct-bnb-4bit")
model = PeftModel.from_pretrained(base_model, "XeroCodes/xenith-3b")Xenith-3B is a fine-tuned language model based on the microsoft/Phi-3-mini-4k-instruct model. It has been specifically trained on the AlignmentLab-AI/alpaca-cot-collection dataset, which focuses on chain-of-thought reasoning and instruction following.
Xenith-3B excels in tasks that require:
Base model
microsoft/Phi-3-mini-4k-instruct