Model Card for EncT5 (Fine-tuned on GLUE SST2)

This is a fine-tuned model of EncT5 (the T5-base variant) on the GLUE SST2 dataset for positive/negative sentiment analysis. For more info on GLUE SST2, visit the official site.

See the base EncT5 model card for more details.

How to Get Started with the Model

Use the code below to get started with the model.

model = AutoModelForSequenceClassification.from_pretrained("hackyon/enct5-base-glue-sst2", trust_remote_code=True)

See the github repro for a more comprehensive guide.

Downloads last month
196
Safetensors
Model size
119M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support model that require custom code execution.

Datasets used to train hackyon/enct5-base-glue-sst2