File size: 1,404 Bytes
e323afb 20435a6 e323afb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
---
dataset_info:
features:
- name: adult
dtype: bool
- name: backdrop_path
dtype: string
- name: created_by
dtype: string
- name: episode_run_time
dtype: int64
- name: first_air_date
dtype: string
- name: genres
dtype: string
- name: homepage
dtype: string
- name: id
dtype: int64
- name: in_production
dtype: bool
- name: languages
dtype: string
- name: last_air_date
dtype: string
- name: name
dtype: string
- name: networks
dtype: string
- name: number_of_episodes
dtype: int64
- name: number_of_seasons
dtype: int64
- name: origin_country
dtype: string
- name: original_language
dtype: string
- name: original_name
dtype: string
- name: overview
dtype: string
- name: popularity
dtype: float64
- name: poster_path
dtype: string
- name: production_companies
dtype: string
- name: production_countries
dtype: string
- name: spoken_languages
dtype: string
- name: status
dtype: string
- name: tagline
dtype: string
- name: type
dtype: string
- name: vote_average
dtype: float64
- name: vote_count
dtype: int64
splits:
- name: train
num_bytes: 64331693
num_examples: 181987
download_size: 32888504
dataset_size: 64331693
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|