Instructions to use monsterapi/falcon_7b_DolphinCoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/falcon_7b_DolphinCoder 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_DolphinCoder") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
45ca0e8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fe30d0c99c95614bc699a888ab6326a317505e362e497ab9b57cbd4272bffe9b
size 37772974
|