mikasiddiqui's picture
Upload README.md with huggingface_hub
b99e10c
|
raw
history blame contribute delete
No virus
997 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: channelId
      dtype: string
    - name: videoId
      dtype: string
    - name: title
      dtype: string
    - name: description
      dtype: string
    - name: views
      dtype: int64
    - name: url
      dtype: string
    - name: publishDate
      dtype: timestamp[ns]
    - name: lengthSeconds
      dtype: int64
    - name: subscriberCount
      dtype: int64
    - name: videoCount
      dtype: int64
    - name: isVerified
      dtype: bool
    - name: keywords
      dtype: string
    - name: country
      dtype: string
    - name: imagePath
      dtype: string
    - name: image
      dtype: image
  splits:
    - name: train
      num_bytes: 16107504583.48
      num_examples: 114680
  download_size: 950988308
  dataset_size: 16107504583.48

Dataset Card for "yt_full_image_dataset"

More Information needed