Token Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
Instructions to use wizardofchance/conllpp_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wizardofchance/conllpp_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="wizardofchance/conllpp_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("wizardofchance/conllpp_NER") model = AutoModelForTokenClassification.from_pretrained("wizardofchance/conllpp_NER", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265491548
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91dae82baf43b6c5cbaddd2dc32688753dd654e16431dd683fdee630e5bf7eb3
|
| 3 |
size 265491548
|
runs/Sep07_05-58-53_b3d961b4c863/events.out.tfevents.1757224735.b3d961b4c863.563.3
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:78dd1eb77f9f36a2fe3f33d22bce4f8a0807c4d1f419de88565e890ee0e31bd8
|
| 3 |
+
size 6703
|