jahjinx commited on
Commit
ef30f6a
1 Parent(s): d6fcb14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -27,7 +27,7 @@ size_categories:
27
 
28
  ### Dataset Summary
29
 
30
- [More Information Needed]
31
 
32
  ### Supported Tasks and Leaderboards
33
 
@@ -39,13 +39,22 @@ size_categories:
39
 
40
  ## Dataset Structure
41
 
42
- ### Data Instances
43
-
44
- [More Information Needed]
 
 
 
 
 
45
 
46
  ### Data Fields
47
 
48
- [More Information Needed]
 
 
 
 
49
 
50
  ### Data Splits
51
 
 
27
 
28
  ### Dataset Summary
29
 
30
+ This is a custom train/test/validation split of the IMDb Large Movie Review Dataset available from [http://ai.stanford.edu/~amaas/data/sentiment/](http://ai.stanford.edu/~amaas/data/sentiment/).
31
 
32
  ### Supported Tasks and Leaderboards
33
 
 
39
 
40
  ## Dataset Structure
41
 
42
+ #### IMDb_movie_reviews
43
+ An example of 'train':
44
+ ```
45
+ {
46
+ "text": "Beautifully photographed and ably acted, generally, but the writing is very slipshod. There are scenes of such unbelievability that there is no joy in the watching. The fact that the young lover has a twin brother, for instance, is so contrived that I groaned out loud. And the "emotion-light bulb connection" seems gimmicky, too.<br /><br />I don\'t know, though. If you have a few glasses of wine and feel like relaxing with something pretty to look at with a few flaccid comedic scenes, this is a pretty good movie. No major effort on the part of the viewer required. But Italian film, especially Italian comedy, is usually much, much better than this."
47
+ "label": 0,
48
+ }
49
+ ```
50
 
51
  ### Data Fields
52
 
53
+ The data fields are the same among all splits.
54
+
55
+ #### IMDb_movie_reviews
56
+ - `text`: a `string` feature.
57
+ - `label`: a classification label, with values `neg` (0), `pos` (1).
58
 
59
  ### Data Splits
60