Update README.md
Browse files
README.md
CHANGED
|
@@ -65,16 +65,16 @@ def generate_title(keywords):
|
|
| 65 |
)
|
| 66 |
return tokenizer.batch_decode(outputs, skip_special_tokens=True)
|
| 67 |
|
| 68 |
-
keywords = '
|
| 69 |
generate_title(keywords)
|
| 70 |
```
|
| 71 |
### Output:
|
| 72 |
```
|
| 73 |
-
['How to
|
| 74 |
-
'
|
| 75 |
-
'
|
| 76 |
-
'
|
| 77 |
-
'
|
| 78 |
```
|
| 79 |
|
| 80 |
### Disclaimer:
|
|
|
|
| 65 |
)
|
| 66 |
return tokenizer.batch_decode(outputs, skip_special_tokens=True)
|
| 67 |
|
| 68 |
+
keywords = 'model, Fine-tuning, Machine Learning'
|
| 69 |
generate_title(keywords)
|
| 70 |
```
|
| 71 |
### Output:
|
| 72 |
```
|
| 73 |
+
['How to Fine-tune Your Machine Learning Model for Better Performance',
|
| 74 |
+
'Fine-tuning your Machine Learning model with a simple technique',
|
| 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:
|