Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use sagerpascal/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sagerpascal/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sagerpascal/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sagerpascal/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("sagerpascal/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Commit ·
bc379ee
1
Parent(s): b3c7a0c
Training complete
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430976817
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:668cfc48e693d13f88816d71971814b4997703f2ac89286e8f810512a391d4a5
|
| 3 |
size 430976817
|
runs/May12_06-35-29_c469b28b3376/events.out.tfevents.1652337336.c469b28b3376.363.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:c6d65be38d3e080b50aa115684d546b7e1b879c478a55d6cb58beb5ad49b9fa6
|
| 3 |
+
size 7033
|