Instructions to use SamagraDataGov/e2e_testtt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamagraDataGov/e2e_testtt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SamagraDataGov/e2e_testtt")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SamagraDataGov/e2e_testtt") model = AutoModelForSequenceClassification.from_pretrained("SamagraDataGov/e2e_testtt") - Notebooks
- Google Colab
- Kaggle
pytorch_model.bin upload/update
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 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b03a191237cdf53ae5187eaf8c72d194d053515f66d73910607a5db1daa3de16
|
| 3 |
size 437958648
|