openai/gsm8k
Benchmark • Updated • 17.6k • 923k • 1.32k
How to use Menouar/saqr-7b-instruct with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b")
model = PeftModel.from_pretrained(base_model, "Menouar/saqr-7b-instruct")
This model is a fine-tuned version of tiiuae/falcon-7b on ultrachat_200k, UltraFeedback, and gsm8k datasets.
This model is a fine-tuned version of tiiuae/falcon-7b using supervised fine-tuning on nearly the same datasets as Zephyr-7B-beta.
The evaluation for training can be found here.
The evaluation can be found at the Hugging Face Leaderboard here.
Can be found here.
The following hyperparameters were used during training:
Base model
tiiuae/falcon-7b