Instructions to use ksaml/bert-finetuned-ner-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ksaml/bert-finetuned-ner-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ksaml/bert-finetuned-ner-test")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ksaml/bert-finetuned-ner-test") model = AutoModelForTokenClassification.from_pretrained("ksaml/bert-finetuned-ner-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Krystof Saml commited on
Commit ·
72e6a4e
1
Parent(s): 47f34ce
Training in progress epoch 2
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430978541
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05854a9d1df75edb67fb4e61375e06dbe70b0f22b5700d86adf4f4cb3797c837
|
| 3 |
size 430978541
|