Dataset Preview
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 datasetNeed 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": "1... | [
{
"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,
... | [
{
"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_wKZmUFKWrejTRcVFDUgE... | [
{
"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": ... | [
{
"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
- 108