WizardLMTeam/WizardLM_evol_instruct_70k
Viewer • Updated • 70k • 2.72k • 195
How to use monsterapi/gptj_6b_WizardLMEvolInstruct70k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-j-6b")
model = PeftModel.from_pretrained(base_model, "monsterapi/gptj_6b_WizardLMEvolInstruct70k")Model Used: EleutherAI/gpt-j-6b
Dataset: WizardLM/WizardLM_evol_instruct_70k
The WizardLM/WizardLM_evol_instruct_70k dataset, tailored specifically for enhancing interactive capabilities, was developed using the EVOL-Instruct method. This method enhances a smaller dataset with tougher questions for the LLM to perform.
With the utilization of MonsterAPI's LLM finetuner, this finetuning:
### INSTRUCTION:
[instruction]
### RESPONSE:
[output]
license: apache-2.0
Base model
EleutherAI/gpt-j-6b
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-j-6b") model = PeftModel.from_pretrained(base_model, "monsterapi/gptj_6b_WizardLMEvolInstruct70k")