Instructions to use Vasanth/bert-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vasanth/bert-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Vasanth/bert-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Vasanth/bert-ner") model = AutoModelForTokenClassification.from_pretrained("Vasanth/bert-ner") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435666413
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05d8ab311d362ce678d3081f6ae9f553af8f767b0162dd2b82b3747e804d44b0
|
| 3 |
size 435666413
|
runs/Jul04_09-04-34_56c8344dd92a/events.out.tfevents.1688461487.56c8344dd92a.17723.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:3580f0c789cc2ba1d690de2f5ac193b76e099161d448f29b87d94c7055592487
|
| 3 |
+
size 6364
|