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