Instructions to use Somesh140/NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Somesh140/NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Somesh140/NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Somesh140/NER") model = AutoModelForTokenClassification.from_pretrained("Somesh140/NER") - Notebooks
- Google Colab
- Kaggle
Commit ·
73519d3
1
Parent(s): 93bfc67
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (539e7468bb9769efdcb425d3636758012b30b414)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19132a7cc7203b34a9891f0060ad7236f4f244431c6db3650bcd89445f9e01d8
|
| 3 |
+
size 1109862012
|