getGO007 commited on
Commit
9dcd600
1 Parent(s): 7d9f38e

Update README.md

Browse files

This is a dataset of various user reviews posted on the IMDb website along with their corresponding ratings. There are three files attached here, one each for the training, validation and test data. The training dataset contains 60,459 entries. Both the validation and the test data files each contain 12,956 reviews and their associated ratings. The master dataset used for splitting into these 3 files was close to perfectly balanced in nature, and since these datasets are 'stratified' on the target column, they also contain an equal number of items (nearly) for each target rating class.

Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: unknown
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: unknown
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - reviews
9
+ - IMDb
10
+ - imdb
11
+ - movies
12
+ - ratings
13
+ - series
14
+ - anime
15
+ - imdb ratings
16
+ - imdb reviews
17
+ ---