Instructions to use monsterapi/falcon_7b_OpenPlatypus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/falcon_7b_OpenPlatypus with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b") model = PeftModel.from_pretrained(base_model, "monsterapi/falcon_7b_OpenPlatypus") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
63b2353 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2c5695d93ca116c38ddbda4323796cfafe834f4777677af098122c58ecf78f8b
size 18898606
|