Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
inference:
|
4 |
parameters:
|
5 |
temperature: 0.7
|
@@ -13,15 +13,12 @@ pipeline_tag: text2text-generation
|
|
13 |
tags:
|
14 |
- text-generation-inference
|
15 |
widget:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
- text: >-
|
23 |
-
generate title: History, Computer, Software
|
24 |
-
example_title: Example 3
|
25 |
---
|
26 |
|
27 |
# Generate Title using Keywords
|
@@ -75,8 +72,4 @@ generate_title(keywords)
|
|
75 |
'Using fine tuning to fine-tune your machine learning model',
|
76 |
'Machine Learning: Fine-tuning your model to fit the needs of machine learning',
|
77 |
'The Art of Fine-Tuning Your Machine Learning Model']
|
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.
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
inference:
|
4 |
parameters:
|
5 |
temperature: 0.7
|
|
|
13 |
tags:
|
14 |
- text-generation-inference
|
15 |
widget:
|
16 |
+
- text: 'generate title: Importance, Dataset, AI'
|
17 |
+
example_title: Example 1
|
18 |
+
- text: 'generate title: Amazon, Product, Business'
|
19 |
+
example_title: Example 2
|
20 |
+
- text: 'generate title: History, Computer, Software'
|
21 |
+
example_title: Example 3
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Generate Title using Keywords
|
|
|
72 |
'Using fine tuning to fine-tune your machine learning model',
|
73 |
'Machine Learning: Fine-tuning your model to fit the needs of machine learning',
|
74 |
'The Art of Fine-Tuning Your Machine Learning Model']
|
75 |
+
```
|
|
|
|
|
|
|
|