Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use animalthemuppet/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use animalthemuppet/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="animalthemuppet/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("animalthemuppet/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("animalthemuppet/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Commit ·
3d2e32b
1
Parent(s): 5cc54f7
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:928ed8f6ff212324feb3ab90c5bc79a79ba979e7ebf5ac22d0b6c99a8c57c176
|
| 3 |
size 430976817
|
runs/May22_16-34-11_8f44c2346b9f/events.out.tfevents.1653237281.8f44c2346b9f.71.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:129b8df90f1697dfc4104e57ef13c6c057eb6b0a7a7a3c36300e7e49fe398c84
|
| 3 |
+
size 7205
|