Instructions to use dany0407/token_classification_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dany0407/token_classification_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="dany0407/token_classification_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("dany0407/token_classification_NER") model = AutoModelForTokenClassification.from_pretrained("dany0407/token_classification_NER") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265503852
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c55a9ed13a8a807321e7192446a0104dc81a6cd914ba9d6f24ae6e174120f9d1
|
| 3 |
size 265503852
|
runs/Apr28_04-15-33_7ada0a1f53bd/events.out.tfevents.1777349737.7ada0a1f53bd.5416.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e477c36c250c43d53b782f874703c8b914a74e5e3d7f0a6d1388bcecc9b32883
|
| 3 |
+
size 7108
|