Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<id: string, title: string, thumbnails: list<item: struct<height: int64, url: string, width: int64, resolution: string, id: string>>, description: string, upload_date: string, uploader: string, uploader_id: string, uploader_url: string, channel_id: string, channel_url: string, duration: int64, view_count: int64, average_rating: double, age_limit: int64, webpage_url: string, categories: list<item: string>, tags: list<item: string>, is_live: null, subtitles: struct<en: list<item: struct<ext: string, url: string>>, da: list<item: struct<ext: string, url: string>>, pt-BR: list<item: struct<ext: string, url: string>>, fr: list<item: struct<ext: string, url: string>>>, like_count: int64, dislike_count: int64, channel: null, extractor: string, webpage_url_basename: string, extractor_key: string, playlist: null, playlist_index: null, thumbnail: string, display_id: string, asr: int64, filesize: int64, format_id: string, format_note: string, fps: int64, height: int64, quality: int64, tbr: double, width: int64, ext: string, vcodec: string, acodec: string, format: string, protocol: string, fulltitle: string, _filename: string, _server_used: string, _ids_fn: string, _words_per_30s: list<item: int64>, _avg_cosine_sim: double, _num_coco_objects_expectation: double, _num_bpe_tokens_raw: int64, license: string, creator: string, alt_title: string, annotations: null, chapters: list<item: struct<start_time: double, end_time: double, title: string>>, start_time: null, end_time: null, series: null, season_number: null, episode_number: null, track: string, artist: string, album: string, release_date: null, release_year: null, player_url: string, abr: int64, http_headers: struct<User-Agent: string, Accept-Charset: string, Accept: string, Accept-Encoding: string, Accept-Language: string>, location: string>
to
{'id': Value(dtype='string', id=None), 'title': Value(dtype='string', id=None), 'thumbnails': [{'height': Value(dtype='int64', id=None), 'url': Value(dtype='string', id=None), 'width': Value(dtype='int64', id=None), 'resolution': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None)}], 'description': Value(dtype='string', id=None), 'upload_date': Value(dtype='string', id=None), 'uploader': Value(dtype='string', id=None), 'uploader_id': Value(dtype='string', id=None), 'uploader_url': Value(dtype='string', id=None), 'channel_id': Value(dtype='string', id=None), 'channel_url': Value(dtype='string', id=None), 'duration': Value(dtype='int64', id=None), 'view_count': Value(dtype='int64', id=None), 'average_rating': Value(dtype='float64', id=None), 'age_limit': Value(dtype='int64', id=None), 'webpage_url': Value(dtype='string', id=None), 'categories': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'is_live': Value(dtype='null', id=None), 'subtitles': {'en': [{'ext': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}], 'es-419': [{'ext': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}], 'es-MX': [{'ext': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}]}, 'like_count': Value(dtype='int64', id=None), 'dislike_count': Value(dtype='int64', id=None), 'channel': Value(dtype='null', id=None), 'extractor': Value(
...
: Value(dtype='int64', id=None), 'tbr': Value(dtype='float64', id=None), 'width': Value(dtype='int64', id=None), 'ext': Value(dtype='string', id=None), 'vcodec': Value(dtype='string', id=None), 'acodec': Value(dtype='string', id=None), 'format': Value(dtype='string', id=None), 'protocol': Value(dtype='string', id=None), 'fulltitle': Value(dtype='string', id=None), '_filename': Value(dtype='string', id=None), '_server_used': Value(dtype='string', id=None), '_ids_fn': Value(dtype='string', id=None), '_words_per_30s': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '_avg_cosine_sim': Value(dtype='float64', id=None), '_num_coco_objects_expectation': Value(dtype='float64', id=None), '_num_bpe_tokens_raw': Value(dtype='int64', id=None), 'license': Value(dtype='string', id=None), 'creator': Value(dtype='string', id=None), 'alt_title': Value(dtype='string', id=None), 'annotations': Value(dtype='null', id=None), 'chapters': Value(dtype='null', id=None), 'start_time': Value(dtype='null', id=None), 'end_time': Value(dtype='null', id=None), 'series': Value(dtype='null', id=None), 'season_number': Value(dtype='null', id=None), 'episode_number': Value(dtype='null', id=None), 'track': Value(dtype='string', id=None), 'artist': Value(dtype='string', id=None), 'album': Value(dtype='string', id=None), 'release_date': Value(dtype='null', id=None), 'release_year': Value(dtype='null', id=None), 'player_url': Value(dtype='string', id=None), 'abr': Value(dtype='int64', id=None)}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<id: string, title: string, thumbnails: list<item: struct<height: int64, url: string, width: int64, resolution: string, id: string>>, description: string, upload_date: string, uploader: string, uploader_id: string, uploader_url: string, channel_id: string, channel_url: string, duration: int64, view_count: int64, average_rating: double, age_limit: int64, webpage_url: string, categories: list<item: string>, tags: list<item: string>, is_live: null, subtitles: struct<en: list<item: struct<ext: string, url: string>>, da: list<item: struct<ext: string, url: string>>, pt-BR: list<item: struct<ext: string, url: string>>, fr: list<item: struct<ext: string, url: string>>>, like_count: int64, dislike_count: int64, channel: null, extractor: string, webpage_url_basename: string, extractor_key: string, playlist: null, playlist_index: null, thumbnail: string, display_id: string, asr: int64, filesize: int64, format_id: string, format_note: string, fps: int64, height: int64, quality: int64, tbr: double, width: int64, ext: string, vcodec: string, acodec: string, format: string, protocol: string, fulltitle: string, _filename: string, _server_used: string, _ids_fn: string, _words_per_30s: list<item: int64>, _avg_cosine_sim: double, _num_coco_objects_expectation: double, _num_bpe_tokens_raw: int64, license: string, creator: string, alt_title: string, annotations: null, chapters: list<item: struct<start_time: double, end_time: double, title: string>>, start_time: null, end_time: null, series: null, season_number: null, episode_number: null, track: string, artist: string, album: string, release_date: null, release_year: null, player_url: string, abr: int64, http_headers: struct<User-Agent: string, Accept-Charset: string, Accept: string, Accept-Encoding: string, Accept-Language: string>, location: string>
              to
              {'id': Value(dtype='string', id=None), 'title': Value(dtype='string', id=None), 'thumbnails': [{'height': Value(dtype='int64', id=None), 'url': Value(dtype='string', id=None), 'width': Value(dtype='int64', id=None), 'resolution': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None)}], 'description': Value(dtype='string', id=None), 'upload_date': Value(dtype='string', id=None), 'uploader': Value(dtype='string', id=None), 'uploader_id': Value(dtype='string', id=None), 'uploader_url': Value(dtype='string', id=None), 'channel_id': Value(dtype='string', id=None), 'channel_url': Value(dtype='string', id=None), 'duration': Value(dtype='int64', id=None), 'view_count': Value(dtype='int64', id=None), 'average_rating': Value(dtype='float64', id=None), 'age_limit': Value(dtype='int64', id=None), 'webpage_url': Value(dtype='string', id=None), 'categories': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'is_live': Value(dtype='null', id=None), 'subtitles': {'en': [{'ext': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}], 'es-419': [{'ext': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}], 'es-MX': [{'ext': Value(dtype='string', id=None), 'url': Value(dtype='string', id=None)}]}, 'like_count': Value(dtype='int64', id=None), 'dislike_count': Value(dtype='int64', id=None), 'channel': Value(dtype='null', id=None), 'extractor': Value(
              ...
              : Value(dtype='int64', id=None), 'tbr': Value(dtype='float64', id=None), 'width': Value(dtype='int64', id=None), 'ext': Value(dtype='string', id=None), 'vcodec': Value(dtype='string', id=None), 'acodec': Value(dtype='string', id=None), 'format': Value(dtype='string', id=None), 'protocol': Value(dtype='string', id=None), 'fulltitle': Value(dtype='string', id=None), '_filename': Value(dtype='string', id=None), '_server_used': Value(dtype='string', id=None), '_ids_fn': Value(dtype='string', id=None), '_words_per_30s': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '_avg_cosine_sim': Value(dtype='float64', id=None), '_num_coco_objects_expectation': Value(dtype='float64', id=None), '_num_bpe_tokens_raw': Value(dtype='int64', id=None), 'license': Value(dtype='string', id=None), 'creator': Value(dtype='string', id=None), 'alt_title': Value(dtype='string', id=None), 'annotations': Value(dtype='null', id=None), 'chapters': Value(dtype='null', id=None), 'start_time': Value(dtype='null', id=None), 'end_time': Value(dtype='null', id=None), 'series': Value(dtype='null', id=None), 'season_number': Value(dtype='null', id=None), 'episode_number': Value(dtype='null', id=None), 'track': Value(dtype='string', id=None), 'artist': Value(dtype='string', id=None), 'album': Value(dtype='string', id=None), 'release_date': Value(dtype='null', id=None), 'release_year': Value(dtype='null', id=None), 'player_url': Value(dtype='string', id=None), 'abr': Value(dtype='int64', id=None)}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1391, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 990, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1884, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2040, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

denoised
list
info
dict
subtitles
list
_te
float64
[ { "noisyasr": "hey guys what's going on this fuller here with custom offsets custom offsets TV on the YouTube back at it again with another episode of from the inbox where we answer the questions that you guys sent us in the DMS or drop in the comments on YouTube and Facebook so I recently was talking to a guy ...
{ "id": "esJC9-d0lzQ", "title": "Leveling Kit vs Lift Kit || From The Inbox", "thumbnails": [ { "height": 94, "url": "https://i.ytimg.com/vi/esJC9-d0lzQ/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLDe0YXlMRbami0eosbSgt2p-a9gcg", "width": 168, "resolution": "168x94", "id": "0" }, { "height": 110, "url": "https://i.ytimg.com/vi/esJC9-d0lzQ/hqdefault.jpg?sqp=-oaymwEbCMQBEG5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLAXfVAyGN8A6AYSQFoLorRMmYEfKw", "width": 196, "resolution": "196x110", "id": "1" }, { "height": 138, "url": "https://i.ytimg.com/vi/esJC9-d0lzQ/hqdefault.jpg?sqp=-oaymwEcCPYBEIoBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDNC6PiH4Q_eKt-wuxMHT-TfPZzkw", "width": 246, "resolution": "246x138", "id": "2" }, { "height": 188, "url": "https://i.ytimg.com/vi/esJC9-d0lzQ/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDgI8xWr5xYl05XKiYcaQAx3qWCCA", "width": 336, "resolution": "336x188", "id": "3" }, { "height": 1080, "url": "https://i.ytimg.com/vi_webp/esJC9-d0lzQ/maxresdefault.webp", "width": 1920, "resolution": "1920x1080", "id": "4" } ], "description": "Can't decide whether to lift or level your truck? Unsure the difference between the two? Check this out!\n\nGET STARTED HERE:\nLift Kits: www.customoffsets.com/lifts\nLeveling Kits: www.customoffsets.com/levels\n\nSubscribe now to stay up to date on all videos coming out from Custom Offsets! : https://goo.gl/P71pkN\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~", "upload_date": "20180822", "uploader": "Custom Offsets", "uploader_id": "UCnmCVfwLakc9Fd2ltaowisQ", "uploader_url": "http://www.youtube.com/channel/UCnmCVfwLakc9Fd2ltaowisQ", "channel_id": "UCnmCVfwLakc9Fd2ltaowisQ", "channel_url": "https://www.youtube.com/channel/UCnmCVfwLakc9Fd2ltaowisQ", "duration": 341, "view_count": 287175, "average_rating": 4.9186754, "age_limit": 0, "webpage_url": "https://www.youtube.com/watch?v=esJC9-d0lzQ", "categories": [ "Autos & Vehicles" ], "tags": [ "custom offsets", "custom truck", "custom offsets tv", "lifted", "truck", "stance", "co", "custom wheel", "custom wheel offset", "wheel", "offroad", "suspension", "tire", "lift kit", "leveling kit", "fabtech", "pro comp", "rough country", "bds", "zone", "pro ryde", "from the inbox" ], "is_live": null, "subtitles": { "en": [ { "ext": "srv1", "url": "https://www.youtube.com/api/timedtext?v=esJC9-d0lzQ&asr_langs=de%2Cen%2Ces%2Cfr%2Cit%2Cja%2Cko%2Cnl%2Cpt%2Cru&caps=asr&exp=xftt&xorp=true&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1618109795&sparams=ip%2Cipbits%2Cexpire%2Cv%2Casr_langs%2Ccaps%2Cexp%2Cxorp%2Cxoaf&signature=8142A288816E9B75432D2DE33B32488BB681ECFB.9F71B17CC86BD8AB8ACB2EE3581D447ACADCB854&key=yt8&lang=en&fmt=srv1" }, { "ext": "srv2", "url": "https://www.youtube.com/api/timedtext?v=esJC9-d0lzQ&asr_langs=de%2Cen%2Ces%2Cfr%2Cit%2Cja%2Cko%2Cnl%2Cpt%2Cru&caps=asr&exp=xftt&xorp=true&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1618109795&sparams=ip%2Cipbits%2Cexpire%2Cv%2Casr_langs%2Ccaps%2Cexp%2Cxorp%2Cxoaf&signature=8142A288816E9B75432D2DE33B32488BB681ECFB.9F71B17CC86BD8AB8ACB2EE3581D447ACADCB854&key=yt8&lang=en&fmt=srv2" }, { "ext": "srv3", "url": "https://www.youtube.com/api/timedtext?v=esJC9-d0lzQ&asr_langs=de%2Cen%2Ces%2Cfr%2Cit%2Cja%2Cko%2Cnl%2Cpt%2Cru&caps=asr&exp=xftt&xorp=true&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1618109795&sparams=ip%2Cipbits%2Cexpire%2Cv%2Casr_langs%2Ccaps%2Cexp%2Cxorp%2Cxoaf&signature=8142A288816E9B75432D2DE33B32488BB681ECFB.9F71B17CC86BD8AB8ACB2EE3581D447ACADCB854&key=yt8&lang=en&fmt=srv3" }, { "ext": "ttml", "url": "https://www.youtube.com/api/timedtext?v=esJC9-d0lzQ&asr_langs=de%2Cen%2Ces%2Cfr%2Cit%2Cja%2Cko%2Cnl%2Cpt%2Cru&caps=asr&exp=xftt&xorp=true&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1618109795&sparams=ip%2Cipbits%2Cexpire%2Cv%2Casr_langs%2Ccaps%2Cexp%2Cxorp%2Cxoaf&signature=8142A288816E9B75432D2DE33B32488BB681ECFB.9F71B17CC86BD8AB8ACB2EE3581D447ACADCB854&key=yt8&lang=en&fmt=ttml" }, { "ext": "vtt", "url": "https://www.youtube.com/api/timedtext?v=esJC9-d0lzQ&asr_langs=de%2Cen%2Ces%2Cfr%2Cit%2Cja%2Cko%2Cnl%2Cpt%2Cru&caps=asr&exp=xftt&xorp=true&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1618109795&sparams=ip%2Cipbits%2Cexpire%2Cv%2Casr_langs%2Ccaps%2Cexp%2Cxorp%2Cxoaf&signature=8142A288816E9B75432D2DE33B32488BB681ECFB.9F71B17CC86BD8AB8ACB2EE3581D447ACADCB854&key=yt8&lang=en&fmt=vtt" } ], "es-419": null, "es-MX": null }, "like_count": 3373, "dislike_count": 70, "channel": null, "extractor": "youtube", "webpage_url_basename": "esJC9-d0lzQ", "extractor_key": "Youtube", "playlist": null, "playlist_index": null, "thumbnail": "https://i.ytimg.com/vi_webp/esJC9-d0lzQ/maxresdefault.webp", "display_id": "esJC9-d0lzQ", "asr": 44100, "filesize": 21436964, "format_id": "18", "format_note": "360p", "fps": 30, "height": 360, "quality": 2, "tbr": 502.224, "width": 640, "ext": "mp4", "vcodec": "avc1.42001E", "acodec": "mp4a.40.2", "format": "18 - 640x360 (360p)", "protocol": "https", "fulltitle": "Leveling Kit vs Lift Kit || From The Inbox", "_filename": "videos/esJC9-d0lzQ.mp4", "_server_used": "ip-10-112-3-68", "_ids_fn": "video_ids_quality_channels_v2.csv", "_words_per_30s": [ 78, 109, 126, 114, 107, 124, 132, 137, 109, 107, 134, 56 ], "_avg_cosine_sim": 0.7476394971211752, "_num_coco_objects_expectation": 2.2442286014556885, "_num_bpe_tokens_raw": 1398, "license": null, "creator": null, "alt_title": null, "annotations": null, "chapters": null, "start_time": null, "end_time": null, "series": null, "season_number": null, "episode_number": null, "track": null, "artist": null, "album": null, "release_date": null, "release_year": null, "player_url": null, "abr": null }
[ { "word": "hey", "time": 0 }, { "word": "guys", "time": 0.149 }, { "word": "what's", "time": 0.329 }, { "word": "going", "time": 0.51 }, { "word": "on", "time": 0.539 }, { "word": "this", "time": 0.719 }, { "word": "fuller", "time": 0.8...
0.087577
[ { "noisyasr": "a blessing in disguise for Egypt with the unpopular move of closing the currency now being touted as a success but it's still too early to celebrate as it will take time to revive the budget economy some like Egyptian billionaire semester worries or however preaching caution whether it goes down ...
{ "id": "gzDjblPtOzw", "title": "Cautious optimism as currency floatation boosts Egyptian economy", "thumbnails": [ { "height": 94, "url": "https://i.ytimg.com/vi/gzDjblPtOzw/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLCm-cwDL9SeN4_AX2snF9LirA6wlg", "width": 168, "resolution": "168x94", "id": "0" }, { "height": 110, "url": "https://i.ytimg.com/vi/gzDjblPtOzw/hqdefault.jpg?sqp=-oaymwEbCMQBEG5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLAFHpbRAIJ4_gQW9Bmsj0SlV0d0bw", "width": 196, "resolution": "196x110", "id": "1" }, { "height": 138, "url": "https://i.ytimg.com/vi/gzDjblPtOzw/hqdefault.jpg?sqp=-oaymwEcCPYBEIoBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBZ1FuyUmQFmxH8hGctcC6DWuEiow", "width": 246, "resolution": "246x138", "id": "2" }, { "height": 188, "url": "https://i.ytimg.com/vi/gzDjblPtOzw/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBRE37TqUNxJH5CXuO84aql4VmziA", "width": 336, "resolution": "336x188", "id": "3" }, { "height": 1080, "url": "https://i.ytimg.com/vi_webp/gzDjblPtOzw/maxresdefault.webp", "width": 1920, "resolution": "1920x1080", "id": "4" } ], "description": "Floating the pound currency can already be declared a success, but it will take time for investment flows to return and revive its battered economy. This according to Egyptian construction tycoon and billionaire Samih Sawiris", "upload_date": "20170225", "uploader": "CGTN Africa", "uploader_id": "CCTVAFRICALIVE", "uploader_url": "http://www.youtube.com/user/CCTVAFRICALIVE", "channel_id": "UCMeYPU1YfXjxsUa6QXWsfjg", "channel_url": "https://www.youtube.com/channel/UCMeYPU1YfXjxsUa6QXWsfjg", "duration": 125, "view_count": 80, "average_rating": 0, "age_limit": 0, "webpage_url": "https://www.youtube.com/watch?v=gzDjblPtOzw", "categories": [ "News & Politics" ], "tags": [ "Africa", "News", "CGTN Africa", "Egypt", "Pound", "Currency", "money market" ], "is_live": null, "subtitles": { "en": null, "es-419": null, "es-MX": null }, "like_count": 0, "dislike_count": 0, "channel": null, "extractor": "youtube", "webpage_url_basename": "gzDjblPtOzw", "extractor_key": "Youtube", "playlist": null, "playlist_index": null, "thumbnail": "https://i.ytimg.com/vi_webp/gzDjblPtOzw/maxresdefault.webp", "display_id": "gzDjblPtOzw", "asr": 44100, "filesize": 6547426, "format_id": "18", "format_note": "360p", "fps": 25, "height": 360, "quality": 2, "tbr": 420.464, "width": 640, "ext": "mp4", "vcodec": "avc1.42001E", "acodec": "mp4a.40.2", "format": "18 - 640x360 (360p)", "protocol": "https", "fulltitle": "Cautious optimism as currency floatation boosts Egyptian economy", "_filename": "videos/gzDjblPtOzw.mp4", "_server_used": "rowandl4", "_ids_fn": "video_ids_quality_channels_from_2019.csv", "_words_per_30s": [ 88, 83, 82, 81, 5 ], "_avg_cosine_sim": 0.5240531762441, "_num_coco_objects_expectation": 2.9407663345336914, "_num_bpe_tokens_raw": 351, "license": null, "creator": null, "alt_title": null, "annotations": null, "chapters": null, "start_time": null, "end_time": null, "series": null, "season_number": null, "episode_number": null, "track": null, "artist": null, "album": null, "release_date": null, "release_year": null, "player_url": null, "abr": null }
[ { "word": "a", "time": 0 }, { "word": "blessing", "time": 0.41 }, { "word": "in", "time": 1.41 }, { "word": "disguise", "time": 1.65 }, { "word": "for", "time": 1.6800000000000002 }, { "word": "Egypt", "time": 2.25 }, { "word": "with", ...
0.07829
[ { "noisyasr": "paving the way for progress and more controversy after decades of planning the crosstown Parkway extension bridge is set to break ground in Port st. Lucie Meg McRoberts is live there with a look well Ashley some drivers are getting this warning you see behind me tonight telling them some roads wi...
{ "id": "v-SUx7eGJMs", "title": "Construction to begin on Crosstown Parkway; environmentalists still fight to stop project", "thumbnails": [ { "height": 94, "url": "https://i.ytimg.com/vi/v-SUx7eGJMs/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLDum1a_wKZmUFKWrejTRcVFDUgEkw", "width": 168, "resolution": "168x94", "id": "0" }, { "height": 110, "url": "https://i.ytimg.com/vi/v-SUx7eGJMs/hqdefault.jpg?sqp=-oaymwEbCMQBEG5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLAqjLuWbubSgNj55NYcui-BUimXqg", "width": 196, "resolution": "196x110", "id": "1" }, { "height": 138, "url": "https://i.ytimg.com/vi/v-SUx7eGJMs/hqdefault.jpg?sqp=-oaymwEcCPYBEIoBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCvofcAUr_0WRzkIndVR6USnOqfcQ", "width": 246, "resolution": "246x138", "id": "2" }, { "height": 188, "url": "https://i.ytimg.com/vi/v-SUx7eGJMs/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLBCe3lmyxqulNpV-Q8hCoN0ofr_2w", "width": 336, "resolution": "336x188", "id": "3" }, { "height": 1080, "url": "https://i.ytimg.com/vi/v-SUx7eGJMs/maxresdefault.jpg", "width": 1920, "resolution": "1920x1080", "id": "4" } ], "description": "After decades of planning and designing the Crosstown Parkway Extension Bridge, the project will break ground in less than a week.\n◂\r\n\r\n\r\n\r\nWPTV NewsChannel 5, Local News Coverage You Can Count On. South Florida, Palm Beach County, Treasure Coast breaking news, weather and traffic. \r\n\r\nWPTV is South Florida's top-rated television station, covering Palm Beach County and the Treasure Coast. \r\n\r\nFor more download the WPTV mobile app:\r\n\r\niPhone: http://bit.ly/iOS-wptv\r\nAndroid: http://bit.ly/wptv-android", "upload_date": "20161229", "uploader": "WPTV News - FL Palm Beaches and Treasure Coast", "uploader_id": "WPTVnews", "uploader_url": "http://www.youtube.com/user/WPTVnews", "channel_id": "UC0bCUnP5RrkJZUtd3bBz6Kw", "channel_url": "https://www.youtube.com/channel/UC0bCUnP5RrkJZUtd3bBz6Kw", "duration": 141, "view_count": 603, "average_rating": 5, "age_limit": 0, "webpage_url": "https://www.youtube.com/watch?v=v-SUx7eGJMs", "categories": [ "News & Politics" ], "tags": [ "distributable" ], "is_live": null, "subtitles": { "en": null, "es-419": null, "es-MX": null }, "like_count": 4, "dislike_count": 0, "channel": null, "extractor": "youtube", "webpage_url_basename": "v-SUx7eGJMs", "extractor_key": "Youtube", "playlist": null, "playlist_index": null, "thumbnail": "https://i.ytimg.com/vi/v-SUx7eGJMs/maxresdefault.jpg", "display_id": "v-SUx7eGJMs", "asr": 44100, "filesize": 8859164, "format_id": "18", "format_note": "360p", "fps": 30, "height": 360, "quality": 2, "tbr": 501.356, "width": 640, "ext": "mp4", "vcodec": "avc1.42001E", "acodec": "mp4a.40.2", "format": "18 - 640x360 (360p)", "protocol": "https", "fulltitle": "Construction to begin on Crosstown Parkway; environmentalists still fight to stop project", "_filename": "videos/v-SUx7eGJMs.mp4", "_server_used": "ip-10-112-3-149", "_ids_fn": "video_ids_quality_channels_v2.csv", "_words_per_30s": [ 85, 85, 93, 93, 59 ], "_avg_cosine_sim": 0.8214993476867676, "_num_coco_objects_expectation": 0.9265027046203613, "_num_bpe_tokens_raw": 445, "license": null, "creator": null, "alt_title": null, "annotations": null, "chapters": null, "start_time": null, "end_time": null, "series": null, "season_number": null, "episode_number": null, "track": null, "artist": null, "album": null, "release_date": null, "release_year": null, "player_url": null, "abr": null }
[ { "word": "paving", "time": 0 }, { "word": "the", "time": 0.39 }, { "word": "way", "time": 0.539 }, { "word": "for", "time": 0.57 }, { "word": "progress", "time": 0.75 }, { "word": "and", "time": 1.17 }, { "word": "more", "time": 1.77 ...
0.164861
[ { "noisyasr": "hey everybody welcome back it's the true story Trudy here and this is Chazz Michael Michaels the true crew mascot no not now please stop yourself anyways we have a very exciting episode today I'm gonna do something today that nobody ever wants to do but you actually should do it on a regular basi...
{ "id": "tYH5R8zJfyk", "title": "I Brushed a Dog's Teeth So You Don't Have To", "thumbnails": [ { "height": 94, "url": "https://i.ytimg.com/vi/tYH5R8zJfyk/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLA5k9R_CmRCyzikntTqZKjBJufQcQ", "width": 168, "resolution": "168x94", "id": "0" }, { "height": 110, "url": "https://i.ytimg.com/vi/tYH5R8zJfyk/hqdefault.jpg?sqp=-oaymwEbCMQBEG5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLB-jLAZQLnWRcdGGNKaJKer-pP0cw", "width": 196, "resolution": "196x110", "id": "1" }, { "height": 138, "url": "https://i.ytimg.com/vi/tYH5R8zJfyk/hqdefault.jpg?sqp=-oaymwEcCPYBEIoBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCVNhrhnCB8hFv7J-2D52HX-VmhEg", "width": 246, "resolution": "246x138", "id": "2" }, { "height": 188, "url": "https://i.ytimg.com/vi/tYH5R8zJfyk/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCBsInLMZPbdndRM2MO5eXbQPAMgA", "width": 336, "resolution": "336x188", "id": "3" }, { "height": 1080, "url": "https://i.ytimg.com/vi_webp/tYH5R8zJfyk/maxresdefault.webp", "width": 1920, "resolution": "1920x1080", "id": "4" } ], "description": "Today with the help of dog expert Jason Zamudio, I brush the TruCru's mascot, Chazz Michael Michael's, teeth! First Chazz and I taste test 3 kinds of dog toothpaste. **NOTE: Dog toothpaste is NOT for human consumption but I figured I'd take one for the team!\n\nIf you live in the LA area and are interested in hiring Jason to take excellent care of your dog(s), send me a message on Facebook - https://www.facebook.com/ItsTheTruStory/\n\nBig thanks to the TruCru:\n\nMia Kushner\nSammi Kushner\nCaroline Maltz\nChazz Michael Michaels, the TruCru mascot with an ascot \nAlly Roche\nJordy Roth\nSophie Roth\n\nSubscribe for awesome new videos every Thursday!\nhttp://bit.ly/2aky6xb\n\nFind me on social media!\nFacebook: https://www.facebook.com/ItsTheTruStory/\nInstagram: https://www.instagram.com/itsthetrustory/\nTwitter: https://twitter.com/ItsTheTruStory", "upload_date": "20160811", "uploader": "It's The TruStory", "uploader_id": "TruddyLove", "uploader_url": "http://www.youtube.com/user/TruddyLove", "channel_id": "UCjjKKs5-Ll-ThIWNf84I2FQ", "channel_url": "https://www.youtube.com/channel/UCjjKKs5-Ll-ThIWNf84I2FQ", "duration": 342, "view_count": 1852, "average_rating": 4.9230771, "age_limit": 0, "webpage_url": "https://www.youtube.com/watch?v=tYH5R8zJfyk", "categories": [ "Entertainment" ], "tags": [ "It's the TruStory", "Trudi", "Adults React", "REACT", "Fine Brothers Entertainment", "Trudi from React", "brush dog's teeth", "dog toothpaste", "how to brush a dog's teeth" ], "is_live": null, "subtitles": { "en": null, "es-419": null, "es-MX": null }, "like_count": 51, "dislike_count": 1, "channel": null, "extractor": "youtube", "webpage_url_basename": "tYH5R8zJfyk", "extractor_key": "Youtube", "playlist": null, "playlist_index": null, "thumbnail": "https://i.ytimg.com/vi_webp/tYH5R8zJfyk/maxresdefault.webp", "display_id": "tYH5R8zJfyk", "asr": 44100, "filesize": 16897761, "format_id": "18", "format_note": "360p", "fps": 24, "height": 360, "quality": 2, "tbr": 395.583, "width": 640, "ext": "mp4", "vcodec": "avc1.42001E", "acodec": "mp4a.40.2", "format": "18 - 640x360 (360p)", "protocol": "https", "fulltitle": "I Brushed a Dog's Teeth So You Don't Have To", "_filename": "videos/tYH5R8zJfyk.mp4", "_server_used": "rowandl11", "_ids_fn": "video_ids_quality_channels_from_2019.csv", "_words_per_30s": null, "_avg_cosine_sim": null, "_num_coco_objects_expectation": null, "_num_bpe_tokens_raw": null, "license": null, "creator": null, "alt_title": null, "annotations": null, "chapters": null, "start_time": null, "end_time": null, "series": null, "season_number": null, "episode_number": null, "track": null, "artist": null, "album": null, "release_date": null, "release_year": null, "player_url": null, "abr": null }
[ { "word": "hey", "time": 0.02 }, { "word": "everybody", "time": 1.02 }, { "word": "welcome", "time": 1.26 }, { "word": "back", "time": 2.159 }, { "word": "it's", "time": 2.61 }, { "word": "the", "time": 3.03 }, { "word": "true", "time":...
0.129586
[{"noisyasr":"for what I'm sure game welcome well you guys have probably already figured out what to(...TRUNCATED)
{"id":"zs79gb32WZs","title":"MY GIRLFRIEND CONTROLS MY FLIPS FOR 24 HOURS!","thumbnails":[{"height":(...TRUNCATED)
[{"word":"for","time":1.429},{"word":"what","time":9.38},{"word":"I'm","time":10.38},{"word":"sure",(...TRUNCATED)
0.162688
[{"noisyasr":"and death of a 16 year old boy earlier this month an arrest report obtained by 8 News (...TRUNCATED)
{"id":"-9RJJwTBnUw","title":"Report says Al'Dijon Williams laughed as he shot, killed 16-year-old Le(...TRUNCATED)
[{"word":"and","time":0.0},{"word":"death","time":0.089},{"word":"of","time":0.24},{"word":"a","time(...TRUNCATED)
0.174276
[{"noisyasr":"Dunkin Donuts is releasing coffee things and they sound delicious yeah get ready you g(...TRUNCATED)
{"id":"Biw9FdyvOvk","title":"Dunkin Donuts Releases NEW Chocolate Coffee Thins Candy","thumbnails":[(...TRUNCATED)
[{"word":"Dunkin","time":0.03},{"word":"Donuts","time":0.51},{"word":"is","time":0.84},{"word":"rele(...TRUNCATED)
0.150412
[{"noisyasr":"the value now complains is my name engraved on my plate which is also look at until th(...TRUNCATED)
{"id":"oJAKSH2v9Ig","title":"Jueguitos con la pelota y con taco alto - Telefe Noticias","thumbnails"(...TRUNCATED)
[{"word":"the","time":0.0},{"word":"value","time":0.5035000000000001},{"word":"now","time":1.0070000(...TRUNCATED)
0.109038
[{"noisyasr":"now that we're done with the intensity of Black Friday and Cyber Monday it's back to m(...TRUNCATED)
{"id":"FFIym4u16IA","title":"Things to buy this month","thumbnails":[{"height":94,"url":"https://i.y(...TRUNCATED)
[{"word":"now","time":0.0},{"word":"that","time":0.45},{"word":"we're","time":0.719},{"word":"done",(...TRUNCATED)
0.175531
[{"noisyasr":"well our kxan mascot Caxon visiting the studio today and he wanted to let you pet owne(...TRUNCATED)
{"id":"y1xZUATJsWg","title":"Kaxan on-air about West Nile Virus and pets","thumbnails":[{"height":94(...TRUNCATED)
[{"word":"well","time":0.0},{"word":"our","time":0.87},{"word":"kxan","time":1.079},{"word":"mascot"(...TRUNCATED)
0.116127
End of preview.

No dataset card yet

Downloads last month
33