midnightGlow
commited on
Commit
•
6442e3e
1
Parent(s):
663b2b2
Upload BanglaCustomDataset.csv
Browse filesWe Extended the dataset to 22099 values. Hoping this will be useful for many different NLP tasks.
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’. 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 22099. 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.
- .gitattributes +1 -0
- BanglaCustomDataset.csv +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
BanglaCustomDataset.csv filter=lfs diff=lfs merge=lfs -text
|
BanglaCustomDataset.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7dded39b51c6b56a74c1faf2ff998e2e822808a44511895916b6b2eeeae812d
|
3 |
+
size 187411012
|