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:8efa023f89c4b435f2876051ba604a98e763105f85670edfe9e962f8b8ee63be
|
| 3 |
size 430978541
|
runs/Mar18_19-16-02_49f412882a5f/1679166968.3266425/events.out.tfevents.1679166968.49f412882a5f.8294.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc1c5d903ed953e7565dace7f6b9bd7b317e191382cd69cfcedc81bde8bd9749
|
| 3 |
+
size 5772
|
runs/Mar18_19-16-02_49f412882a5f/events.out.tfevents.1679166968.49f412882a5f.8294.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e27871f5901ae372d880b059cdaaaddae8bf42c72816f7ce73218cf830e9fcba
|
| 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:cd6ad960eccd218a00e5e77f4563a9c1ee7c7b806416a3ffd6545ee62e82e5b9
|
| 3 |
size 3579
|