File size: 1,037 Bytes
7b60795
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d9b5305
 
 
 
 
973435b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
dataset_info:
  features:
  - name: index
    dtype: int64
  - name: document
    dtype: string
  - name: ' label'
    dtype: int64
  splits:
  - name: train
    num_bytes: 429333
    num_examples: 4452
  - name: test
    num_bytes: 106670
    num_examples: 1113
  download_size: 364473
  dataset_size: 536003
---
train 문장 4452개, test 문장 1113개로 구성되어 있습니다.
욕설일 경우 spam 값이 1, 욕설에 해당하지 않는 경우 0으로 라벨링 되어 있습니다.

https://github.com/2runo/Curse-detection-data

---
dataset_info:
  features:
  - name: index
    dtype: int64
  - name: sentence
    dtype: string
  - name: ' spam'
    dtype: int64
  splits:
  - name: train
    num_bytes: 429333
    num_examples: 4452
  - name: test
    num_bytes: 106670
    num_examples: 1113
  download_size: 364457
  dataset_size: 536003
---
# Dataset Card for "curse-detection-data"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)