albertvillanova HF staff commited on
Commit
f3cd1b0
1 Parent(s): 46ff5f9

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -42,10 +42,15 @@ dataset_info:
42
  dtype: string
43
  splits:
44
  - name: train
45
- num_bytes: 3207826
46
  num_examples: 24783
47
- download_size: 2546446
48
- dataset_size: 3207826
 
 
 
 
 
49
  train-eval-index:
50
  - config: default
51
  task: text-classification
 
42
  dtype: string
43
  splits:
44
  - name: train
45
+ num_bytes: 3207814
46
  num_examples: 24783
47
+ download_size: 1627672
48
+ dataset_size: 3207814
49
+ configs:
50
+ - config_name: default
51
+ data_files:
52
+ - split: train
53
+ path: data/train-*
54
  train-eval-index:
55
  - config: default
56
  task: text-classification
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd9fa2324dd645e46615b52cff924058933eb2ceff6699c7b02fcbdd5167a7b3
3
+ size 1627672
dataset_infos.json CHANGED
@@ -1 +1,62 @@
1
- {"default": {"description": "An annotated dataset for hate speech and offensive language detection on tweets.\n", "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", "homepage": "https://github.com/t-davidson/hate-speech-and-offensive-language", "license": "MIT", "features": {"count": {"dtype": "int64", "id": null, "_type": "Value"}, "hate_speech_count": {"dtype": "int64", "id": null, "_type": "Value"}, "offensive_language_count": {"dtype": "int64", "id": null, "_type": "Value"}, "neither_count": {"dtype": "int64", "id": null, "_type": "Value"}, "class": {"num_classes": 3, "names": ["hate speech", "offensive language", "neither"], "names_file": null, "id": null, "_type": "ClassLabel"}, "tweet": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": {"input": "tweet", "output": "class"}, "builder_name": "hate_speech_offensive", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3207826, "num_examples": 24783, "dataset_name": "hate_speech_offensive"}}, "download_checksums": {"https://raw.githubusercontent.com/t-davidson/hate-speech-and-offensive-language/master/data/labeled_data.csv": {"num_bytes": 2546446, "checksum": "fcb8bc7c68120ae4af04a5b9acd58585513ede11e1548ebf36a5c2040b6f6281"}}, "download_size": 2546446, "post_processing_size": null, "dataset_size": 3207826, "size_in_bytes": 5754272}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }