Ateeqq commited on
Commit
e2ea8f0
1 Parent(s): 3224843

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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 = 'book, history, kids'
69
  generate_title(keywords)
70
  ```
71
  ### Output:
72
  ```
73
- ['How to Write a Book About History for Kids',
74
- 'The book that taught me how to write history for kids',
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:
 
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: