Model Card for ESPA AI

ESPA AI is a text classification model fine-tuned on the IMDb dataset using DistilBERT. It is designed to classify movie reviews as either positive or negative.

Model Details

Model Description

This model uses the DistilBERT architecture, a smaller, faster version of BERT, to perform sentiment analysis on text data. It has been fine-tuned on the IMDb dataset for binary classification (positive or negative reviews).

  • Developed by: DilipKY
  • Funded by: [Optional Information]
  • Model type: Transformer-based model (DistilBERT)
  • Language(s): English
  • License: MIT License
  • Finetuned from model: distilbert-base-uncased

Model Sources

Uses

Direct Use

This model can be used to classify text data into positive or negative categories. It is useful for sentiment analysis in applications like customer feedback analysis, review classification, etc.

from transformers import pipeline

# Load pre-trained model from HF中国镜像站
classifier = pipeline("text-classification", model="DilipKY/espa-ai")

# Test on a sample review
sample_text = "This movie was amazing! The plot was so engaging and the acting was superb."
result = classifier(sample_text)
print(result)
Downloads last month
26
Safetensors
Model size
81.9M 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 model has no library tag.

Space using DilipKY/espa-ai1 1