Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
train 문장 4452개, test 문장 1113개로 구성되어 있습니다.
|
2 |
욕설일 경우 spam 값이 1, 욕설에 해당하지 않는 경우 0으로 라벨링 되어 있습니다.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: index
|
5 |
+
dtype: int64
|
6 |
+
- name: document
|
7 |
+
dtype: string
|
8 |
+
- name: ' label'
|
9 |
+
dtype: int64
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 429333
|
13 |
+
num_examples: 4452
|
14 |
+
- name: test
|
15 |
+
num_bytes: 106670
|
16 |
+
num_examples: 1113
|
17 |
+
download_size: 364473
|
18 |
+
dataset_size: 536003
|
19 |
+
---
|
20 |
train 문장 4452개, test 문장 1113개로 구성되어 있습니다.
|
21 |
욕설일 경우 spam 값이 1, 욕설에 해당하지 않는 경우 0으로 라벨링 되어 있습니다.
|
22 |
|