Instructions to use callmesan/indic-sentence-bert-nli-hinglish-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use callmesan/indic-sentence-bert-nli-hinglish-binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="callmesan/indic-sentence-bert-nli-hinglish-binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("callmesan/indic-sentence-bert-nli-hinglish-binary") model = AutoModelForSequenceClassification.from_pretrained("callmesan/indic-sentence-bert-nli-hinglish-binary", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
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 950254592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ababbcf55ade6c1c24b4a0e7597bf701dbeee78ea09b24634fb2fc69a3d0195c
|
| 3 |
size 950254592
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fba9fa483932b174f0f289e879c2e1137f83dc60a8869f41e1bf1711bf8f4651
|
| 3 |
size 5240
|