Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,21 @@ widget:
|
|
26 |
|
27 |
# Generate Title using Keywords
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## How to use
|
30 |
|
31 |
```python
|
@@ -60,4 +75,8 @@ generate_title(text)
|
|
60 |
'Why I wrote this book about history for kids',
|
61 |
'A Book About History That Will Help Your Kids Understand',
|
62 |
'This is a Book About History that I recommend to my kids']
|
63 |
-
```
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
# Generate Title using Keywords
|
28 |
|
29 |
+
Title Generator is an online tool that helps you create great titles for your content. By entering specific keywords or information about content, you receive topic suggestions that increase content appeal.
|
30 |
+
|
31 |
+
Developed by https://exnrt.com
|
32 |
+
|
33 |
+
- Fine Tuned: T5-Base
|
34 |
+
- Parameters: 223M
|
35 |
+
- Train Dataset Length: 10,000
|
36 |
+
- Validation Dataset Length: 2000
|
37 |
+
- Batch Size: 1
|
38 |
+
- Epochs: 2
|
39 |
+
- Train Loss: 1.6578
|
40 |
+
- Validation Loss: 1.8115
|
41 |
+
|
42 |
+
You can also use `t5-small`
|
43 |
+
|
44 |
## How to use
|
45 |
|
46 |
```python
|
|
|
75 |
'Why I wrote this book about history for kids',
|
76 |
'A Book About History That Will Help Your Kids Understand',
|
77 |
'This is a Book About History that I recommend to my kids']
|
78 |
+
```
|
79 |
+
|
80 |
+
### Disclaimer:
|
81 |
+
|
82 |
+
It grants a non-exclusive, non-transferable license to use the this model. This means you can't freely share it with others or sell the model itself. However you can use the model for commercial purposes.
|