youtube / README.md
mikasiddiqui's picture
Upload README.md with huggingface_hub
852fa4c
|
raw
history blame
907 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[us]
    - name: lengthSeconds
      dtype: int64
    - name: subscriberCount
      dtype: int64
    - name: videoCount
      dtype: int64
    - name: isVerified
      dtype: bool
    - name: keywords
      dtype: string
    - name: country
      dtype: string
  splits:
    - name: train
      num_bytes: 75475502
      num_examples: 130854
  download_size: 18930001
  dataset_size: 75475502

Dataset Card for "yt_main_dataset"

More Information needed