Instructions to use dmody1/NER-telecom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dmody1/NER-telecom with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "dmody1/NER-telecom") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
6a17af9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9efe2f03663ed7afe89c3f146a8202bcc36a8d90c0f238ee94597cc1fa346b32
size 16823434
|