databricks/databricks-dolly-15k
Viewer • Updated • 15k • 33.7k • 964
How to use monsterapi/Falcon_40B_dolly15k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-40b")
model = PeftModel.from_pretrained(base_model, "monsterapi/Falcon_40B_dolly15k")Model Used: tiiuae/falcon-40b
Dataset: Databricks-dolly-15k
The Databricks-dolly-15k dataset, comprising over 15,000 records, stands as a testament to the dedication of numerous Databricks professionals. Aimed at refining the interactive capabilities of systems like ChatGPT, the dataset offers:
Note: Some data categories incorporate Wikipedia references, evident from bracketed citation numbers, e.g., [42]. Exclusion is recommended for downstream applications.
Leveraging MonsterAPI's no-code LLM finetuner, our finetuning emphasized:
$11.8.### INSTRUCTION:
[instruction]
[context]
### RESPONSE:
[response]
Loss metrics
license: apache-2.0
Base model
tiiuae/falcon-40b