eliolio commited on
Commit
75533f2
1 Parent(s): 5e02842

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -19
README.md CHANGED
@@ -4,25 +4,8 @@ emoji: ⭐
4
  colorFrom: purple
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 3.0.26
8
  app_file: app.py
9
- pinned: false
10
  ---
11
 
12
- This space demonstrates how synthetic data generation can be performed on natural language columns, as found in the Yelp reviews dataset.
13
-
14
- | review id | stars | useful | funny | cool | text |
15
- |:---:|:---:|:---:|:---:|:---:|:---:|
16
- | 0 | 5 | 1 | 0 | 1 | Wow! Yummy, different, delicious...
17
-
18
-
19
-
20
-
21
- The model is a fine-tuned version of [facebook/bart-base](https://huggingface.com/facebook/bart-base) on Yelp reviews with the following input-output pairs:
22
-
23
- - **Input**: "Generate review: stars: 5, useful: 1, funny: 0, cool: 1"
24
- - **Output**: "Wow! Yummy, different, delicious. Our favorite is the lamb curry and korma. With 10 different kinds of naan!!! Don't let the outside deter you (because we almost changed our minds)...go in and try something new! You'll be glad you did!"
25
-
26
-
27
- ## Resources
28
- - The Yelp reviews dataset can be found in json format [here](https://www.yelp.com/dataset).
 
4
  colorFrom: purple
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 3.3
8
  app_file: app.py
9
+ pinned: true
10
  ---
11