Instructions to use Kashif786/sindhi_ner_distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kashif786/sindhi_ner_distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Kashif786/sindhi_ner_distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Kashif786/sindhi_ner_distilbert") model = AutoModelForTokenClassification.from_pretrained("Kashif786/sindhi_ner_distilbert") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5500
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598929564
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c1ec41912172230631df1768117216c1aeca9eed583d9d84af65c3967e3d97d
|
| 3 |
size 598929564
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e634f01724996ef6cbfe40acdcc36fb5c6e3b640048d016d1824c30fcf585951
|
| 3 |
size 5201
|