generated_from_trainer

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

results-yelp

This model is a fine-tuned version of textattack/bert-base-uncased-yelp-polarity on a filtered and manually reviewed Yelp dataset containing restaurant reviews only. It achieves the following results on the evaluation set:

Note: to use this tokenizer, please use the following code to load all the required files:

tokenizer = AutoTokenizer.from_pretrained("bert-base-uncased", config=AutoConfig.from_pretrained("potatobunny/results-yelp"))

Model description

This model is fine-tuned on a Yelp dataset with labelled data containing a restaurant review (text) and whether it has a positive (1) or negative (0) sentiment.

Intended uses & limitations

This is intended to perform text classification, specifically sentiment analysis, on text data obtained from restaurant reviews to determine if the particular review is positive or negative.

Training and evaluation data

The training and evaluation data were both obtained from the same Yelp dataset. The data was split into 70% training and 30% validation.

<!-- ## Training procedure -->

Training hyperparameters

The following hyperparameters were used during training:

Training results

The training loss obtained was 0.265741667.

Framework versions