Datasets:
File size: 1,772 Bytes
0bd02e7 |
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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
---
dataset_info:
features:
- name: video_id
dtype: string
- name: asr_raw
list:
- name: start
dtype: float64
- name: end
dtype: float64
- name: text
dtype: string
- name: words
list:
- name: confidence
dtype: float64
- name: start
dtype: float64
- name: end
dtype: float64
- name: text
dtype: string
- name: asr_grouped
list:
list: string
- name: ocr
list:
list: string
- name: blip2_annotations
struct:
- name: actions
list: string
- name: captions
list: string
- name: objects
list: string
- name: replay_graphs
struct:
- name: original_marker_duration
dtype: float64
- name: processed_marker_duration
dtype: float64
- name: multiplier
dtype: float64
- name: markers
list:
- name: start
dtype: float64
- name: end
dtype: float64
- name: replay_score
dtype: float64
- name: likes
dtype: float64
- name: views
dtype: float64
- name: metadata
struct:
- name: title
dtype: string
- name: description
dtype: string
- name: length
dtype: float64
- name: date
dtype: string
- name: channel_data
struct:
- name: channel_id
dtype: string
- name: company_name
dtype: string
- name: subscribers
dtype: float64
splits:
- name: train
num_bytes: 396758465
num_examples: 22569
- name: test
num_bytes: 35343326
num_examples: 2026
download_size: 135245985
dataset_size: 432101791
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|