jsaizant commited on
Commit
f80ae9b
·
2 Parent(s): 82d5a0a 2e210cb

Merge branch 'main' of https://huggingface.co./datasets/projecte-aina/InToxiCat

Browse files
Files changed (2) hide show
  1. README.md +48 -4
  2. data/train-00000-of-00001.parquet +3 -0
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- YAML tags: null
3
  annotations_creators:
4
  - expert-generated
5
  language:
@@ -8,15 +7,60 @@ license:
8
  - cc-by-nc-4.0
9
  multilinguality:
10
  - monolingual
 
 
 
11
  pretty_name: InToxiCat
12
  tags:
13
  - abusive-language-detection
14
  - abusive-language
15
  - toxic-language-detection
16
  - toxicity-detection
17
- task_categories:
18
- - text-classification
19
- - token-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
 
22
  # Dataset Card for InToxiCat
 
1
  ---
 
2
  annotations_creators:
3
  - expert-generated
4
  language:
 
7
  - cc-by-nc-4.0
8
  multilinguality:
9
  - monolingual
10
+ task_categories:
11
+ - text-classification
12
+ - token-classification
13
  pretty_name: InToxiCat
14
  tags:
15
  - abusive-language-detection
16
  - abusive-language
17
  - toxic-language-detection
18
  - toxicity-detection
19
+ dataset_info:
20
+ features:
21
+ - name: id
22
+ dtype: string
23
+ - name: context
24
+ dtype: string
25
+ - name: sentence
26
+ dtype: string
27
+ - name: topic
28
+ dtype: string
29
+ - name: keywords
30
+ sequence: string
31
+ - name: context_needed
32
+ dtype: string
33
+ - name: is_abusive
34
+ dtype: int64
35
+ - name: abusiveness_agreement
36
+ dtype: string
37
+ - name: target_type
38
+ sequence: int64
39
+ - name: abusive_spans
40
+ struct:
41
+ - name: text
42
+ sequence: string
43
+ - name: index
44
+ sequence: string
45
+ - name: target_spans
46
+ struct:
47
+ - name: text
48
+ sequence: string
49
+ - name: index
50
+ sequence: string
51
+ - name: is_implicit
52
+ dtype: string
53
+ splits:
54
+ - name: train
55
+ num_bytes: 18159422
56
+ num_examples: 23847
57
+ download_size: 11682590
58
+ dataset_size: 18159422
59
+ configs:
60
+ - config_name: default
61
+ data_files:
62
+ - split: train
63
+ path: data/train-*
64
  ---
65
 
66
  # Dataset Card for InToxiCat
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9187b539e027d3fdf010f89f0237f4d09b362d82871e6bdb111237fac892cc7
3
+ size 11682590