movie-posters / README.md
skvarre's picture
Upload README.md with huggingface_hub
c91feed
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: image
      dtype: image
    - name: title
      dtype: string
    - name: genres
      list:
        - name: id
          dtype: int64
        - name: name
          dtype: string
    - name: overview
      dtype: string
    - name: popularity
      dtype: float64
    - name: release_date
      dtype: string
    - name: budget
      dtype: int64
    - name: revenue
      dtype: int64
    - name: tagline
      dtype: string
    - name: original_language
      dtype: string
    - name: runtime
      dtype: int64
  splits:
    - name: train
      num_bytes: 4559499046.67
      num_examples: 9955
  download_size: 4558666511
  dataset_size: 4559499046.67
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Dataset Card for "movie_posters"

More Information needed