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 1
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:ba7bd4fb9b9ba5c4c92ad76c8baf1fb3f103df5e321849180f746282ca620fc2
|
| 3 |
size 709139348
|
runs/Apr29_04-25-02_37f7b55454b5/events.out.tfevents.1714364702.37f7b55454b5.296.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26920107ef930289f9e776b8116a80d62ce62c32f0e4fb59a016bf5f7752743a
|
| 3 |
+
size 6607
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00581e252bc0291dce0f52a5413ec366bf060865c5c06f7331038566167749de
|
| 3 |
size 4984
|