Commit
·
ab8026c
1
Parent(s):
ad1cadc
Update README.md
Browse filesModified the example inputs - both the names (Example 1..) and the prompts themselves
README.md
CHANGED
@@ -1,7 +1,22 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
-
|
|
|
5 |
|
6 |
**Examples:**
|
7 |
Enter the bolded text below to get the Amazon ad generated by the model.
|
@@ -14,5 +29,5 @@ Enter the bolded text below to get the Amazon ad generated by the model.
|
|
14 |
You can try entering brand and product names like Samsung Galaxy to see the ad text generator in action.
|
15 |
|
16 |
|
17 |
-
|
18 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
|
4 |
+
inference:
|
5 |
+
parameters:
|
6 |
+
temperature: 0.7
|
7 |
+
|
8 |
+
widget:
|
9 |
+
- text: "Sony TV"
|
10 |
+
example_title: "Amazon Ad text Electronics"
|
11 |
+
- text: "Apple Watch"
|
12 |
+
example_title: "Amazon Ad text Wearables"
|
13 |
+
- text: "Last minute shopping for Samsung headphones for"
|
14 |
+
example_title: "Ads for shopping deals"
|
15 |
+
- text: "Labor Day discounts for"
|
16 |
+
example_title: "Ads for Holiday deals"
|
17 |
---
|
18 |
+
|
19 |
+
Generates Ad text copy, for ads for Amazon shopping (fine tuned for electronics and wearables).
|
20 |
|
21 |
**Examples:**
|
22 |
Enter the bolded text below to get the Amazon ad generated by the model.
|
|
|
29 |
You can try entering brand and product names like Samsung Galaxy to see the ad text generator in action.
|
30 |
|
31 |
|
32 |
+
Fine tuned on the EleutherAI/gpt-neo-125M model using the Amazon Ads dataset
|
33 |
|