databricks/databricks-dolly-15k
Viewer • Updated • 15k • 36.1k • 986
How to use monsterapi/Falcon_180B_dolly15k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-180B")
model = PeftModel.from_pretrained(base_model, "monsterapi/Falcon_180B_dolly15k")Model Used: tiiuae/falcon-180B
Dataset: Databricks-dolly-15k
The Databricks-dolly-15k dataset represents a substantial collection of over 15,000 records, curated through the dedicated and collective efforts of numerous Databricks professionals. It's meticulously designed to:
During the dataset's creation, contributors responded to peer questions. A focus was placed on rephrasing the original queries and emphasizing accurate responses. Furthermore, certain data subsets incorporate Wikipedia references, identifiable by bracketed citation numbers like [42].
Our finetuning harnessed the capabilities of MonsterAPI's no-code LLM finetuner:
$184.314.### INSTRUCTION:
[instruction]
[context]
### RESPONSE:
[response]
Loss metrics
license: apache-2.0
Base model
tiiuae/falcon-180B