databricks/databricks-dolly-15k
Viewer • Updated • 15k • 33.1k • 977
How to use monsterapi/llama2_70B_dolly15k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-70b-hf")
model = PeftModel.from_pretrained(base_model, "monsterapi/llama2_70B_dolly15k")Model Used: meta-llama/Llama-2-70b-hf
Dataset: Databricks-dolly-15k
The Databricks-dolly-15k dataset is an impressive compilation of over 15,000 records, made possible by the hard work and dedication of a multitude of Databricks professionals. It has been tailored to:
The contributors had the opportunity to rephrase and answer queries from their peers, highlighting a focus on accuracy and clarity. Additionally, some data subsets feature Wikipedia-sourced reference texts, marked by bracketed citation numbers like [42].
Using MonsterAPI's user-friendly LLM finetuner, the finetuning:
$19.25 per epoch, culminating in a combined cost of $57.75 for all epochs.### INSTRUCTION:
[instruction]
[context]
### RESPONSE:
[response]
Loss metrics
Training loss (Blue) Validation Loss (orange):

license: apache-2.0
Base model
meta-llama/Llama-2-70b-hf