praveenseb commited on
Commit
e108978
1 Parent(s): 4b11f03

Added GitHub link

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distil
22
  This model can auto generate review text for apparel products on providing product title, review rating (1-5) and review headline as an input prompt.
23
 
24
  The input prompt should be in the format <|BOS|>product_title<|SEP|>product_rating<|SEP|>review_title<|SEP|>. For example,
25
- <|BOS|>Columbia Women's Benton Springs Full-Zip Fleece Jacket<|SEP|>5<|SEP|>Awesome jacket!<|SEP|>
26
 
27
  ## Intended uses & limitations
28
 
 
22
  This model can auto generate review text for apparel products on providing product title, review rating (1-5) and review headline as an input prompt.
23
 
24
  The input prompt should be in the format <|BOS|>product_title<|SEP|>product_rating<|SEP|>review_title<|SEP|>. For example,
25
+ <|BOS|>Columbia Women's Benton Springs Full-Zip Fleece Jacket<|SEP|>5<|SEP|>Awesome jacket!<|SEP|>. You can find the complete code in my [GitHub repository](https://github.com/praveenseb/product_review_generator).
26
 
27
  ## Intended uses & limitations
28