Instructions to use ShishuTripathi/entity_coder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ShishuTripathi/entity_coder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16") model = PeftModel.from_pretrained(base_model, "ShishuTripathi/entity_coder") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a0e48cd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:900449cfa0d1e5bafb97358aa8c59c3bd7f59603dfa5af9ab04307397d383117
size 522284877
|