yjernite HF staff commited on
Commit
561edc8
1 Parent(s): fb6be50

Upload hate_speech18_default_train_text_5000_space_embeds/dataset_info.json

Browse files
hate_speech18_default_train_text_5000_space_embeds/dataset_info.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "hate_speech18",
3
+ "citation": "@inproceedings{gibert2018hate,\n title = \"{Hate Speech Dataset from a White Supremacy Forum}\",\n author = \"de Gibert, Ona and\n Perez, Naiara and\n Garcia-Pablos, Aitor and\n Cuadros, Montse\",\n booktitle = \"Proceedings of the 2nd Workshop on Abusive Language Online ({ALW}2)\",\n month = oct,\n year = \"2018\",\n address = \"Brussels, Belgium\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/W18-5102\",\n doi = \"10.18653/v1/W18-5102\",\n pages = \"11--20\",\n}\n",
4
+ "config_name": "default",
5
+ "dataset_size": 1375340,
6
+ "description": "These files contain text extracted from Stormfront, a white supremacist forum. A random set of\nforums posts have been sampled from several subforums and split into sentences. Those sentences\nhave been manually labelled as containing hate speech or not, according to certain annotation guidelines.\n",
7
+ "download_checksums": {
8
+ "https://github.com/Vicomtech/hate-speech-dataset/archive/master.zip": {
9
+ "num_bytes": 3664530,
10
+ "checksum": "acc0d7ce40e22cf019daa752a5136049a45462b9ba4eab8bf40ea82dcd867eba"
11
+ }
12
+ },
13
+ "download_size": 3664530,
14
+ "features": {
15
+ "embed": {
16
+ "feature": {
17
+ "dtype": "float64",
18
+ "id": null,
19
+ "_type": "Value"
20
+ },
21
+ "length": -1,
22
+ "id": null,
23
+ "_type": "Sequence"
24
+ },
25
+ "text": {
26
+ "dtype": "string",
27
+ "id": null,
28
+ "_type": "Value"
29
+ }
30
+ },
31
+ "homepage": "https://github.com/Vicomtech/hate-speech-dataset",
32
+ "license": "",
33
+ "post_processed": null,
34
+ "post_processing_size": null,
35
+ "size_in_bytes": 5039870,
36
+ "splits": {
37
+ "train": {
38
+ "name": "train",
39
+ "num_bytes": 1375340,
40
+ "num_examples": 10944,
41
+ "dataset_name": "hate_speech18"
42
+ }
43
+ },
44
+ "supervised_keys": null,
45
+ "task_templates": null,
46
+ "version": {
47
+ "version_str": "0.0.0",
48
+ "description": null,
49
+ "major": 0,
50
+ "minor": 0,
51
+ "patch": 0
52
+ }
53
+ }