Text Classification
Transformers
Safetensors
English
distilbert
sentiment-analysis
imdb
mlops
Eval Results (legacy)
text-embeddings-inference
Instructions to use Pujaniitj/MLOPS_GROUP_PROJECT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pujaniitj/MLOPS_GROUP_PROJECT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Pujaniitj/MLOPS_GROUP_PROJECT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Pujaniitj/MLOPS_GROUP_PROJECT") model = AutoModelForSequenceClassification.from_pretrained("Pujaniitj/MLOPS_GROUP_PROJECT") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by manuiitj - opened
No description provided.
Pujaniitj changed pull request status to merged