enoreyes commited on
Commit
62c2215
1 Parent(s): e92698b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -7,4 +7,23 @@ language:
7
  pretty_name: imdb_3000
8
  size_categories:
9
  - 1K<n<10K
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pretty_name: imdb_3000
8
  size_categories:
9
  - 1K<n<10K
10
+ ---
11
+
12
+ # Dataset Card for IMDB 3000 Sphere
13
+
14
+ - **Homepage:** [http://ai.stanford.edu/~amaas/data/sentiment/](http://ai.stanford.edu/~amaas/data/sentiment/)
15
+
16
+ ## Dataset Summary
17
+
18
+ Large Movie Review Dataset.
19
+ This is a 3000 item selection from the `imdb` dataset for binary sentiment classification for use in the Sphere course on AutoTrain.
20
+
21
+ ## Dataset Structure
22
+
23
+ An example of 'train' looks as follows.
24
+ ```
25
+ {
26
+ "label": 0,
27
+ "text": "Goodbye world2\n"
28
+ }
29
+ ```