imdb_3000_sphere / README.md
enoreyes's picture
Update README.md
62c2215
metadata
license: mit
task_categories:
  - text-classification
language:
  - en
pretty_name: imdb_3000
size_categories:
  - 1K<n<10K

Dataset Card for IMDB 3000 Sphere

Dataset Summary

Large Movie Review Dataset. This is a 3000 item selection from the imdb dataset for binary sentiment classification for use in the Sphere course on AutoTrain.

Dataset Structure

An example of 'train' looks as follows.

{
    "label": 0,
    "text": "Goodbye world2\n"
}