Instructions to use Kevin201217/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kevin201217/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Kevin201217/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Kevin201217/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("Kevin201217/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1387087524
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:810a05a87ffd370927baddb431e5eac76054f93a52803d0f99f7db84361b279c
|
| 3 |
size 1387087524
|
runs/Apr13_03-44-57_441548a08422/events.out.tfevents.1712979898.441548a08422.2625.2
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:eb09403686bbaa842d6fd9716bc875b1d6c109ca71bee3042135ae5799e5546a
|
| 3 |
+
size 7759
|