Commit
·
db26375
1
Parent(s):
1c0ffdb
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
## TextCortex AI - Product Description Generator - Electronics Model
|
6 |
+
|
7 |
+
This is one of our legacy models that was used for generating product descriptions for Electronic products. Because of the inference times, we trained this model on a very small version of the GPT-NEO with 125M parameters.
|
8 |
+
|
9 |
+
Due to its small size, we had to train a model for each product category for our users.\
|
10 |
+
We will be releasing other trained models on other categories soon.
|
11 |
+
|
12 |
+
### How to Prompt:
|
13 |
+
|
14 |
+
Just give your product name and add 'Product Description:' at the end of it to generate product descriptions.\
|
15 |
+
Here is an example prompt:\
|
16 |
+
`Product name: USB Dongle for video capture Product Description:`
|
17 |
+
|
18 |
+
### TextCortex API
|
19 |
+
|
20 |
+
If you want to generate product descriptions programatically, you can check out our API, hemingwAI at this link: https://textcortex.com/documentation/api
|