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 3
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:d49cf36f4c080b112f008c1f087f8deddeda9ebdee4a3ae8b48be7eb4363a35b
|
| 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:616c872fb32bb9ab72ba86d26df7665b6d0f04462adf0e122159061dfec9beaa
|
| 3 |
+
size 10436
|