midnightGlow commited on
Commit
4491b44
1 Parent(s): b9b0d11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,4 +1,11 @@
 
 
 
 
 
 
 
 
 
1
  We created a dataset by web scraping different online newspapers like ‘The Daily Star’, ‘ProthomAlo’, and ‘BBC News Bangla’ using the Beautiful Soup library of Python. The dataset's features are ‘title’, ‘text’ & ‘summary’.
2
- The dataset was preprocessed using the Python library ‘pandas’ and all duplicates and null values were eliminated and the total number of rows remaining is 9311. Since there is a lack of datasets in the Bengali language, this dataset will be useful for tasks like text summarization and other NLP tasks tailored to the Bengali language.
3
-
4
-
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - summarization
5
+ - text-generation
6
+ - text2text-generation
7
+ language:
8
+ - bn
9
+ ---
10
  We created a dataset by web scraping different online newspapers like ‘The Daily Star’, ‘ProthomAlo’, and ‘BBC News Bangla’ using the Beautiful Soup library of Python. The dataset's features are ‘title’, ‘text’ & ‘summary’.
11
+ The dataset was preprocessed using the Python library ‘pandas’ and all duplicates and null values were eliminated and the total number of rows remaining is 9311. Since there is a lack of datasets in the Bengali language, this dataset will be useful for tasks like text summarization and other NLP tasks tailored to the Bengali language.