Datasets:

Languages:
Bengali
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
c25bef7
1 Parent(s): 3802629

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -36,10 +36,15 @@ dataset_info:
36
  '4': Gender abusive
37
  splits:
38
  - name: train
39
- num_bytes: 972635
40
  num_examples: 3418
41
- download_size: 974312
42
- dataset_size: 972635
 
 
 
 
 
43
  ---
44
 
45
  # Dataset Card for Bengali Hate Speech Dataset
 
36
  '4': Gender abusive
37
  splits:
38
  - name: train
39
+ num_bytes: 972631
40
  num_examples: 3418
41
+ download_size: 389814
42
+ dataset_size: 972631
43
+ configs:
44
+ - config_name: default
45
+ data_files:
46
+ - split: train
47
+ path: data/train-*
48
  ---
49
 
50
  # Dataset Card for Bengali Hate Speech Dataset
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3555f0b7794a64e7a0dbd0e11a9f73b954683d61ae603b8e9a17a64c10bdc26
3
+ size 389814
dataset_infos.json CHANGED
@@ -1 +1,44 @@
1
- {"default": {"description": "The Bengali Hate Speech Dataset is a collection of Bengali articles collected from Bengali news articles,\nnews dump of Bengali TV channels, books, blogs, and social media. Emphasis was placed on Facebook pages and\nnewspaper sources because they attract close to 50 million followers and is a common source of opinions\nand hate speech. The raw text corpus contains 250 million articles and the full dataset is being prepared\nfor release. This is a subset of the full dataset.\n\nThis dataset was prepared for hate-speech text classification benchmark on Bengali, an under-resourced language.\n", "citation": "@misc{karim2020classification,\n title={Classification Benchmarks for Under-resourced Bengali Language based on Multichannel Convolutional-LSTM Network},\n author={Md. Rezaul Karim and Bharathi Raja Chakravarthi and John P. McCrae and Michael Cochez},\n year={2020},\n eprint={2004.07807},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://github.com/rezacsedu/Bengali-Hate-Speech-Dataset", "license": "MIT License", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 5, "names": ["Personal", "Political", "Religious", "Geopolitical", "Gender abusive"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "bn_hate_speech", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 972635, "num_examples": 3418, "dataset_name": "bn_hate_speech"}}, "download_checksums": {"https://raw.githubusercontent.com/rezacsedu/Bengali-Hate-Speech-Dataset/main/bengali_%20hate_v1.0.csv": {"num_bytes": 974312, "checksum": "8ad2aab71c0a9ee61119767c3b628d18e9f2556d5cf52c6c80e677fb928c5420"}}, "download_size": 974312, "post_processing_size": null, "dataset_size": 972635, "size_in_bytes": 1946947}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "The Bengali Hate Speech Dataset is a collection of Bengali articles collected from Bengali news articles,\nnews dump of Bengali TV channels, books, blogs, and social media. Emphasis was placed on Facebook pages and\nnewspaper sources because they attract close to 50 million followers and is a common source of opinions\nand hate speech. The raw text corpus contains 250 million articles and the full dataset is being prepared\nfor release. This is a subset of the full dataset.\n\nThis dataset was prepared for hate-speech text classification benchmark on Bengali, an under-resourced language.\n",
4
+ "citation": "@misc{karim2020classification,\n title={Classification Benchmarks for Under-resourced Bengali Language based on Multichannel Convolutional-LSTM Network},\n author={Md. Rezaul Karim and Bharathi Raja Chakravarthi and John P. McCrae and Michael Cochez},\n year={2020},\n eprint={2004.07807},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
5
+ "homepage": "https://github.com/rezacsedu/Bengali-Hate-Speech-Dataset",
6
+ "license": "MIT License",
7
+ "features": {
8
+ "text": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "label": {
13
+ "names": [
14
+ "Personal",
15
+ "Political",
16
+ "Religious",
17
+ "Geopolitical",
18
+ "Gender abusive"
19
+ ],
20
+ "_type": "ClassLabel"
21
+ }
22
+ },
23
+ "builder_name": "bn_hate_speech",
24
+ "dataset_name": "bn_hate_speech",
25
+ "config_name": "default",
26
+ "version": {
27
+ "version_str": "0.0.0",
28
+ "major": 0,
29
+ "minor": 0,
30
+ "patch": 0
31
+ },
32
+ "splits": {
33
+ "train": {
34
+ "name": "train",
35
+ "num_bytes": 972631,
36
+ "num_examples": 3418,
37
+ "dataset_name": null
38
+ }
39
+ },
40
+ "download_size": 389814,
41
+ "dataset_size": 972631,
42
+ "size_in_bytes": 1362445
43
+ }
44
+ }