🚀 My First AI Model
✅ This is my first text classification model, fine-tuned using distilbert-base-uncased
on a binary sentiment dataset.
- Task: Sentiment Analysis (Positive/Negative)
- Labels:
LABEL_1
: PositiveLABEL_0
: Negative
📊 Training Data
Custom CSV dataset with two columns:
text
: The input text.label
: 0 for Negative, 1 for Positive.
🧪 Metrics
Metric | Value |
---|---|
Training Loss | ~0.71 |
Epochs | 2 |
🚀 How to use
With 🤗 transformers
(locally):
from transformers import pipeline
clf = pipeline("text-classification", model="BinaryMans/my-first-ai-model")
clf("I love this product!")
- Downloads last month
- -
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
1
Ask for provider support