Datasets:

Modalities:
Text
Formats:
csv
Languages:
Korean
ArXiv:
Libraries:
Datasets
pandas
License:
jason9693 commited on
Commit
1c269f6
·
1 Parent(s): 42c749b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -23,11 +23,11 @@ A sample from this dataset looks as follows:
23
  [
24
  {
25
  "text": "(\ud604\uc7ac \ud638\ud154\uc8fc\uc778 \uc2ec\uc815) \uc54418 \ub09c \ub9c8\ub978\ud558\ub298\uc5d0 \ub0a0\ubcbc\ub77d\ub9de\uace0 \ud638\ud154\ub9dd\ud558\uac8c\uc0dd\uacbc\ub294\ub370 \ub204\uad70 \uacc4\uc18d \ucd94\ubaa8\ubc1b\ub124....",
26
- "target": 1
27
  },
28
  {
29
  "text": "....\ud55c\uad6d\uc801\uc778 \ubbf8\uc778\uc758 \ub300\ud45c\uc801\uc778 \ubd84...\ub108\ubb34\ub098 \uacf1\uace0\uc544\ub984\ub2e4\uc6b4\ubaa8\uc2b5...\uadf8\ubaa8\uc2b5\ub4a4\uc758 \uc2ac\ud514\uc744 \ubbf8\ucc98 \uc54c\uc9c0\ubabb\ud588\ub124\uc694\u3160",
30
- "target": 0
31
  }
32
  ]
33
  ```
@@ -39,7 +39,7 @@ The dataset has the following fields (also called "features"):
39
  ```json
40
  {
41
  "text": "Value(dtype='string', id=None)",
42
- "target": "ClassLabel(num_classes=2, names=['Default', 'Spoiled'], id=None)"
43
  }
44
  ```
45
 
 
23
  [
24
  {
25
  "text": "(\ud604\uc7ac \ud638\ud154\uc8fc\uc778 \uc2ec\uc815) \uc54418 \ub09c \ub9c8\ub978\ud558\ub298\uc5d0 \ub0a0\ubcbc\ub77d\ub9de\uace0 \ud638\ud154\ub9dd\ud558\uac8c\uc0dd\uacbc\ub294\ub370 \ub204\uad70 \uacc4\uc18d \ucd94\ubaa8\ubc1b\ub124....",
26
+ "class": 1
27
  },
28
  {
29
  "text": "....\ud55c\uad6d\uc801\uc778 \ubbf8\uc778\uc758 \ub300\ud45c\uc801\uc778 \ubd84...\ub108\ubb34\ub098 \uacf1\uace0\uc544\ub984\ub2e4\uc6b4\ubaa8\uc2b5...\uadf8\ubaa8\uc2b5\ub4a4\uc758 \uc2ac\ud514\uc744 \ubbf8\ucc98 \uc54c\uc9c0\ubabb\ud588\ub124\uc694\u3160",
30
+ "class": 0
31
  }
32
  ]
33
  ```
 
39
  ```json
40
  {
41
  "text": "Value(dtype='string', id=None)",
42
+ "class": "ClassLabel(num_classes=2, names=['Default', 'Spoiled'], id=None)"
43
  }
44
  ```
45