Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use cssupport/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cssupport/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="cssupport/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("cssupport/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("cssupport/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Training complete
Browse files
runs/Jul31_15-17-44_50fda4bf667a/events.out.tfevents.1690816686.50fda4bf667a.178.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:9fadf4948bd97eb1a12947ed9f166e03d27e4ae1e720ebd47e07ddb36bfe51c0
|
| 3 |
+
size 7722
|