Instructions to use jamie613/custom_BERT_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jamie613/custom_BERT_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="jamie613/custom_BERT_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("jamie613/custom_BERT_NER") model = AutoModelForTokenClassification.from_pretrained("jamie613/custom_BERT_NER") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 13
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 709139348
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32db6d6c8b725d9f66d76767a5086664b9cfd3aa43ca81baf6d85bcc76b12983
|
| 3 |
size 709139348
|
runs/Apr29_04-06-03_37f7b55454b5/events.out.tfevents.1714363564.37f7b55454b5.296.1
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:be9251d922f64d005ecd7f8210319a7482b011e7863d7c554be9ed45492790db
|
| 3 |
+
size 18764
|