Instructions to use inxoy/classification_t5_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inxoy/classification_t5_model with Transformers:
# Load model directly from transformers import AutoTokenizer, T5ForClassification tokenizer = AutoTokenizer.from_pretrained("inxoy/classification_t5_model") model = T5ForClassification.from_pretrained("inxoy/classification_t5_model") - Notebooks
- Google Colab
- Kaggle
Upload T5ForClassification
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 2950742904
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cc26ed08a93bd13cf498cea2297a556d25980ff3c6abfceb1bf5bfe7b873fd2
|
| 3 |
size 2950742904
|