lhoestq HF staff commited on
Commit
c61e21c
1 Parent(s): 5cab50d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -19,6 +19,27 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: nsmc
21
  pretty_name: Naver Sentiment Movie Corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Naver sentiment movie corpus
@@ -152,4 +173,4 @@ Each instance is a movie review written by Korean internet users on Naver, the m
152
 
153
  ### Contributions
154
 
155
- Thanks to [@jaketae](https://github.com/jaketae) for adding this dataset.
 
19
  - sentiment-classification
20
  paperswithcode_id: nsmc
21
  pretty_name: Naver Sentiment Movie Corpus
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: document
27
+ dtype: string
28
+ - name: label
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: negative
33
+ 1: positive
34
+ splits:
35
+ - name: test
36
+ num_bytes: 5491417
37
+ num_examples: 50000
38
+ - name: train
39
+ num_bytes: 16423803
40
+ num_examples: 150000
41
+ download_size: 19522142
42
+ dataset_size: 21915220
43
  ---
44
 
45
  # Dataset Card for Naver sentiment movie corpus
 
173
 
174
  ### Contributions
175
 
176
+ Thanks to [@jaketae](https://github.com/jaketae) for adding this dataset.