Token Classification
Transformers
TensorBoard
Safetensors
English
bert
Generated from Trainer
classification
Instructions to use JonyC/results_bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JonyC/results_bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="JonyC/results_bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("JonyC/results_bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("JonyC/results_bert-finetuned-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 25
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437423932
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef737c74ccb9484f7ffe46c31c57d5b9fe3c019ba9b48a24984fad0f91208156
|
| 3 |
size 437423932
|
runs/Mar13_14-21-46_JonyC/events.out.tfevents.1741868569.JonyC.57652.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:e162c63bfc9129cc6dfe326d402c8c3e3c326d4c8f613f34e6d9a26ffa5a533f
|
| 3 |
+
size 117373
|