Text Classification
Transformers
Safetensors
bert
text-embeddings-inference
8-bit precision
bitsandbytes
Instructions to use SamagraDataGov/e2e_testtt_quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamagraDataGov/e2e_testtt_quantized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SamagraDataGov/e2e_testtt_quantized")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SamagraDataGov/e2e_testtt_quantized") model = AutoModelForSequenceClassification.from_pretrained("SamagraDataGov/e2e_testtt_quantized") - Notebooks
- Google Colab
- Kaggle
Upload BertForSequenceClassification
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 133825319
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70e3980f7c1a2f99647c950a1d24e7aeed6cdbcd50935d7630ba0d2788af9fc7
|
| 3 |
size 133825319
|