uzzalmondal commited on
Commit
9861d92
1 Parent(s): 4604a7f

Update README.md

Browse files

I have modified JSON to txt with only the content column to easy the text generation task.

Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -20,4 +20,23 @@ configs:
20
  - split: train
21
  path: data/train-*
22
  ---
23
- # Bangla Newspaper Dataset (Prothom-Alo)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  - split: train
21
  path: data/train-*
22
  ---
23
+ # Bangla Newspaper Dataset (Prothom-Alo)
24
+
25
+ ##About Dataset
26
+ Bangla Newspaper Dataset
27
+ 400k+ bangla news samples, 25+ categories
28
+
29
+ ## Size
30
+ Orizinal - data.json(4.61 GB)
31
+
32
+ ## Source
33
+ Data collected from https://www.prothomalo.com/archive
34
+
35
+ ## Kaggle
36
+ https://www.kaggle.com/datasets/furcifer/bangla-newspaper-dataset
37
+
38
+ ## HuggingFace
39
+ https://huggingface.co/datasets/zabir-nabil/bangla_newspaper_dataset
40
+
41
+ ## Inspiration
42
+ I have modified JSON to txt with only the content column to easy the text generation task.