Token Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use raulgdp/NER-finetuning-Bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raulgdp/NER-finetuning-Bert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="raulgdp/NER-finetuning-Bert-base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("raulgdp/NER-finetuning-Bert-base") model = AutoModelForTokenClassification.from_pretrained("raulgdp/NER-finetuning-Bert-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 709102436
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5416649b40bf70fb57c800c2e41a50d34e17660ec38574feaf0ea5b9e88fa98f
|
| 3 |
size 709102436
|
runs/May02_16-52-27_66e7a5c974ae/events.out.tfevents.1746204754.66e7a5c974ae.2030.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:91f2479bb64cb8c4eb6072fe5da518097e2e7e654012d96b7199e70f3243b927
|
| 3 |
+
size 10298
|