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 12
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:cad7f52e842ba38266c31c6c9697eb633ee87d0d4c817086a44775a764a30039
|
| 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:9c1e049d2ff5027009d9022533ce46e3e298c39b1c0f845c0a857e5e1a068907
|
| 3 |
+
size 17427
|