Instructions to use auhide/bert-bg-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use auhide/bert-bg-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="auhide/bert-bg-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("auhide/bert-bg-ner") model = AutoModelForTokenClassification.from_pretrained("auhide/bert-bg-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ea8848a
1
Parent(s): 0188cf9
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (88520d455d63e654ebb9fb856bb087f3cf766f10)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb06a8e4ed00499490269c4e9159fba861d33e7f429c759b81f1bf96ce3f83d5
|
| 3 |
+
size 709106614
|