jan-hq/dolphin_binarized
Viewer • Updated • 892k • 360
How to use jan-hq/stealth-rag-v1 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("jan-hq/stealth-v1.3")
model = PeftModel.from_pretrained(base_model, "jan-hq/stealth-rag-v1")This model is a fine-tuned version of jan-hq/stealth-v1.3 on the jan-hq/rag_dataset_1200_binarized, the jan-hq/rag_dataset_12000_binarized, the jan-hq/rag_hallucination_dataset_1000_binarized, the jan-hq/rag_full_20000_binarized, the jan-hq/bagel_sft_binarized, the jan-hq/dolphin_binarized and the jan-hq/openhermes_binarized datasets. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
jan-hq/stealth-v1.3