vicgalle/alpaca-gpt4
Viewer • Updated • 52k • 5.82k • 324
How to use monsterapi/Gptj-6b_alpaca-gpt4 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_alpaca-gpt4")We finetuned gptj-6b on Code-Alpaca-Instruct Dataset (vicgalle/alpaca-gpt4) for 10 epochs or ~ 50,000 steps using MonsterAPI no-code LLM finetuner.
This dataset is vicgalle/alpaca-gpt4 unfiltered,
The finetuning session got completed in 7 hours and costed us only $25 for the entire finetuning run!
Base model
EleutherAI/gpt-j-6b