Text Classification
Transformers
PyTorch
English
roberta
feature-extraction
sentiment
text-embeddings-inference
Instructions to use DILAB-HYU/SentiCSE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DILAB-HYU/SentiCSE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DILAB-HYU/SentiCSE")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("DILAB-HYU/SentiCSE") model = AutoModel.from_pretrained("DILAB-HYU/SentiCSE") - Notebooks
- Google Colab
- Kaggle
Create README.md
#1
by Jaemink - opened
No description provided.
nayohan changed pull request status to merged