Aspect Detection Model

This model is part of a customer feedback analysis project.

Task

Detect whether a customer review contains a target aspect or aspect category.

Framework

  • Hugging Face Transformers
  • PyTorch

Usage

from transformers import pipeline

classifier = pipeline(
    "text-classification",
    model="jiangzy1881/aspect-detection-model"
)

classifier("The food was amazing but the service was slow.")

Project Structure

This model was fine-tuned and saved from the assignment notebook workflow under:

DL_Project/models/
Downloads last month
30
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support