File size: 513 Bytes
5a817c0
cc0b9f5
f6916e8
 
 
 
 
 
b69cab5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cc0b9f5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
license: apache-2.0
task_categories:
- text-classification
language:
- en
size_categories:
- 1K<n<10K
pretty_name: 'DeTexD: A Benchmark Dataset for Delicate Text Detection'
dataset_info:
  features:
  - name: text
    dtype: string
  - name: annotator_1
    dtype: int32
  - name: annotator_2
    dtype: int32
  - name: annotator_3
    dtype: int32
  - name: label
    dtype:
      class_label:
        names:
          '0': negative
          '1': positive
  splits:
  - name: test
    num_examples: 1023
---