Instructions to use Vasanth/bert-ner-custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vasanth/bert-ner-custom with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Vasanth/bert-ner-custom")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Vasanth/bert-ner-custom") model = AutoModelForTokenClassification.from_pretrained("Vasanth/bert-ner-custom") - 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 435691053
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59e0a1440be6069bb09672a1685560d5aeece8496ca5ace9feb6369eced9f269
|
| 3 |
size 435691053
|
runs/Jul05_11-42-13_2c4819fd9b80/events.out.tfevents.1688557339.2c4819fd9b80.218.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:60733b46a601776f7658c0c65f225542e487c1824477776efa1f27abf22cf716
|
| 3 |
+
size 8551
|