garage-bAInd/Open-Platypus
Viewer • Updated • 24.9k • 8.93k • 416
How to use monsterapi/falcon_7b_OpenPlatypus with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b")
model = PeftModel.from_pretrained(base_model, "monsterapi/falcon_7b_OpenPlatypus")Model Used: tiiuae/falcon-7b
Dataset: garage-bAInd/Open-Platypus
garage-bAInd/Open-Platypus dataset is focused on improving LLM logical reasoning skills and was used to train the Platypus2 models. It is comprised of the following datasets, which were filtered using keyword search and then Sentence Transformers to remove questions with a similarity above 80%
With the utilization of MonsterAPI's LLM finetuner, this finetuning:
$3.33 for the entire epoch.license: apache-2.0
Base model
tiiuae/falcon-7b
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b") model = PeftModel.from_pretrained(base_model, "monsterapi/falcon_7b_OpenPlatypus")