WizardLMTeam/WizardLM_evol_instruct_70k
Viewer • Updated • 70k • 2.79k • 196
How to use monsterapi/mistral_7b_WizardLMEvolInstruct70k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1")
model = PeftModel.from_pretrained(base_model, "monsterapi/mistral_7b_WizardLMEvolInstruct70k")Model Used: mistralai/Mistral-7B-v0.1
Dataset: WizardLM/WizardLM_evol_instruct_70k
The WizardLM/WizardLM_evol_instruct_70k dataset, tailored specifically for enhancing interactive capabilities, it was developed using EVOL-Instruct method.Which will basically enhance a smaller dataset, with tougher quesitons for the LLM to perform
With the utilization of MonsterAPI's LLM finetuner, this finetuning:
$10 for the entire epoch.Prompt Structure
### INSTRUCTION:
[instruction]
### RESPONSE:
[output]
ARC (arc_challenge, acc_norm) 0.5543
HellaSwag (hellaswag, acc_norm) 0.7979
TruthfulQA (truthfulqa_mc2) 0.4781
license: apache-2.0