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: 129 Bytes
a0e48cd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ad468ef49f381edca689b54e2a166e55d734cf0fe4499dc64191bbf5cf286c93
size 3963
|