My Test Sentiment Model

This is a test model for learning how to upload models to Hugging Face Hub.

Model Description

  • Base Model: DistilBERT
  • Task: Sentiment Analysis (Positive/Negative)
  • Language: English

Usage

from transformers import pipeline

classifier = pipeline("sentiment-analysis", model="YOUR_USERNAME/my-test-model")
result = classifier("I love this!")
print(result)

Training Data

This model was fine-tuned on the SST-2 dataset.

Downloads last month
-
Safetensors
Model size
67M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support