praveenseb
commited on
Commit
·
67667e2
1
Parent(s):
e108978
Updated README.md
Browse files
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|>. You can find the complete code in my [GitHub repository](https://github.com/praveenseb/
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
@@ -31,7 +31,7 @@ The model is trained specifically on 'Apparel_v1_00' dataset. So, using non-appa
|
|
31 |
|
32 |
## Training procedure
|
33 |
|
34 |
-
Code used for training can found in my [GitHub repository](https://github.com/praveenseb/
|
35 |
|
36 |
### Training hyperparameters
|
37 |
|
|
|
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 |
|
|
|
31 |
|
32 |
## Training procedure
|
33 |
|
34 |
+
Code used for training can found in my [GitHub repository](https://github.com/praveenseb/product-review-generator).
|
35 |
|
36 |
### Training hyperparameters
|
37 |
|