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