Instructions to use SKNahin/NER_YOSO2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SKNahin/NER_YOSO2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="SKNahin/NER_YOSO2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("SKNahin/NER_YOSO2") model = AutoModelForTokenClassification.from_pretrained("SKNahin/NER_YOSO2") - Notebooks
- Google Colab
- Kaggle
Upload YosoForTokenClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 507293540
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bec1af002df859e70fa0ce785f1383301ef7d3a9ce5bb83b77c599e2db4c66e
|
| 3 |
size 507293540
|