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