yeajinmin commited on
Commit
25c21af
1 Parent(s): b89b729

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -40,16 +40,16 @@ It consists of a total of 150,142 sentences, and entities are categorized into 1
40
  Korean
41
 
42
  ## Data Structure
43
- DatasetDict({
44
- train: Dataset({
45
- features: ['input_ids', 'attention_mask', 'labels'],
46
- num_rows: 120113
47
- })
48
- test: Dataset({
49
- features: ['input_ids', 'attention_mask', 'labels'],
50
- num_rows: 30029
51
- })
52
- })
53
 
54
  ### Data Instances
55
  The dataset is provided in text format with train/test sets.
 
40
  Korean
41
 
42
  ## Data Structure
43
+ DatasetDict({
44
+ train: Dataset({
45
+ features: ['input_ids', 'attention_mask', 'labels'],
46
+ num_rows: 120113
47
+ })
48
+ test: Dataset({
49
+ features: ['input_ids', 'attention_mask', 'labels'],
50
+ num_rows: 30029
51
+ })
52
+ })
53
 
54
  ### Data Instances
55
  The dataset is provided in text format with train/test sets.