Instructions to use shellypeng/bert-base-cased-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shellypeng/bert-base-cased-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="shellypeng/bert-base-cased-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("shellypeng/bert-base-cased-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("shellypeng/bert-base-cased-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430954348
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:407e4acce46c4bff75b447e3df5b57ce981b0098a5bda49acf97dee628687431
|
| 3 |
size 430954348
|
runs/Apr07_13-12-13_6c47aa6d929c/events.out.tfevents.1744031537.6c47aa6d929c.4644.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:890cd16d01f02cc5faa89592acca2656e9ab66dc390b59fd9df0c12b31062e7f
|
| 3 |
+
size 19427
|