Instructions to use Kashif786/sindhi_bert_base_pct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kashif786/sindhi_bert_base_pct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Kashif786/sindhi_bert_base_pct")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Kashif786/sindhi_bert_base_pct") model = AutoModelForMaskedLM.from_pretrained("Kashif786/sindhi_bert_base_pct") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
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 541795684
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc42748fe50fdb3087dc5f03eaebe0210437fc805f6403006e4064403ee30d58
|
| 3 |
size 541795684
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5137
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c270a7a2c36627f0812e870d3ea6ef3ae10ad48114913c86006b1f13d79f308d
|
| 3 |
size 5137
|