This model is part of a customer feedback analysis project.
Task
Classify the sentiment associated with an aspect in a customer review.
Framework
Hugging Face Transformers
PyTorch
Usage
python
1from transformers import pipeline
23classifier = pipeline(4"text-classification",5 model="jiangzy1881/aspect-sentiment-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: