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
Upload pytorch_model-00002-of-00002.bin with huggingface_hub
Browse files
pytorch_model-00002-of-00002.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e62a3c6ea3d10c1a621dc673df14a434e06a657f5def94f78e80b5227f151dd1
|
| 3 |
+
size 3500317102
|