nazneen commited on
Commit
d00115d
1 Parent(s): 9a403d6

task id update (#4244)

Browse files

* autoeval config added

* autoeval config added

* multi-input text classification as task id instead of category

* Added task id

* removing autoeval config for now

* Added required config

Commit from https://github.com/huggingface/datasets/commit/175b0953fc13bcc5a3f6b3076ca49a315d84912b

Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,7 +1,23 @@
1
  ---
2
  pretty_name: IMDB
 
 
 
 
3
  languages:
4
  - en
 
 
 
 
 
 
 
 
 
 
 
 
5
  paperswithcode_id: imdb-movie-reviews
6
  ---
7
 
@@ -162,4 +178,4 @@ The data fields are the same among all splits.
162
 
163
  ### Contributions
164
 
165
- Thanks to [@ghazi-f](https://github.com/ghazi-f), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
1
  ---
2
  pretty_name: IMDB
3
+ annotations_creators:
4
+ - expert-generated
5
+ language_creators:
6
+ - expert-generated
7
  languages:
8
  - en
9
+ licenses:
10
+ - other
11
+ multilinguality:
12
+ - monolingual
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - sentiment-classification
21
  paperswithcode_id: imdb-movie-reviews
22
  ---
23
 
 
178
 
179
  ### Contributions
180
 
181
+ Thanks to [@ghazi-f](https://github.com/ghazi-f), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.