databricks/databricks-dolly-15k
Viewer • Updated • 15k • 32.9k • 976
How to use monsterapi/Mistral-7B-v0.1-Dolly-15k 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-v0.1-Dolly-15k")We finetuned mistralai/Mistral-7B-v0.1 on databricks/databricks-dolly-15k Dataset for 1 epoch using MonsterAPI no-code LLM finetuner.
The Mistral-7B-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters. Mistral-7B-v0.1 outperforms Llama 2 13B on majority of the benchmarks as tested by Mistral team.
databricks-dolly-15k is a corpus of more than 15,000 records generated by thousands of Databricks employees to enable large language models to exhibit the magical interactivity of ChatGPT.