Instructions to use Alexander-Learn/bert-finetuned-ner-accelerate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Alexander-Learn/bert-finetuned-ner-accelerate with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Alexander-Learn/bert-finetuned-ner-accelerate")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Alexander-Learn/bert-finetuned-ner-accelerate") model = AutoModelForTokenClassification.from_pretrained("Alexander-Learn/bert-finetuned-ner-accelerate") - Notebooks
- Google Colab
- Kaggle
Commit ·
6ee59b8
1
Parent(s): cb2b1a5
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 430989809
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:572c382ac562e3faaf39654197aedbdfa0caa98ea5aefe3db62019cbfdf73526
|
| 3 |
size 430989809
|