nomsgadded's picture
Update README.md
20419b4
|
raw
history blame contribute delete
No virus
445 Bytes
---
pipeline_tag: text-classification
language:
- en
metrics:
- accuracy
library_name: adapter-transformers
tags:
- code
---
This is the Finetune version of the facebook/opt-350m model
Dataset is RestaurantReview from kaggle
How to use? Input text must be in the form of
##Rating :{text}
e.g. ##Rating :It was really nice to dine there, however the waiter is very mean.
Then it will return the possible rating customer gave to the restaurant.