Instructions to use danielflopez1/falcon7binstruct_badata with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use danielflopez1/falcon7binstruct_badata with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b-instruct") model = PeftModel.from_pretrained(base_model, "danielflopez1/falcon7binstruct_badata") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5faa5df | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:05fb5053cdd80b713b4553e8784242a1a5479c637dcbd18e183c9ab5ee6cb918
size 4728
|