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 5
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:87841d7dffe7fbdcf20bcde10b091561c43d8bc87a5f8c3a49469d89022659cf
|
| 3 |
size 265503852
|
runs/Apr28_05-00-33_b027d5384a0f/events.out.tfevents.1777352437.b027d5384a0f.6628.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:9cbacfa5863c5471821750bc8389d3c0556b688b1794594faa4776ccd6eba674
|
| 3 |
+
size 8617
|