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:ff2ae452fc4dd2fc1fc5542321af1acad850d6eeadf27362b2586bac8e1ef379
|
| 3 |
size 1387108052
|
runs/Apr13_05-01-53_441548a08422/events.out.tfevents.1712984514.441548a08422.2625.7
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:9f28b2a5e0e2aa496d09ed9703c29e9ee178395a9543156ae05cda3d972f84d1
|
| 3 |
+
size 7348
|