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 1387108052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0466e8faecfad3559055f598ec739ba6dbed56486208aafc63eefba90ff016f
|
| 3 |
size 1387108052
|
runs/Apr13_15-01-42_505a06042d9b/events.out.tfevents.1713020504.505a06042d9b.1110.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:0d4da5f34545db93222b3c547bb6dddb656651ec96ea6c054d40eb24d408b308
|
| 3 |
+
size 7348
|