Token Classification
Transformers
PyTorch
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use peteryushunli/bert-finetuned-hausa_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use peteryushunli/bert-finetuned-hausa_ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="peteryushunli/bert-finetuned-hausa_ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("peteryushunli/bert-finetuned-hausa_ner") model = AutoModelForTokenClassification.from_pretrained("peteryushunli/bert-finetuned-hausa_ner") - Notebooks
- Google Colab
- Kaggle
Commit ·
7bcf77d
1
Parent(s): e4e41a9
Training in progress epoch 1
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 430974121
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2602180b4788bda8f2df6341b4d51210d6d013c62616663c4b1599d71d1432c
|
| 3 |
size 430974121
|