Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use ocm/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ocm/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ocm/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ocm/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("ocm/bert-finetuned-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430978541
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfa2245b10ecffb880cef6dbc61334693a7e4322767d246be6a3b30637c92533
|
| 3 |
size 430978541
|
runs/Mar18_18-49-07_49f412882a5f/1679165354.1203694/events.out.tfevents.1679165354.49f412882a5f.8294.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f858167f7755af4760649cf655e1d91fd794a3580662779f3c5436977ee9c652
|
| 3 |
+
size 5772
|
runs/Mar18_18-49-07_49f412882a5f/events.out.tfevents.1679165354.49f412882a5f.8294.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1c4c8149eb5551856dd2f683cc8afdbece608a38becaf81ae39807ef41b8622
|
| 3 |
+
size 5193
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c396e032bfaaf42243afedbfbe64c4a8e9ea36658aa2f7c103ae4953e12c2eee
|
| 3 |
size 3579
|