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 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1387108052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b29de8e7f1fdc1700367aeed985962d687c7e31f8fb3dd8c13622085fbe2d9c
|
| 3 |
size 1387108052
|
runs/Apr13_15-01-42_505a06042d9b/events.out.tfevents.1713020504.505a06042d9b.1110.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5399acf5be2bab724b7649d38500019db629b2671e91208c71319d536daff0bf
|
| 3 |
+
size 5417
|
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:b038e14d421accf57c663f1dbe765be711c90eec6ecc54a02772af8580f5dae1
|
| 3 |
size 4984
|