albertvillanova HF staff commited on
Commit
fc4b46c
1 Parent(s): 799b3ff

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -62
dataset_infos.json DELETED
@@ -1,62 +0,0 @@
1
- {
2
- "default": {
3
- "description": "An annotated dataset for hate speech and offensive language detection on tweets.\n",
4
- "citation": "@inproceedings{hateoffensive,\ntitle = {Automated Hate Speech Detection and the Problem of Offensive Language},\nauthor = {Davidson, Thomas and Warmsley, Dana and Macy, Michael and Weber, Ingmar},\nbooktitle = {Proceedings of the 11th International AAAI Conference on Web and Social Media},\nseries = {ICWSM '17},\nyear = {2017},\nlocation = {Montreal, Canada},\npages = {512-515}\n}\n",
5
- "homepage": "https://github.com/t-davidson/hate-speech-and-offensive-language",
6
- "license": "MIT",
7
- "features": {
8
- "count": {
9
- "dtype": "int64",
10
- "_type": "Value"
11
- },
12
- "hate_speech_count": {
13
- "dtype": "int64",
14
- "_type": "Value"
15
- },
16
- "offensive_language_count": {
17
- "dtype": "int64",
18
- "_type": "Value"
19
- },
20
- "neither_count": {
21
- "dtype": "int64",
22
- "_type": "Value"
23
- },
24
- "class": {
25
- "names": [
26
- "hate speech",
27
- "offensive language",
28
- "neither"
29
- ],
30
- "_type": "ClassLabel"
31
- },
32
- "tweet": {
33
- "dtype": "string",
34
- "_type": "Value"
35
- }
36
- },
37
- "supervised_keys": {
38
- "input": "tweet",
39
- "output": "class"
40
- },
41
- "builder_name": "hate_speech_offensive",
42
- "dataset_name": "hate_speech_offensive",
43
- "config_name": "default",
44
- "version": {
45
- "version_str": "1.0.0",
46
- "major": 1,
47
- "minor": 0,
48
- "patch": 0
49
- },
50
- "splits": {
51
- "train": {
52
- "name": "train",
53
- "num_bytes": 3207814,
54
- "num_examples": 24783,
55
- "dataset_name": null
56
- }
57
- },
58
- "download_size": 1627672,
59
- "dataset_size": 3207814,
60
- "size_in_bytes": 4835486
61
- }
62
- }