Michal Pleban commited on
Commit
b8f833c
1 Parent(s): 446b3f9

Typo correction

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  The model has been trained on [a dataset containing 138927 article titles](https://www.englishvoice.ai/p/keywords-and-titles/ "a dataset containing 138927 article titles") along with their keywords.
4
 
5
- The purpose of the model os to generate suggestions of article headlines, given a keyword or multiple keywords.
6
 
7
  ### Generation examples
8
 
@@ -16,7 +16,7 @@ You can suppply multiple keywords by separating them with commas. Higher tempera
16
 
17
  ### The dataset
18
 
19
- The dataset was developed by English Voice AI Labs. You can download it by from our website:
20
  [https://www.EnglishVoice.ai/](https://www.EnglishVoice.ai/ "https://www.EnglishVoice.ai/")
21
 
22
  ### Sample code
 
2
 
3
  The model has been trained on [a dataset containing 138927 article titles](https://www.englishvoice.ai/p/keywords-and-titles/ "a dataset containing 138927 article titles") along with their keywords.
4
 
5
+ The purpose of the model is to generate suggestions of article headlines, given a keyword or multiple keywords.
6
 
7
  ### Generation examples
8
 
 
16
 
17
  ### The dataset
18
 
19
+ The dataset was developed by English Voice AI Labs. You can download it from our website:
20
  [https://www.EnglishVoice.ai/](https://www.EnglishVoice.ai/ "https://www.EnglishVoice.ai/")
21
 
22
  ### Sample code