Datasets:

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

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -44
dataset_infos.json DELETED
@@ -1,44 +0,0 @@
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
- }