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 ·
0f7958b
1
Parent(s): 7bcf77d
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 430974121
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09737665023d1da0d485776c1ae90c192f0c06629b93b70ab292c391c8262a05
|
| 3 |
size 430974121
|