Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
A GPT-2 model finetuned on Yelp reviews of American cuisine restaraunts downloaded from the [Yelp Open Dataset](https://www.yelp.com/dataset). The data from this and subsamples of cuisines are used in the paper [Polling Latent Opinions: A Method for Computational Sociolinguistics Using Transformer Language Models](https://arxiv.org/abs/2204.07483)
|
5 |
+
|
6 |
+
The model is trained to produce text in response to the following prompts:
|
7 |
+
* "name:"
|
8 |
+
* "review:"
|
9 |
+
* "stars:"
|