Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: openrail
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
inference:
|
4 |
+
parameters:
|
5 |
+
temperature: 0.7
|
6 |
+
max_length: 24
|
7 |
+
datasets:
|
8 |
+
- Ateeqq/Title-Keywords-SEO
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
library_name: transformers
|
12 |
+
pipeline_tag: text2text-generation
|
13 |
+
tags:
|
14 |
+
- text-generation-inference
|
15 |
+
---
|
16 |
+
|
17 |
+
# Generate Title using Keywords
|