File size: 824 Bytes
5c37df9 ace3cbe 5c37df9 |
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 |
---
license: apache-2.0
dataset_info:
features:
- name: Playlist_Title
dtype: string
- name: Playlist_Description
dtype: string
- name: Total_Views
dtype: float64
- name: Total_Likes
dtype: float64
- name: Total_Comments
dtype: float64
- name: Total_Videos
dtype: float64
- name: Title
dtype: string
- name: Published_date
dtype: string
- name: Description
dtype: string
- name: Views
dtype: float64
- name: Likes
dtype: float64
- name: Comments
dtype: float64
- name: Caption_id
dtype: string
splits:
- name: train
num_bytes: 892821
num_examples: 2060
download_size: 344794
dataset_size: 892821
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|