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
python
1from transformers import pipeline
23classifier = pipeline(4"text-classification",5 model="jiangzy1881/aspect-detection-model"6)78classifier("The food was amazing but the service was slow.")
Project Structure
This model was fine-tuned and saved from the assignment notebook workflow under: