Instructions to use jdavit/bert-finetuned-ner-19 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jdavit/bert-finetuned-ner-19 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="jdavit/bert-finetuned-ner-19")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("jdavit/bert-finetuned-ner-19") model = AutoModelForTokenClassification.from_pretrained("jdavit/bert-finetuned-ner-19", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430929740
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a03d3f0015283065ea274206451af74ff0ce838aea23b3ead70bf42559d60dd1
|
| 3 |
size 430929740
|
runs/Jun06_15-54-55_8ceb5e2d0570/events.out.tfevents.1717689297.8ceb5e2d0570.188.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:d9bd3cd2dc2053110ba90fdc66ebeca5dc349e6e6e14f6a150bbd538f5ff1513
|
| 3 |
+
size 13570
|