nomsgadded commited on
Commit
eabc102
1 Parent(s): e25304f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  This is the Finetune version of the facebook/opt350m model
2
  Dataset is RestaurantReview from kaggle
3
 
@@ -6,4 +9,10 @@ How to use? Input text must be in the form of
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.
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-classification
3
+ ---
4
  This is the Finetune version of the facebook/opt350m model
5
  Dataset is RestaurantReview from kaggle
6
 
 
9
 
10
  e.g. ##Rating :It was really nice to dine there, however the waiter is very mean.
11
 
12
+ Then it will return the possible rating customer gave to the restaurant.
13
+
14
+
15
+ Eval Acc: 0.669
16
+ Steps: 28005
17
+ Avg. Training Loss: 0.254
18
+ Final Training Loss: 0.0359