nomsgadded
commited on
Commit
•
e25304f
1
Parent(s):
d91e0f8
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is the Finetune version of the facebook/opt350m model
|
2 |
+
Dataset is RestaurantReview from kaggle
|
3 |
+
|
4 |
+
How to use? Input text must be in the form of
|
5 |
+
##Rating :{text}
|
6 |
+
|
7 |
+
e.g. ##Rating :It was really nice to dine there, however the waiter is very mean.
|
8 |
+
|
9 |
+
Then it will return the possible rating customer gave to the restaurant.
|