SJ-Donald commited on
Commit
7458547
1 Parent(s): 06d3e1f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,11 +27,11 @@ print(ds)
27
  DatasetDict({
28
  train: Dataset({
29
  features: ['문장', 'hate', 'clean', 'labels'],
30
- num_rows: 26347
31
  })
32
  test: Dataset({
33
  features: ['문장', 'hate', 'clean', 'labels'],
34
- num_rows: 6587
35
  })
36
  })
37
  ```
 
27
  DatasetDict({
28
  train: Dataset({
29
  features: ['문장', 'hate', 'clean', 'labels'],
30
+ num_rows: 29328
31
  })
32
  test: Dataset({
33
  features: ['문장', 'hate', 'clean', 'labels'],
34
+ num_rows: 7333
35
  })
36
  })
37
  ```