Instructions to use Nandhakumar370/hindi-bert-quantized-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nandhakumar370/hindi-bert-quantized-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Nandhakumar370/hindi-bert-quantized-small")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Nandhakumar370/hindi-bert-quantized-small") model = AutoModelForSequenceClassification.from_pretrained("Nandhakumar370/hindi-bert-quantized-small") - Notebooks
- Google Colab
- Kaggle
Upload ElectraForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 58883448
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5157da4d7fa3e637b7631ad227a73183c0ad6e93c336bea0b43a39a2086914b
|
| 3 |
size 58883448
|