Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use Yv/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yv/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Yv/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Yv/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("Yv/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
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 430989809
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0bdd071686e501808d43d45a39c62225695222de5bff5fa4470490bccb2e67e
|
| 3 |
size 430989809
|
runs/Dec16_11-38-17_2fc8b1448f03/events.out.tfevents.1639654720.2fc8b1448f03.73.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:a5d81e21cc74779a72a48ad8b3d0580c449efd76c503cbbec70d1c9272cc2bfd
|
| 3 |
+
size 6941
|