Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use csNoHug/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use csNoHug/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="csNoHug/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("csNoHug/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("csNoHug/bert-finetuned-ner") - 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 430942044
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:261a69003f3ff1c2a61f2da0acd581cbfc499d35eb1e7bf5bc4700e576f39df9
|
| 3 |
size 430942044
|
runs/Nov02_19-29-33_14bb261f8b44/events.out.tfevents.1698953374.14bb261f8b44.1101.1
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:cbb77f92a45d048e8a4962ee2f2f04c7eb45cdbeacc300d4219217469ea3ce4d
|
| 3 |
+
size 12430
|