Dataset Preview
Full Screen
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 on Instagram actually a couple people that had really similar questions they're asking about the differences between lift kits and leveling kits and if a lift kit is going to level their truck so when it comes to a leveling kit versus a lift kit it's relatively self-explanatory but it can get kind of confusing because there are different sizes for leveling kits and that's kind of where some of that confusion comes in so if you're buying a leveling kit in general that just lifts the front of your truck there are some out there that sell a lift slash level and that's gonna give you something for the rear also but 99.9 percent of the time if you're buying a leveling kit it's just affecting the front of your truck and most commonly if you're buying a leveling kit it's gonna be a spacer that goes on either at the top or the bottom of your strut and that's gonna bring the front of your vehicle up so trucks from factory come with something called rake so if this is the front of your vehicle and this is the rear naturally the vehicle sits lower in the front so that when you load a trailer it sits level or if you load the bed by installing a leveling kit what you're doing is bringing up the front of the truck so it sits level with the rear when you're unloaded so typically a leveling kit is gonna be two two-and-a-half or three inches depends on the truck and then which kit you buy for the leveling kit you don't get any extra components like upper control arms unless you add those yourself that aren't kits that come like that so you have to be careful if you're really stretching the boundaries and you find like a three or three and a half inch leveling kit because you're really gonna be pushing those front end components and causing unneeded stress on the front of your truck now when it comes to a lift kit that's gonna be something that affects both the front of your truck and the rear of your truck so if you buy a six inch lift kit typically you're", "eos_token": 50266, "cleanasr": "Hey guys! What's going on this morning 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 on Instagram, actually a couple people that had really similar questions. They're asking about the differences between lift kits and leveling kits and if a lift kit is going to level their truck. So when it comes to a leveling kit versus a lift kit, it's relatively self-explanatory, but it can get kind of confusing because there are different sizes for leveling kits and that's kind of where some of that confusion comes in. So if you're buying a leveling kit in general that just lifts the front of your truck, there are some out there that sell a lift slash level, and that's gonna give you something for the rear also, but 99.9 percent of the time if you're buying a leveling kit, it's just affecting the front of your truck. And most commonly if you're buying a leveling kit, it's gonna be a spacer that goes on either at the top or the bottom of your strut and that's gonna bring the front of your vehicle up. So trucks from factory come with something called Rake. So if this is the front of your vehicle and this is the rear, naturally the vehicle sits lower in the front so that when you load a trailer, it sits level. Or if you load the bed by installing a leveling kit, what you're doing is bringing up the front of the truck, so it sits level with the rear when you're unloaded. So typically a leveling kit is gonna be two, two-and-a-half or three inches, depends on the truck, and then which kit you buy for the leveling kit. You don't get any extra components like upper control arms unless you add those yourself that aren't kits that come like that. So you have to be careful if you're really stretching the boundaries and you find like a three or three and a half inch leveling kit because you're really gonna be pushing those front end components and causing unneeded stress on the front of your truck. Now when it comes to a lift kit, that's gonna be something that affects both the front of your truck and the rear of your truck. So if you buy a six inch lift kit, typically you're", "top_p": 0.94, "ctx_ppl": 36.332454681396484, "model_name": "noisifytext_nov17_2020_medium" }, { "noisyasr": "gonna have either a six inch strut spacer which goes on top of your strut in the front or you'll have the complete replacement strut and that brings the front of your about 6 inches now in that same 6-inch kit in the rear you're probably only only going to get a 4 inch block and again the reason for that is the factory rakes the front has gone up 6 inches and the back has gone up four but because from the factory came with that extra 2 they now sit perfectly level so that's your answer as far as the lift level my trucks now depending on options you can buy I know this is common on like 2500 if you get like a five and a half inch or six and a half inch VDS for example that brings up front up about six and a half inches and then you have the option in the rear to get a four and a half inch flock for a five and a half inch block so if you get that caller block it's gonna bring back some of that factory rake and go up higher in the rear one of the guys that I was talking to an Instagram had a Toyota I think was a Tacoma he went out and measured the distances between the ground and the bottom of his wheel well he said the front was 35 and the rear was 37 so he's got that two inch difference he wanted to know if I buy a three inch level what will happen front and rear and if I buy a three inch lift what will happen in front of them so with the three inch leveling kit if you add that three inches to the 35 inches that he measured that puts you at 38 in front and you still sit at 37 in the rear so you have a little bit of squat now if you were to buy a three inch lift kit that's gonna give you the three in the front you're bringing up to 38 in a one inch block in the rear which also will bring that up to 38 and again now you're sitting level so it's really just simple math if you can kind of follow along with what I'm doing there and you can add up you know what your truck is gonna be and just like he did if you go out and measure from the ground to the bottom of your wheel well add on the size of your kit and then you can figure out where you're gonna be sitting at and then", "eos_token": 50266, "cleanasr": "You're gonna have either a six inch strut spacer, which goes on top of your strut in the front, or you'll have the complete replacement strut. And that brings the front of your about 6 inches now. In that same 6-inch kit in the rear, you're probably only only going to get a 4 inch block. And again, the reason for that is the factory rakes, the front has gone up 6 inches and the back has gone up four, but because from the factory, came with that extra 2, they now sit perfectly level. So that's your answer as far as the lift level. My trucks now, depending on options you can buy, I know this is common on packages like 2500, if you get like a five and a half inch or six and a half inch VDS, for example, that brings up the front up about six and a half inches. And then you have the option in the rear to get a four and a half inch lift, for a five and a half inch block. So if you get that three inch block, it's gonna bring back some of that factory rake and go up higher in the rear. One of the guys that I was talking to, an Instagram had a Toyota, I think was a Tacoma, he went out and measured the distances between the ground and the bottom of his wheel well. He said the front was 35 and the rear was 37. So he's got that two inch difference. He wanted to know if I buy a three inch level, what will happen front and rear. And if I buy a three inch lift, what will happen in front of them. So with the three inch leveling kit, if you add that three inches to the 35 inches that he measured, that puts you at 38 in front. And you still sit at 37 in the rear. So you have a little bit of squat. Now if you were to buy a three inch lift kit, that's gonna give you the three in the front. You're bringing up to 38 in a one inch block in the rear, which also will bring that up to 38. And again, now you're sitting level. So it's really just simple math, if you can kind of follow along with what I'm doing there, and you can add up what your truck is gonna be, and just like he did, if you go out and measure from the ground to the bottom of your wheel well, add on the size of your kit, and then you can figure out where you're gonna be sitting at, and then -", "top_p": 0.94, "ctx_ppl": 36.5517578125, "model_name": "noisifytext_nov17_2020_medium" }, { "noisyasr": "in the rear you can do the same thing you can use the just simple math by taking whatever size the block is and adding that to the rear of your truck and that's about where you're gonna sit so that should answer those questions another question that we got was somebody who already had a three inch leveling kit installed on his truck he was wondering if he switches out to a two inch to two and a half inch coil over if that will give him five and a half inches lit the way leveling kits work like I said is that spacer on top of your stock strut assembly so if you switch out to a coil over you should be removing that spacer so the coil over then will give you two and a half inches so in his case he had a three inch wants to replace it with a two two two and a half the spoilers are adjustable so he's actually not increasing any of the front lifts you'd be decreasing it by about a half inch inch depending on where he sets the coil over at now you can add a coil over to your leveling kit however it's not recommended because like I said those leveling kits don't come with new control arms or all the other parts you need to correct the angles being your CV angles and your control arm angles because as you go up with the truck you're changing the geometry of your front suspension which causes more stress on those front end components so if you were to try to add a coil over to get on top of your three-inch leveling kits to get about five to five and a half inches of lift you're gonna really stress the front of your truck and we definitely do not recommend stacking lift components that's gonna be something you want to avoid so hopefully that answers your question if you were one of those guys I know I responded directly to you on Instagram and got you guys all figured out but if you had the same question you're just watching these videos hopefully that answers it for you give it another questions Cooper do drop them in the comments I know this was kind of may be confusing to some people because there's a lot of numbers in there but it really is just simple math if you guys need any help with it like I said feel free to drop a comment below or shoot us a message we will do our best to answer your questions or we might make a video on it peace", "eos_token": 50266, "cleanasr": "In the rear, you can do the same thing. You can use the - just simple math - by taking whatever size the block is and adding that to the rear of your truck and that's about where you're gonna sit. So that should answer those questions. Another question that we got was somebody who already had a three inch leveling kit installed on his truck. He was wondering if he switches out to a two inch to two and a half inch coil over if that will give him five and a half inches lit the way leveling kits work. Like I said, is that spacer on top of your stock strut assembly. So if you switch out to a coil over, you should be removing that spacer. So the coil over then will give you two and a half inches. So in his case, he had a three inch wants to replace it with a two, two, two and a half. The spoilers are adjustable, so he's actually not increasing any of the front lifts. You'd be decreasing it by about a half inch inch depending on where he sets the coil over at. Now you can add a coil over to your leveling kit. However, it's not recommended because like I said, those leveling kits don't come with new control arms or all the other parts you need to correct the angles, being your one angles and your control arm angles because as you go up with the truck, you're changing the geometry of your front suspension which causes more stress on those front end components. So if you were to try to add a coil over to get on top of your three-inch leveling kits to get about five to five and a half inches of lift, you're gonna really stress the front of your truck and we definitely do not recommend stacking lift components. That's gonna be something you want to avoid. So hopefully that answers your question. If you were one of those guys, I know I responded directly to you on Instagram and got you guys all figured out, but if you had the same question, you're just watching these videos. Hopefully that answers it for you. Give it another couple questions and do drop them in the comments. I know this was kind of may be confusing to some people because there's a lot of numbers in there, but it really is just simple math. If you guys need any help with it, like I said, feel free to drop a comment below or shoot us a message. We will do our best to answer your questions or we might make a video on it. Peace", "top_p": 0.94, "ctx_ppl": 40.20667266845703, "model_name": "noisifytext_nov17_2020_medium" } ]
{ "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.81 }, { "word": "here", "time": 1.11 }, { "word": "with", "time": 1.23 }, { "word": "custom", "time": 1.38 }, { "word": "offsets", "time": 1.709 }, { "word": "custom", "time": 2.07 }, { "word": "offsets", "time": 2.399 }, { "word": "TV", "time": 2.7 }, { "word": "on", "time": 3.03 }, { "word": "the", "time": 3.27 }, { "word": "YouTube", "time": 3.54 }, { "word": "back", "time": 3.87 }, { "word": "at", "time": 4.41 }, { "word": "it", "time": 4.5600000000000005 }, { "word": "again", "time": 4.65 }, { "word": "with", "time": 4.71 }, { "word": "another", "time": 4.859 }, { "word": "episode", "time": 5.009 }, { "word": "of", "time": 5.549 }, { "word": "from", "time": 5.759 }, { "word": "the", "time": 6.15 }, { "word": "inbox", "time": 6.27 }, { "word": "where", "time": 6.54 }, { "word": "we", "time": 6.839 }, { "word": "answer", "time": 6.96 }, { "word": "the", "time": 7.259 }, { "word": "questions", "time": 7.62 }, { "word": "that", "time": 7.98 }, { "word": "you", "time": 8.099 }, { "word": "guys", "time": 8.25 }, { "word": "sent", "time": 8.37 }, { "word": "us", "time": 8.79 }, { "word": "in", "time": 8.849 }, { "word": "the", "time": 9 }, { "word": "DMS", "time": 9.09 }, { "word": "or", "time": 9.54 }, { "word": "drop", "time": 9.66 }, { "word": "in", "time": 10.08 }, { "word": "the", "time": 10.23 }, { "word": "comments", "time": 10.29 }, { "word": "on", "time": 10.65 }, { "word": "YouTube", "time": 10.83 }, { "word": "and", "time": 11.07 }, { "word": "Facebook", "time": 11.309 }, { "word": "so", "time": 11.55 }, { "word": "I", "time": 21.769 }, { "word": "recently", "time": 22.769 }, { "word": "was", "time": 23.25 }, { "word": "talking", "time": 23.58 }, { "word": "to", "time": 23.789 }, { "word": "a", "time": 23.88 }, { "word": "guy", "time": 23.91 }, { "word": "on", "time": 24.029 }, { "word": "Instagram", "time": 24.18 }, { "word": "actually", "time": 24.3 }, { "word": "a", "time": 24.99 }, { "word": "couple", "time": 25.019 }, { "word": "people", "time": 25.32 }, { "word": "that", "time": 25.619 }, { "word": "had", "time": 25.74 }, { "word": "really", "time": 25.92 }, { "word": "similar", "time": 26.13 }, { "word": "questions", "time": 26.369 }, { "word": "they're", "time": 26.91 }, { "word": "asking", "time": 27.42 }, { "word": "about", "time": 27.779 }, { "word": "the", "time": 27.93 }, { "word": "differences", "time": 28.019 }, { "word": "between", "time": 28.47 }, { "word": "lift", "time": 28.58 }, { "word": "kits", "time": 29.58 }, { "word": "and", "time": 29.849 }, { "word": "leveling", "time": 30.119 }, { "word": "kits", "time": 30.72 }, { "word": "and", "time": 30.99 }, { "word": "if", "time": 31.199 }, { "word": "a", "time": 31.8 }, { "word": "lift", "time": 31.98 }, { "word": "kit", "time": 32.25 }, { "word": "is", "time": 32.43 }, { "word": "going", "time": 32.64 }, { "word": "to", "time": 32.85 }, { "word": "level", "time": 33 }, { "word": "their", "time": 33.36 }, { "word": "truck", "time": 33.69 }, { "word": "so", "time": 33.989 }, { "word": "when", "time": 34.38 }, { "word": "it", "time": 34.53 }, { "word": "comes", "time": 34.62 }, { "word": "to", "time": 34.8 }, { "word": "a", "time": 34.98 }, { "word": "leveling", "time": 35.01 }, { "word": "kit", "time": 35.43 }, { "word": "versus", "time": 35.67 }, { "word": "a", "time": 36.03 }, { "word": "lift", "time": 36.059 }, { "word": "kit", "time": 36.3 }, { "word": "it's", "time": 36.45 }, { "word": "relatively", "time": 36.98 }, { "word": "self-explanatory", "time": 37.98 }, { "word": "but", "time": 38.579 }, { "word": "it", "time": 39 }, { "word": "can", "time": 39.09 }, { "word": "get", "time": 39.239 }, { "word": "kind", "time": 39.329 }, { "word": "of", "time": 39.54 }, { "word": "confusing", "time": 39.6 }, { "word": "because", "time": 39.989 }, { "word": "there", "time": 40.17 }, { "word": "are", "time": 40.41 }, { "word": "different", "time": 40.5 }, { "word": "sizes", "time": 40.86 }, { "word": "for", "time": 41.19 }, { "word": "leveling", "time": 41.85 }, { "word": "kits", "time": 42.21 }, { "word": "and", "time": 42.39 }, { "word": "that's", "time": 42.54 }, { "word": "kind", "time": 42.719 }, { "word": "of", "time": 43.23 }, { "word": "where", "time": 43.26 }, { "word": "some", "time": 43.379 }, { "word": "of", "time": 43.5 }, { "word": "that", "time": 43.559 }, { "word": "confusion", "time": 43.62 }, { "word": "comes", "time": 44.01 }, { "word": "in", "time": 44.28 }, { "word": "so", "time": 44.43 }, { "word": "if", "time": 44.94 }, { "word": "you're", "time": 45 }, { "word": "buying", "time": 45.12 }, { "word": "a", "time": 45.239 }, { "word": "leveling", "time": 45.42 }, { "word": "kit", "time": 45.84 }, { "word": "in", "time": 46.079 }, { "word": "general", "time": 46.26 }, { "word": "that", "time": 47.16 }, { "word": "just", "time": 47.52 }, { "word": "lifts", "time": 47.94 }, { "word": "the", "time": 48.39 }, { "word": "front", "time": 48.539 }, { "word": "of", "time": 48.93 }, { "word": "your", "time": 49.17 }, { "word": "truck", "time": 49.44 }, { "word": "there", "time": 49.68 }, { "word": "are", "time": 50.219 }, { "word": "some", "time": 50.37 }, { "word": "out", "time": 50.67 }, { "word": "there", "time": 50.82 }, { "word": "that", "time": 51.03 }, { "word": "sell", "time": 51.36 }, { "word": "a", "time": 51.69 }, { "word": "lift", "time": 51.93 }, { "word": "slash", "time": 52.649 }, { "word": "level", "time": 53.07 }, { "word": "and", "time": 53.64 }, { "word": "that's", "time": 53.76 }, { "word": "gonna", "time": 53.82 }, { "word": "give", "time": 54.03 }, { "word": "you", "time": 54.149 }, { "word": "something", "time": 54.239 }, { "word": "for", "time": 54.51 }, { "word": "the", "time": 54.629 }, { "word": "rear", "time": 54.69 }, { "word": "also", "time": 54.899 }, { "word": "but", "time": 55.079 }, { "word": "99.9", "time": 56.149 }, { "word": "percent", "time": 57.149 }, { "word": "of", "time": 57.449 }, { "word": "the", "time": 57.48 }, { "word": "time", "time": 57.539 }, { "word": "if", "time": 57.6 }, { "word": "you're", "time": 57.899 }, { "word": "buying", "time": 58.02 }, { "word": "a", "time": 58.17 }, { "word": "leveling", "time": 58.32 }, { "word": "kit", "time": 58.68 }, { "word": "it's", "time": 58.89 }, { "word": "just", "time": 59.25 }, { "word": "affecting", "time": 59.399 }, { "word": "the", "time": 59.76 }, { "word": "front", "time": 59.85 }, { "word": "of", "time": 60.149 }, { "word": "your", "time": 60.27 }, { "word": "truck", "time": 60.39 }, { "word": "and", "time": 60.6 }, { "word": "most", "time": 60.809 }, { "word": "commonly", "time": 60.96 }, { "word": "if", "time": 61.5 }, { "word": "you're", "time": 61.98 }, { "word": "buying", "time": 62.129 }, { "word": "a", "time": 62.309 }, { "word": "leveling", "time": 62.43 }, { "word": "kit", "time": 62.76 }, { "word": "it's", "time": 62.94 }, { "word": "gonna", "time": 63.12 }, { "word": "be", "time": 63.21 }, { "word": "a", "time": 63.39 }, { "word": "spacer", "time": 63.42 }, { "word": "that", "time": 63.899 }, { "word": "goes", "time": 63.93 }, { "word": "on", "time": 64.199 }, { "word": "either", "time": 64.589 }, { "word": "at", "time": 64.83 }, { "word": "the", "time": 64.92 }, { "word": "top", "time": 65.01 }, { "word": "or", "time": 65.189 }, { "word": "the", "time": 65.46 }, { "word": "bottom", "time": 65.489 }, { "word": "of", "time": 65.58 }, { "word": "your", "time": 66.09 }, { "word": "strut", "time": 66.299 }, { "word": "and", "time": 66.6 }, { "word": "that's", "time": 66.81 }, { "word": "gonna", "time": 67.11 }, { "word": "bring", "time": 67.26 }, { "word": "the", "time": 67.409 }, { "word": "front", "time": 67.53 }, { "word": "of", "time": 67.77 }, { "word": "your", "time": 67.83 }, { "word": "vehicle", "time": 67.89 }, { "word": "up", "time": 68.07 }, { "word": "so", "time": 68.49 }, { "word": "trucks", "time": 69.09 }, { "word": "from", "time": 69.659 }, { "word": "factory", "time": 70.02 }, { "word": "come", "time": 70.53 }, { "word": "with", "time": 70.68 }, { "word": "something", "time": 70.799 }, { "word": "called", "time": 70.95 }, { "word": "rake", "time": 71.25 }, { "word": "so", "time": 71.52 }, { "word": "if", "time": 72.06 }, { "word": "this", "time": 72.33 }, { "word": "is", "time": 72.479 }, { "word": "the", "time": 72.78 }, { "word": "front", "time": 72.81 }, { "word": "of", "time": 72.96 }, { "word": "your", "time": 73.14 }, { "word": "vehicle", "time": 73.229 }, { "word": "and", "time": 73.35 }, { "word": "this", "time": 73.74 }, { "word": "is", "time": 73.799 }, { "word": "the", "time": 73.95 }, { "word": "rear", "time": 74.04 }, { "word": "naturally", "time": 74.39 }, { "word": "the", "time": 75.39 }, { "word": "vehicle", "time": 75.75 }, { "word": "sits", "time": 76.049 }, { "word": "lower", "time": 76.229 }, { "word": "in", "time": 76.53 }, { "word": "the", "time": 76.86 }, { "word": "front", "time": 76.95 }, { "word": "so", "time": 77.22 }, { "word": "that", "time": 77.369 }, { "word": "when", "time": 77.49 }, { "word": "you", "time": 77.61 }, { "word": "load", "time": 77.7 }, { "word": "a", "time": 77.85 }, { "word": "trailer", "time": 77.88 }, { "word": "it", "time": 78.33 }, { "word": "sits", "time": 78.72 }, { "word": "level", "time": 79.14 }, { "word": "or", "time": 79.35 }, { "word": "if", "time": 79.71 }, { "word": "you", "time": 79.799 }, { "word": "load", "time": 79.89 }, { "word": "the", "time": 80.07 }, { "word": "bed", "time": 80.189 }, { "word": "by", "time": 80.369 }, { "word": "installing", "time": 80.939 }, { "word": "a", "time": 81.299 }, { "word": "leveling", "time": 81.42 }, { "word": "kit", "time": 81.72 }, { "word": "what", "time": 81.9 }, { "word": "you're", "time": 82.02 }, { "word": "doing", "time": 82.17 }, { "word": "is", "time": 82.53 }, { "word": "bringing", "time": 82.71 }, { "word": "up", "time": 82.95 }, { "word": "the", "time": 83.31 }, { "word": "front", "time": 83.46 }, { "word": "of", "time": 83.61 }, { "word": "the", "time": 83.759 }, { "word": "truck", "time": 83.82 }, { "word": "so", "time": 84.03 }, { "word": "it", "time": 84.24 }, { "word": "sits", "time": 84.33 }, { "word": "level", "time": 84.509 }, { "word": "with", "time": 84.81 }, { "word": "the", "time": 85.5 }, { "word": "rear", "time": 85.68 }, { "word": "when", "time": 85.92 }, { "word": "you're", "time": 86.159 }, { "word": "unloaded", "time": 86.31 }, { "word": "so", "time": 86.759 }, { "word": "typically", "time": 86.88 }, { "word": "a", "time": 87.33 }, { "word": "leveling", "time": 87.36 }, { "word": "kit", "time": 87.689 }, { "word": "is", "time": 87.84 }, { "word": "gonna", "time": 87.96 }, { "word": "be", "time": 88.14 }, { "word": "two", "time": 88.32 }, { "word": "two-and-a-half", "time": 88.86 }, { "word": "or", "time": 89.31 }, { "word": "three", "time": 89.7 }, { "word": "inches", "time": 89.759 }, { "word": "depends", "time": 90.329 }, { "word": "on", "time": 91.2 }, { "word": "the", "time": 91.32 }, { "word": "truck", "time": 91.439 }, { "word": "and", "time": 91.71 }, { "word": "then", "time": 91.89 }, { "word": "which", "time": 92.009 }, { "word": "kit", "time": 92.25 }, { "word": "you", "time": 93 }, { "word": "buy", "time": 93.15 }, { "word": "for", "time": 93.36 }, { "word": "the", "time": 93.75 }, { "word": "leveling", "time": 93.84 }, { "word": "kit", "time": 94.14 }, { "word": "you", "time": 94.29 }, { "word": "don't", "time": 94.409 }, { "word": "get", "time": 94.439 }, { "word": "any", "time": 94.65 }, { "word": "extra", "time": 94.89 }, { "word": "components", "time": 95.28 }, { "word": "like", "time": 96.03 }, { "word": "upper", "time": 96.54 }, { "word": "control", "time": 96.99 }, { "word": "arms", "time": 97.259 }, { "word": "unless", "time": 97.68 }, { "word": "you", "time": 98.22 }, { "word": "add", "time": 98.4 }, { "word": "those", "time": 98.7 }, { "word": "yourself", "time": 98.97 }, { "word": "that", "time": 99.45 }, { "word": "aren't", "time": 99.6 }, { "word": "kits", "time": 99.81 }, { "word": "that", "time": 100.049 }, { "word": "come", "time": 100.17 }, { "word": "like", "time": 100.47 }, { "word": "that", "time": 100.65 }, { "word": "so", "time": 101 }, { "word": "you", "time": 102 }, { "word": "have", "time": 102.09 }, { "word": "to", "time": 102.21 }, { "word": "be", "time": 102.27 }, { "word": "careful", "time": 102.36 }, { "word": "if", "time": 102.689 }, { "word": "you're", "time": 102.75 }, { "word": "really", "time": 102.869 }, { "word": "stretching", "time": 103.17 }, { "word": "the", "time": 103.799 }, { "word": "boundaries", "time": 103.86 }, { "word": "and", "time": 104.28 }, { "word": "you", "time": 104.549 }, { "word": "find", "time": 104.64 }, { "word": "like", "time": 105.03 }, { "word": "a", "time": 105.57 }, { "word": "three", "time": 105.6 }, { "word": "or", "time": 106.14 }, { "word": "three", "time": 106.17 }, { "word": "and", "time": 106.53 }, { "word": "a", "time": 106.68 }, { "word": "half", "time": 106.77 }, { "word": "inch", "time": 106.95 }, { "word": "leveling", "time": 107.189 }, { "word": "kit", "time": 107.85 }, { "word": "because", "time": 108.09 }, { "word": "you're", "time": 108.6 }, { "word": "really", "time": 108.81 }, { "word": "gonna", "time": 109.049 }, { "word": "be", "time": 109.17 }, { "word": "pushing", "time": 109.29 }, { "word": "those", "time": 109.53 }, { "word": "front", "time": 110.009 }, { "word": "end", "time": 110.28 }, { "word": "components", "time": 110.399 }, { "word": "and", "time": 110.909 }, { "word": "causing", "time": 111.27 }, { "word": "unneeded", "time": 111.63 }, { "word": "stress", "time": 111.84 }, { "word": "on", "time": 112.02 }, { "word": "the", "time": 112.439 }, { "word": "front", "time": 112.5 }, { "word": "of", "time": 112.71 }, { "word": "your", "time": 112.77 }, { "word": "truck", "time": 112.979 }, { "word": "now", "time": 113.22 }, { "word": "when", "time": 113.46 }, { "word": "it", "time": 113.7 }, { "word": "comes", "time": 113.79 }, { "word": "to", "time": 113.88 }, { "word": "a", "time": 114.06 }, { "word": "lift", "time": 114.24 }, { "word": "kit", "time": 114.84 }, { "word": "that's", "time": 115.079 }, { "word": "gonna", "time": 115.74 }, { "word": "be", "time": 115.89 }, { "word": "something", "time": 116.04 }, { "word": "that", "time": 116.219 }, { "word": "affects", "time": 116.43 }, { "word": "both", "time": 116.7 }, { "word": "the", "time": 116.88 }, { "word": "front", "time": 117.09 }, { "word": "of", "time": 117.329 }, { "word": "your", "time": 117.42 }, { "word": "truck", "time": 117.54 }, { "word": "and", "time": 117.75 }, { "word": "the", "time": 117.99 }, { "word": "rear", "time": 118.5 }, { "word": "of", "time": 118.71 }, { "word": "your", "time": 118.74 }, { "word": "truck", "time": 118.86 }, { "word": "so", "time": 119.009 }, { "word": "if", "time": 119.49 }, { "word": "you", "time": 119.7 }, { "word": "buy", "time": 119.79 }, { "word": "a", "time": 119.909 }, { "word": "six", "time": 119.939 }, { "word": "inch", "time": 120.329 }, { "word": "lift", "time": 120.54 }, { "word": "kit", "time": 121.259 }, { "word": "typically", "time": 121.38 }, { "word": "you're", "time": 121.979 }, { "word": "gonna", "time": 122.1 }, { "word": "have", "time": 122.25 }, { "word": "either", "time": 122.49 }, { "word": "a", "time": 122.88 }, { "word": "six", "time": 123.09 }, { "word": "inch", "time": 123.479 }, { "word": "strut", "time": 123.659 }, { "word": "spacer", "time": 123.96 }, { "word": "which", "time": 124.409 }, { "word": "goes", "time": 124.71 }, { "word": "on", "time": 124.86 }, { "word": "top", "time": 124.979 }, { "word": "of", "time": 125.159 }, { "word": "your", "time": 125.31 }, { "word": "strut", "time": 125.399 }, { "word": "in", "time": 125.67 }, { "word": "the", "time": 125.82 }, { "word": "front", "time": 125.939 }, { "word": "or", "time": 126.21 }, { "word": "you'll", "time": 126.869 }, { "word": "have", "time": 127.35 }, { "word": "the", "time": 127.469 }, { "word": "complete", "time": 127.59 }, { "word": "replacement", "time": 127.979 }, { "word": "strut", "time": 128.28 }, { "word": "and", "time": 128.849 }, { "word": "that", "time": 129.209 }, { "word": "brings", "time": 129.36 }, { "word": "the", "time": 129.569 }, { "word": "front", "time": 129.72 }, { "word": "of", "time": 129.989 }, { "word": "your", "time": 130.11 }, { "word": "about", "time": 130.42 }, { "word": "6", "time": 130.63 }, { "word": "inches", "time": 131.02 }, { "word": "now", "time": 131.23 }, { "word": "in", "time": 131.62 }, { "word": "that", "time": 131.89 }, { "word": "same", "time": 132.069 }, { "word": "6-inch", "time": 132.459 }, { "word": "kit", "time": 133.18 }, { "word": "in", "time": 133.54 }, { "word": "the", "time": 133.99 }, { "word": "rear", "time": 134.38 }, { "word": "you're", "time": 134.68 }, { "word": "probably", "time": 135.13 }, { "word": "only", "time": 135.4 }, { "word": "only", "time": 135.61 }, { "word": "going", "time": 136 }, { "word": "to", "time": 136.27 }, { "word": "get", "time": 136.39 }, { "word": "a", "time": 136.51 }, { "word": "4", "time": 136.569 }, { "word": "inch", "time": 137.02 }, { "word": "block", "time": 137.2 }, { "word": "and", "time": 137.59 }, { "word": "again", "time": 137.86 }, { "word": "the", "time": 138.069 }, { "word": "reason", "time": 138.22 }, { "word": "for", "time": 138.52 }, { "word": "that", "time": 138.64 }, { "word": "is", "time": 138.7 }, { "word": "the", "time": 138.91 }, { "word": "factory", "time": 139.06 }, { "word": "rakes", "time": 139.45 }, { "word": "the", "time": 139.69 }, { "word": "front", "time": 139.989 }, { "word": "has", "time": 140.26 }, { "word": "gone", "time": 140.5 }, { "word": "up", "time": 140.77 }, { "word": "6", "time": 141.04 }, { "word": "inches", "time": 141.4 }, { "word": "and", "time": 141.52 }, { "word": "the", "time": 141.97 }, { "word": "back", "time": 142.36 }, { "word": "has", "time": 142.54 }, { "word": "gone", "time": 142.75 }, { "word": "up", "time": 142.93 }, { "word": "four", "time": 143.11 }, { "word": "but", "time": 143.53 }, { "word": "because", "time": 144.04 }, { "word": "from", "time": 144.28 }, { "word": "the", "time": 144.43 }, { "word": "factory", "time": 144.58 }, { "word": "came", "time": 144.97 }, { "word": "with", "time": 145.209 }, { "word": "that", "time": 145.36 }, { "word": "extra", "time": 145.45 }, { "word": "2", "time": 145.69 }, { "word": "they", "time": 146.02 }, { "word": "now", "time": 146.41 }, { "word": "sit", "time": 146.62 }, { "word": "perfectly", "time": 146.68 }, { "word": "level", "time": 147.4 }, { "word": "so", "time": 148.06 }, { "word": "that's", "time": 148.239 }, { "word": "your", "time": 148.569 }, { "word": "answer", "time": 148.81 }, { "word": "as", "time": 148.87 }, { "word": "far", "time": 149.38 }, { "word": "as", "time": 149.62 }, { "word": "the", "time": 149.89 }, { "word": "lift", "time": 150.4 }, { "word": "level", "time": 150.819 }, { "word": "my", "time": 151.36 }, { "word": "trucks", "time": 151.48 }, { "word": "now", "time": 151.81 }, { "word": "depending", "time": 152.38 }, { "word": "on", "time": 152.8 }, { "word": "options", "time": 152.89 }, { "word": "you", "time": 153.459 }, { "word": "can", "time": 153.819 }, { "word": "buy", "time": 154.06 }, { "word": "I", "time": 154.36 }, { "word": "know", "time": 154.81 }, { "word": "this", "time": 155.29 }, { "word": "is", "time": 155.53 }, { "word": "common", "time": 155.68 }, { "word": "on", "time": 155.95 }, { "word": "like", "time": 156.01 }, { "word": "2500", "time": 156.16 }, { "word": "if", "time": 156.94 }, { "word": "you", "time": 157.12 }, { "word": "get", "time": 157.269 }, { "word": "like", "time": 157.48 }, { "word": "a", "time": 157.87 }, { "word": "five", "time": 157.9 }, { "word": "and", "time": 158.29 }, { "word": "a", "time": 158.47 }, { "word": "half", "time": 158.53 }, { "word": "inch", "time": 158.59 }, { "word": "or", "time": 159.01 }, { "word": "six", "time": 159.22 }, { "word": "and", "time": 159.459 }, { "word": "a", "time": 159.55 }, { "word": "half", "time": 159.61 }, { "word": "inch", "time": 159.64 }, { "word": "VDS", "time": 159.94 }, { "word": "for", "time": 160.36 }, { "word": "example", "time": 160.39 }, { "word": "that", "time": 161.14 }, { "word": "brings", "time": 161.739 }, { "word": "up", "time": 161.95 }, { "word": "front", "time": 162.099 }, { "word": "up", "time": 162.25 }, { "word": "about", "time": 162.37 }, { "word": "six", "time": 163 }, { "word": "and", "time": 163.269 }, { "word": "a", "time": 163.33 }, { "word": "half", "time": 163.45 }, { "word": "inches", "time": 163.48 }, { "word": "and", "time": 163.9 }, { "word": "then", "time": 164.08 }, { "word": "you", "time": 164.62 }, { "word": "have", "time": 164.709 }, { "word": "the", "time": 164.8 }, { "word": "option", "time": 164.89 }, { "word": "in", "time": 165.069 }, { "word": "the", "time": 165.37 }, { "word": "rear", "time": 165.489 }, { "word": "to", "time": 165.64 }, { "word": "get", "time": 165.85 }, { "word": "a", "time": 165.91 }, { "word": "four", "time": 165.97 }, { "word": "and", "time": 166.239 }, { "word": "a", "time": 166.33 }, { "word": "half", "time": 166.36 }, { "word": "inch", "time": 166.39 }, { "word": "flock", "time": 166.69 }, { "word": "for", "time": 166.959 }, { "word": "a", "time": 167.44 }, { "word": "five", "time": 167.47 }, { "word": "and", "time": 167.83 }, { "word": "a", "time": 167.98 }, { "word": "half", "time": 168.04 }, { "word": "inch", "time": 168.1 }, { "word": "block", "time": 168.4 }, { "word": "so", "time": 168.7 }, { "word": "if", "time": 168.94 }, { "word": "you", "time": 169 }, { "word": "get", "time": 169.09 }, { "word": "that", "time": 169.209 }, { "word": "caller", "time": 169.239 }, { "word": "block", "time": 169.69 }, { "word": "it's", "time": 169.989 }, { "word": "gonna", "time": 170.41 }, { "word": "bring", "time": 170.56 }, { "word": "back", "time": 170.83 }, { "word": "some", "time": 171.069 }, { "word": "of", "time": 171.31 }, { "word": "that", "time": 171.37 }, { "word": "factory", "time": 171.43 }, { "word": "rake", "time": 171.91 }, { "word": "and", "time": 172.09 }, { "word": "go", "time": 172.39 }, { "word": "up", "time": 172.45 }, { "word": "higher", "time": 172.569 }, { "word": "in", "time": 172.93 }, { "word": "the", "time": 173.26 }, { "word": "rear", "time": 173.44 }, { "word": "one", "time": 173.68 }, { "word": "of", "time": 174.04 }, { "word": "the", "time": 174.1 }, { "word": "guys", "time": 174.19 }, { "word": "that", "time": 174.28 }, { "word": "I", "time": 174.43 }, { "word": "was", "time": 174.489 }, { "word": "talking", "time": 174.58 }, { "word": "to", "time": 174.91 }, { "word": "an", "time": 175 }, { "word": "Instagram", "time": 175.09 }, { "word": "had", "time": 175.48 }, { "word": "a", "time": 175.81 }, { "word": "Toyota", "time": 176.11 }, { "word": "I", "time": 176.89 }, { "word": "think", "time": 177.1 }, { "word": "was", "time": 177.4 }, { "word": "a", "time": 177.489 }, { "word": "Tacoma", "time": 177.519 }, { "word": "he", "time": 178.03 }, { "word": "went", "time": 178.66 }, { "word": "out", "time": 178.84 }, { "word": "and", "time": 178.9 }, { "word": "measured", "time": 179.019 }, { "word": "the", "time": 179.44 }, { "word": "distances", "time": 179.799 }, { "word": "between", "time": 180.25 }, { "word": "the", "time": 180.31 }, { "word": "ground", "time": 180.819 }, { "word": "and", "time": 181 }, { "word": "the", "time": 181.36 }, { "word": "bottom", "time": 181.75 }, { "word": "of", "time": 181.9 }, { "word": "his", "time": 182.29 }, { "word": "wheel", "time": 182.59 }, { "word": "well", "time": 182.86 }, { "word": "he", "time": 183.1 }, { "word": "said", "time": 183.61 }, { "word": "the", "time": 183.819 }, { "word": "front", "time": 183.91 }, { "word": "was", "time": 184.09 }, { "word": "35", "time": 184.33 }, { "word": "and", "time": 184.87 }, { "word": "the", "time": 185.29 }, { "word": "rear", "time": 185.739 }, { "word": "was", "time": 186.01 }, { "word": "37", "time": 186.67 }, { "word": "so", "time": 187.269 }, { "word": "he's", "time": 187.36 }, { "word": "got", "time": 187.48 }, { "word": "that", "time": 187.6 }, { "word": "two", "time": 187.63 }, { "word": "inch", "time": 187.959 }, { "word": "difference", "time": 188.14 }, { "word": "he", "time": 188.319 }, { "word": "wanted", "time": 188.739 }, { "word": "to", "time": 188.95 }, { "word": "know", "time": 189.04 }, { "word": "if", "time": 189.19 }, { "word": "I", "time": 189.7 }, { "word": "buy", "time": 189.76 }, { "word": "a", "time": 189.91 }, { "word": "three", "time": 189.94 }, { "word": "inch", "time": 190.33 }, { "word": "level", "time": 190.48 }, { "word": "what", "time": 190.78 }, { "word": "will", "time": 191.41 }, { "word": "happen", "time": 191.53 }, { "word": "front", "time": 191.799 }, { "word": "and", "time": 192.069 }, { "word": "rear", "time": 192.19 }, { "word": "and", "time": 192.34 }, { "word": "if", "time": 192.819 }, { "word": "I", "time": 193.209 }, { "word": "buy", "time": 193.269 }, { "word": "a", "time": 193.39 }, { "word": "three", "time": 193.42 }, { "word": "inch", "time": 193.63 }, { "word": "lift", "time": 193.75 }, { "word": "what", "time": 194.019 }, { "word": "will", "time": 194.319 }, { "word": "happen", "time": 194.41 }, { "word": "in", "time": 194.62 }, { "word": "front", "time": 194.68 }, { "word": "of", "time": 194.829 }, { "word": "them", "time": 194.89 }, { "word": "so", "time": 194.98 }, { "word": "with", "time": 195.04 }, { "word": "the", "time": 195.34 }, { "word": "three", "time": 195.43 }, { "word": "inch", "time": 195.64 }, { "word": "leveling", "time": 195.73 }, { "word": "kit", "time": 196.12 }, { "word": "if", "time": 196.329 }, { "word": "you", "time": 196.51 }, { "word": "add", "time": 196.63 }, { "word": "that", "time": 196.81 }, { "word": "three", "time": 197.079 }, { "word": "inches", "time": 197.26 }, { "word": "to", "time": 197.47 }, { "word": "the", "time": 197.68 }, { "word": "35", "time": 197.799 }, { "word": "inches", "time": 198.28 }, { "word": "that", "time": 198.579 }, { "word": "he", "time": 198.7 }, { "word": "measured", "time": 198.85 }, { "word": "that", "time": 199.209 }, { "word": "puts", "time": 199.51 }, { "word": "you", "time": 199.78 }, { "word": "at", "time": 199.87 }, { "word": "38", "time": 199.989 }, { "word": "in", "time": 200.44 }, { "word": "front", "time": 200.56 }, { "word": "and", "time": 200.859 }, { "word": "you", "time": 201.34 }, { "word": "still", "time": 201.459 }, { "word": "sit", "time": 201.73 }, { "word": "at", "time": 201.97 }, { "word": "37", "time": 202.09 }, { "word": "in", "time": 202.69 }, { "word": "the", "time": 202.78 }, { "word": "rear", "time": 202.81 }, { "word": "so", "time": 202.989 }, { "word": "you", "time": 203.109 }, { "word": "have", "time": 203.17 }, { "word": "a", "time": 203.26 }, { "word": "little", "time": 203.32 }, { "word": "bit", "time": 203.56 }, { "word": "of", "time": 203.739 }, { "word": "squat", "time": 203.799 }, { "word": "now", "time": 204.1 }, { "word": "if", "time": 204.37 }, { "word": "you", "time": 204.489 }, { "word": "were", "time": 204.64 }, { "word": "to", "time": 204.73 }, { "word": "buy", "time": 204.85 }, { "word": "a", "time": 205.03 }, { "word": "three", "time": 205.269 }, { "word": "inch", "time": 205.75 }, { "word": "lift", "time": 205.87 }, { "word": "kit", "time": 206.2 }, { "word": "that's", "time": 206.32 }, { "word": "gonna", "time": 207.04 }, { "word": "give", "time": 207.16 }, { "word": "you", "time": 207.37 }, { "word": "the", "time": 207.459 }, { "word": "three", "time": 207.609 }, { "word": "in", "time": 207.85 }, { "word": "the", "time": 207.97 }, { "word": "front", "time": 208.03 }, { "word": "you're", "time": 208.299 }, { "word": "bringing", "time": 208.51 }, { "word": "up", "time": 208.72 }, { "word": "to", "time": 208.78 }, { "word": "38", "time": 208.9 }, { "word": "in", "time": 209.35 }, { "word": "a", "time": 209.56 }, { "word": "one", "time": 209.92 }, { "word": "inch", "time": 210.22 }, { "word": "block", "time": 210.43 }, { "word": "in", "time": 210.76 }, { "word": "the", "time": 211.06 }, { "word": "rear", "time": 211.18 }, { "word": "which", "time": 211.39 }, { "word": "also", "time": 211.78 }, { "word": "will", "time": 212.019 }, { "word": "bring", "time": 212.35 }, { "word": "that", "time": 212.53 }, { "word": "up", "time": 212.68 }, { "word": "to", "time": 212.739 }, { "word": "38", "time": 212.92 }, { "word": "and", "time": 213.34 }, { "word": "again", "time": 213.76 }, { "word": "now", "time": 214 }, { "word": "you're", "time": 214.6 }, { "word": "sitting", "time": 214.72 }, { "word": "level", "time": 214.959 }, { "word": "so", "time": 215.23 }, { "word": "it's", "time": 215.59 }, { "word": "really", "time": 215.739 }, { "word": "just", "time": 215.89 }, { "word": "simple", "time": 216.01 }, { "word": "math", "time": 216.43 }, { "word": "if", "time": 216.64 }, { "word": "you", "time": 216.85 }, { "word": "can", "time": 216.88 }, { "word": "kind", "time": 217.06 }, { "word": "of", "time": 217.209 }, { "word": "follow", "time": 217.269 }, { "word": "along", "time": 217.45 }, { "word": "with", "time": 217.72 }, { "word": "what", "time": 217.9 }, { "word": "I'm", "time": 217.959 }, { "word": "doing", "time": 218.2 }, { "word": "there", "time": 218.23 }, { "word": "and", "time": 218.709 }, { "word": "you", "time": 219.13 }, { "word": "can", "time": 219.31 }, { "word": "add", "time": 219.459 }, { "word": "up", "time": 219.67 }, { "word": "you", "time": 219.91 }, { "word": "know", "time": 220.09 }, { "word": "what", "time": 220.18 }, { "word": "your", "time": 220.39 }, { "word": "truck", "time": 220.57 }, { "word": "is", "time": 220.84 }, { "word": "gonna", "time": 220.959 }, { "word": "be", "time": 221.14 }, { "word": "and", "time": 221.32 }, { "word": "just", "time": 221.56 }, { "word": "like", "time": 221.709 }, { "word": "he", "time": 221.89 }, { "word": "did", "time": 222.07 }, { "word": "if", "time": 222.19 }, { "word": "you", "time": 222.34 }, { "word": "go", "time": 222.37 }, { "word": "out", "time": 222.549 }, { "word": "and", "time": 222.64 }, { "word": "measure", "time": 222.79 }, { "word": "from", "time": 222.94 }, { "word": "the", "time": 223.6 }, { "word": "ground", "time": 223.75 }, { "word": "to", "time": 223.78 }, { "word": "the", "time": 224.109 }, { "word": "bottom", "time": 224.26 }, { "word": "of", "time": 224.29 }, { "word": "your", "time": 224.53 }, { "word": "wheel", "time": 224.56 }, { "word": "well", "time": 224.829 }, { "word": "add", "time": 225.22 }, { "word": "on", "time": 225.34 }, { "word": "the", "time": 225.489 }, { "word": "size", "time": 225.64 }, { "word": "of", "time": 225.88 }, { "word": "your", "time": 226.03 }, { "word": "kit", "time": 226.15 }, { "word": "and", "time": 226.329 }, { "word": "then", "time": 226.57 }, { "word": "you", "time": 226.959 }, { "word": "can", "time": 227.019 }, { "word": "figure", "time": 227.17 }, { "word": "out", "time": 227.38 }, { "word": "where", "time": 227.47 }, { "word": "you're", "time": 227.68 }, { "word": "gonna", "time": 227.799 }, { "word": "be", "time": 227.89 }, { "word": "sitting", "time": 228.1 }, { "word": "at", "time": 228.28 }, { "word": "and", "time": 228.489 }, { "word": "then", "time": 228.67 }, { "word": "in", "time": 229.06 }, { "word": "the", "time": 229.15 }, { "word": "rear", "time": 229.269 }, { "word": "you", "time": 229.57 }, { "word": "can", "time": 230.2 }, { "word": "do", "time": 230.23 }, { "word": "the", "time": 230.38 }, { "word": "same", "time": 230.47 }, { "word": "thing", "time": 230.62 }, { "word": "you", "time": 230.92 }, { "word": "can", "time": 231.07 }, { "word": "use", "time": 231.22 }, { "word": "the", "time": 231.37 }, { "word": "just", "time": 231.79 }, { "word": "simple", "time": 232.359 }, { "word": "math", "time": 232.69 }, { "word": "by", "time": 232.87 }, { "word": "taking", "time": 233.14 }, { "word": "whatever", "time": 233.5 }, { "word": "size", "time": 233.769 }, { "word": "the", "time": 234.01 }, { "word": "block", "time": 234.22 }, { "word": "is", "time": 234.43 }, { "word": "and", "time": 234.67 }, { "word": "adding", "time": 235.239 }, { "word": "that", "time": 235.54 }, { "word": "to", "time": 235.66 }, { "word": "the", "time": 235.72 }, { "word": "rear", "time": 235.989 }, { "word": "of", "time": 236.2 }, { "word": "your", "time": 236.23 }, { "word": "truck", "time": 236.35 }, { "word": "and", "time": 236.44 }, { "word": "that's", "time": 236.799 }, { "word": "about", "time": 237.01 }, { "word": "where", "time": 237.25 }, { "word": "you're", "time": 237.7 }, { "word": "gonna", "time": 237.819 }, { "word": "sit", "time": 237.91 }, { "word": "so", "time": 238.269 }, { "word": "that", "time": 238.75 }, { "word": "should", "time": 238.78 }, { "word": "answer", "time": 239.109 }, { "word": "those", "time": 239.35 }, { "word": "questions", "time": 239.98 }, { "word": "another", "time": 240.549 }, { "word": "question", "time": 241.239 }, { "word": "that", "time": 241.63 }, { "word": "we", "time": 241.66 }, { "word": "got", "time": 241.87 }, { "word": "was", "time": 242.049 }, { "word": "somebody", "time": 242.47 }, { "word": "who", "time": 243.43 }, { "word": "already", "time": 243.519 }, { "word": "had", "time": 243.79 }, { "word": "a", "time": 244.18 }, { "word": "three", "time": 244.42 }, { "word": "inch", "time": 244.84 }, { "word": "leveling", "time": 245.069 }, { "word": "kit", "time": 246.069 }, { "word": "installed", "time": 246.34 }, { "word": "on", "time": 247.18 }, { "word": "his", "time": 247.48 }, { "word": "truck", "time": 247.66 }, { "word": "he", "time": 248.049 }, { "word": "was", "time": 248.56 }, { "word": "wondering", "time": 248.59 }, { "word": "if", "time": 249.069 }, { "word": "he", "time": 249.19 }, { "word": "switches", "time": 249.28 }, { "word": "out", "time": 249.549 }, { "word": "to", "time": 249.79 }, { "word": "a", "time": 250.18 }, { "word": "two", "time": 250.48 }, { "word": "inch", "time": 250.959 }, { "word": "to", "time": 251.2 }, { "word": "two", "time": 251.44 }, { "word": "and", "time": 251.56 }, { "word": "a", "time": 251.68 }, { "word": "half", "time": 251.709 }, { "word": "inch", "time": 251.859 }, { "word": "coil", "time": 252.1 }, { "word": "over", "time": 252.459 }, { "word": "if", "time": 252.79 }, { "word": "that", "time": 253.12 }, { "word": "will", "time": 253.269 }, { "word": "give", "time": 253.569 }, { "word": "him", "time": 253.69 }, { "word": "five", "time": 253.959 }, { "word": "and", "time": 254.53 }, { "word": "a", "time": 254.739 }, { "word": "half", "time": 254.769 }, { "word": "inches", "time": 254.799 }, { "word": "lit", "time": 255.46 }, { "word": "the", "time": 255.67 }, { "word": "way", "time": 255.97 }, { "word": "leveling", "time": 256.12 }, { "word": "kits", "time": 256.45 }, { "word": "work", "time": 256.63 }, { "word": "like", "time": 256.81 }, { "word": "I", "time": 256.99 }, { "word": "said", "time": 257.08 }, { "word": "is", "time": 257.29 }, { "word": "that", "time": 257.41 }, { "word": "spacer", "time": 257.53 }, { "word": "on", "time": 257.98 }, { "word": "top", "time": 258.19 }, { "word": "of", "time": 258.55 }, { "word": "your", "time": 258.76 }, { "word": "stock", "time": 258.91 }, { "word": "strut", "time": 259.51 }, { "word": "assembly", "time": 259.96 }, { "word": "so", "time": 260.11 }, { "word": "if", "time": 260.5 }, { "word": "you", "time": 260.59 }, { "word": "switch", "time": 260.68 }, { "word": "out", "time": 260.8 }, { "word": "to", "time": 261.01 }, { "word": "a", "time": 261.19 }, { "word": "coil", "time": 261.22 }, { "word": "over", "time": 261.55 }, { "word": "you", "time": 261.91 }, { "word": "should", "time": 262.63 }, { "word": "be", "time": 262.99 }, { "word": "removing", "time": 263.14 }, { "word": "that", "time": 263.89 }, { "word": "spacer", "time": 264.52 }, { "word": "so", "time": 265.09 }, { "word": "the", "time": 265.3 }, { "word": "coil", "time": 265.42 }, { "word": "over", "time": 265.6 }, { "word": "then", "time": 265.78 }, { "word": "will", "time": 265.93 }, { "word": "give", "time": 266.02 }, { "word": "you", "time": 266.17 }, { "word": "two", "time": 266.26 }, { "word": "and", "time": 266.38 }, { "word": "a", "time": 266.5 }, { "word": "half", "time": 266.53 }, { "word": "inches", "time": 266.65 }, { "word": "so", "time": 266.92 }, { "word": "in", "time": 267.07 }, { "word": "his", "time": 267.13 }, { "word": "case", "time": 267.28 }, { "word": "he", "time": 267.34 }, { "word": "had", "time": 268.06 }, { "word": "a", "time": 268.21 }, { "word": "three", "time": 268.24 }, { "word": "inch", "time": 268.57 }, { "word": "wants", "time": 268.69 }, { "word": "to", "time": 269.5 }, { "word": "replace", "time": 269.56 }, { "word": "it", "time": 269.77 }, { "word": "with", "time": 269.98 }, { "word": "a", "time": 270.1 }, { "word": "two", "time": 270.13 }, { "word": "two", "time": 270.4 }, { "word": "two", "time": 270.58 }, { "word": "and", "time": 270.73 }, { "word": "a", "time": 270.82 }, { "word": "half", "time": 270.88 }, { "word": "the", "time": 271.03 }, { "word": "spoilers", "time": 271.27 }, { "word": "are", "time": 271.72 }, { "word": "adjustable", "time": 271.84 }, { "word": "so", "time": 272.38 }, { "word": "he's", "time": 272.56 }, { "word": "actually", "time": 273.34 }, { "word": "not", "time": 273.46 }, { "word": "increasing", "time": 273.67 }, { "word": "any", "time": 274.24 }, { "word": "of", "time": 274.75 }, { "word": "the", "time": 275.14 }, { "word": "front", "time": 275.29 }, { "word": "lifts", "time": 275.53 }, { "word": "you'd", "time": 275.77 }, { "word": "be", "time": 276.1 }, { "word": "decreasing", "time": 276.25 }, { "word": "it", "time": 276.76 }, { "word": "by", "time": 277.06 }, { "word": "about", "time": 277.09 }, { "word": "a", "time": 277.66 }, { "word": "half", "time": 277.72 }, { "word": "inch", "time": 277.93 }, { "word": "inch", "time": 278.14 }, { "word": "depending", "time": 278.83 }, { "word": "on", "time": 279.07 }, { "word": "where", "time": 279.34 }, { "word": "he", "time": 279.46 }, { "word": "sets", "time": 279.55 }, { "word": "the", "time": 279.79 }, { "word": "coil", "time": 279.91 }, { "word": "over", "time": 280.18 }, { "word": "at", "time": 280.3 }, { "word": "now", "time": 280.54 }, { "word": "you", "time": 280.78 }, { "word": "can", "time": 281.11 }, { "word": "add", "time": 281.62 }, { "word": "a", "time": 282.01 }, { "word": "coil", "time": 282.04 }, { "word": "over", "time": 282.49 }, { "word": "to", "time": 282.82 }, { "word": "your", "time": 283.06 }, { "word": "leveling", "time": 283.21 }, { "word": "kit", "time": 283.6 }, { "word": "however", "time": 283.9 }, { "word": "it's", "time": 284.26 }, { "word": "not", "time": 284.44 }, { "word": "recommended", "time": 284.59 }, { "word": "because", "time": 285.19 }, { "word": "like", "time": 285.34 }, { "word": "I", "time": 286.12 }, { "word": "said", "time": 286.24 }, { "word": "those", "time": 286.51 }, { "word": "leveling", "time": 286.72 }, { "word": "kits", "time": 287.05 }, { "word": "don't", "time": 287.23 }, { "word": "come", "time": 287.47 }, { "word": "with", "time": 287.71 }, { "word": "new", "time": 288.31 }, { "word": "control", "time": 288.58 }, { "word": "arms", "time": 288.97 }, { "word": "or", "time": 289.3 }, { "word": "all", "time": 289.48 }, { "word": "the", "time": 289.9 }, { "word": "other", "time": 290.17 }, { "word": "parts", "time": 290.2 }, { "word": "you", "time": 290.77 }, { "word": "need", "time": 290.92 }, { "word": "to", "time": 291.07 }, { "word": "correct", "time": 291.34 }, { "word": "the", "time": 291.85 }, { "word": "angles", "time": 292 }, { "word": "being", "time": 292.45 }, { "word": "your", "time": 292.96 }, { "word": "CV", "time": 293.23 }, { "word": "angles", "time": 293.5 }, { "word": "and", "time": 293.8 }, { "word": "your", "time": 293.98 }, { "word": "control", "time": 294.07 }, { "word": "arm", "time": 294.28 }, { "word": "angles", "time": 294.46 }, { "word": "because", "time": 294.76 }, { "word": "as", "time": 295.15 }, { "word": "you", "time": 295.39 }, { "word": "go", "time": 295.63 }, { "word": "up", "time": 295.75 }, { "word": "with", "time": 295.78 }, { "word": "the", "time": 296.08 }, { "word": "truck", "time": 296.17 }, { "word": "you're", "time": 296.38 }, { "word": "changing", "time": 296.82 }, { "word": "the", "time": 297.82 }, { "word": "geometry", "time": 297.91 }, { "word": "of", "time": 298.03 }, { "word": "your", "time": 298.36 }, { "word": "front", "time": 298.42 }, { "word": "suspension", "time": 298.69 }, { "word": "which", "time": 299.14 }, { "word": "causes", "time": 299.26 }, { "word": "more", "time": 299.68 }, { "word": "stress", "time": 300.13 }, { "word": "on", "time": 300.19 }, { "word": "those", "time": 300.55 }, { "word": "front", "time": 300.67 }, { "word": "end", "time": 300.91 }, { "word": "components", "time": 301.03 }, { "word": "so", "time": 301.48 }, { "word": "if", "time": 301.81 }, { "word": "you", "time": 302.32 }, { "word": "were", "time": 302.47 }, { "word": "to", "time": 302.68 }, { "word": "try", "time": 302.83 }, { "word": "to", "time": 303.01 }, { "word": "add", "time": 303.04 }, { "word": "a", "time": 303.25 }, { "word": "coil", "time": 303.28 }, { "word": "over", "time": 303.58 }, { "word": "to", "time": 303.82 }, { "word": "get", "time": 304.15 }, { "word": "on", "time": 304.36 }, { "word": "top", "time": 304.6 }, { "word": "of", "time": 304.81 }, { "word": "your", "time": 304.84 }, { "word": "three-inch", "time": 305.02 }, { "word": "leveling", "time": 305.53 }, { "word": "kits", "time": 305.95 }, { "word": "to", "time": 306.16 }, { "word": "get", "time": 306.31 }, { "word": "about", "time": 306.46 }, { "word": "five", "time": 306.7 }, { "word": "to", "time": 307 }, { "word": "five", "time": 307.33 }, { "word": "and", "time": 307.45 }, { "word": "a", "time": 307.54 }, { "word": "half", "time": 307.6 }, { "word": "inches", "time": 307.66 }, { "word": "of", "time": 308.08 }, { "word": "lift", "time": 308.14 }, { "word": "you're", "time": 308.44 }, { "word": "gonna", "time": 308.89 }, { "word": "really", "time": 309.01 }, { "word": "stress", "time": 309.31 }, { "word": "the", "time": 309.7 }, { "word": "front", "time": 309.79 }, { "word": "of", "time": 309.97 }, { "word": "your", "time": 310.03 }, { "word": "truck", "time": 310.12 }, { "word": "and", "time": 310.3 }, { "word": "we", "time": 310.33 }, { "word": "definitely", "time": 310.6 }, { "word": "do", "time": 310.81 }, { "word": "not", "time": 311.17 }, { "word": "recommend", "time": 311.29 }, { "word": "stacking", "time": 311.65 }, { "word": "lift", "time": 312.55 }, { "word": "components", "time": 312.73 }, { "word": "that's", "time": 313.24 }, { "word": "gonna", "time": 313.33 }, { "word": "be", "time": 313.48 }, { "word": "something", "time": 313.63 }, { "word": "you", "time": 313.87 }, { "word": "want", "time": 313.96 }, { "word": "to", "time": 314.17 }, { "word": "avoid", "time": 314.23 }, { "word": "so", "time": 314.56 }, { "word": "hopefully", "time": 315.31 }, { "word": "that", "time": 315.61 }, { "word": "answers", "time": 315.82 }, { "word": "your", "time": 316.15 }, { "word": "question", "time": 316.21 }, { "word": "if", "time": 316.3 }, { "word": "you", "time": 316.93 }, { "word": "were", "time": 317.17 }, { "word": "one", "time": 317.23 }, { "word": "of", "time": 317.38 }, { "word": "those", "time": 317.41 }, { "word": "guys", "time": 317.56 }, { "word": "I", "time": 317.74 }, { "word": "know", "time": 317.95 }, { "word": "I", "time": 318.07 }, { "word": "responded", "time": 318.1 }, { "word": "directly", "time": 318.67 }, { "word": "to", "time": 318.79 }, { "word": "you", "time": 318.97 }, { "word": "on", "time": 319.18 }, { "word": "Instagram", "time": 319.42 }, { "word": "and", "time": 319.93 }, { "word": "got", "time": 320.17 }, { "word": "you", "time": 320.41 }, { "word": "guys", "time": 320.53 }, { "word": "all", "time": 320.65 }, { "word": "figured", "time": 320.89 }, { "word": "out", "time": 321.22 }, { "word": "but", "time": 321.31 }, { "word": "if", "time": 321.58 }, { "word": "you", "time": 321.7 }, { "word": "had", "time": 321.73 }, { "word": "the", "time": 321.94 }, { "word": "same", "time": 322.21 }, { "word": "question", "time": 322.36 }, { "word": "you're", "time": 322.78 }, { "word": "just", "time": 322.93 }, { "word": "watching", "time": 323.11 }, { "word": "these", "time": 323.38 }, { "word": "videos", "time": 323.47 }, { "word": "hopefully", "time": 323.8 }, { "word": "that", "time": 324.04 }, { "word": "answers", "time": 324.34 }, { "word": "it", "time": 324.64 }, { "word": "for", "time": 324.67 }, { "word": "you", "time": 325.09 }, { "word": "give", "time": 325.24 }, { "word": "it", "time": 325.75 }, { "word": "another", "time": 325.87 }, { "word": "questions", "time": 326.05 }, { "word": "Cooper", "time": 326.47 }, { "word": "do", "time": 326.77 }, { "word": "drop", "time": 326.86 }, { "word": "them", "time": 327.1 }, { "word": "in", "time": 327.25 }, { "word": "the", "time": 327.37 }, { "word": "comments", "time": 327.43 }, { "word": "I", "time": 327.76 }, { "word": "know", "time": 327.82 }, { "word": "this", "time": 327.91 }, { "word": "was", "time": 328.06 }, { "word": "kind", "time": 328.21 }, { "word": "of", "time": 328.75 }, { "word": "may", "time": 328.84 }, { "word": "be", "time": 329.02 }, { "word": "confusing", "time": 329.08 }, { "word": "to", "time": 329.59 }, { "word": "some", "time": 329.74 }, { "word": "people", "time": 329.83 }, { "word": "because", "time": 330.25 }, { "word": "there's", "time": 330.46 }, { "word": "a", "time": 330.64 }, { "word": "lot", "time": 330.73 }, { "word": "of", "time": 330.91 }, { "word": "numbers", "time": 331.06 }, { "word": "in", "time": 331.36 }, { "word": "there", "time": 331.39 }, { "word": "but", "time": 331.66 }, { "word": "it", "time": 332.02 }, { "word": "really", "time": 332.14 }, { "word": "is", "time": 332.29 }, { "word": "just", "time": 332.5 }, { "word": "simple", "time": 332.77 }, { "word": "math", "time": 333.01 }, { "word": "if", "time": 333.16 }, { "word": "you", "time": 333.37 }, { "word": "guys", "time": 333.4 }, { "word": "need", "time": 333.52 }, { "word": "any", "time": 333.73 }, { "word": "help", "time": 333.91 }, { "word": "with", "time": 334.09 }, { "word": "it", "time": 334.27 }, { "word": "like", "time": 334.33 }, { "word": "I", "time": 334.51 }, { "word": "said", "time": 334.6 }, { "word": "feel", "time": 334.66 }, { "word": "free", "time": 334.99 }, { "word": "to", "time": 335.05 }, { "word": "drop", "time": 335.23 }, { "word": "a", "time": 335.47 }, { "word": "comment", "time": 335.53 }, { "word": "below", "time": 335.74 }, { "word": "or", "time": 335.98 }, { "word": "shoot", "time": 336.58 }, { "word": "us", "time": 336.76 }, { "word": "a", "time": 336.82 }, { "word": "message", "time": 336.94 }, { "word": "we", "time": 336.97 }, { "word": "will", "time": 337.63 }, { "word": "do", "time": 337.72 }, { "word": "our", "time": 337.87 }, { "word": "best", "time": 337.9 }, { "word": "to", "time": 338.02 }, { "word": "answer", "time": 338.26 }, { "word": "your", "time": 338.56 }, { "word": "questions", "time": 338.65 }, { "word": "or", "time": 339.01 }, { "word": "we", "time": 339.25 }, { "word": "might", "time": 339.64 }, { "word": "make", "time": 339.73 }, { "word": "a", "time": 339.88 }, { "word": "video", "time": 339.94 }, { "word": "on", "time": 340.18 }, { "word": "it", "time": 340.24 }, { "word": "peace", "time": 340.3 } ]
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 twenty percent o goes up another twenty percent it doesn't matter but this means there is a market with supply and demand meeting somehow and that is the crucial point where you say the flotation has been successful modern six years of political shamu have scared of investors and tourists a major blue came in 2015 when Islamic state brought down a Russian airliner over the Sinai Peninsula Russia suspended all flights to Egypt and if you have to restore them those in the tourism industry have their opinions as to why so these are political decisions really packaged in in other excuses and I think even with the Russians it's a political decision that needs to be taken so this is a hundred percent up to the top price of both countries to iron out whatever differences and get the ball rolling again because it's a sad situation for us you know but a government and parties with vested interests have been trying their best to guide the tourism industry confidence is really all about marketing that's why I repeated the word three times we just need to spend a lot more trying to initially this bad image that was falsely spread I mean at the end of the day we've had in the last 23 years in France more dead tourists than we've had in 20 years in Egypt and the number of incidents in Germany in France in Belgium combined are 10 times more than the incidents that have resulted in such a bad image for Egypt through the media at present surely make supper on three and a half percent of the country's revenue compared to five percent before the revolution penina caribe 50", "eos_token": 50266, "cleanasr": "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 Meri Sor has warned or however preaching caution, whether it goes down, twenty percent or goes up another twenty percent. It doesn't matter. But this means there is a market with supply and demand meeting somehow, and that is the crucial point where you say the flotation has been successful. Modern six years of political instability have scared investors and tourists. A major blue flag came in 2015 when Islamic State brought down a Russian airliner over the Sinai Peninsula. Russia suspended all flights to Egypt, and if you have to restore them, those in the tourism industry have their opinions as to why so. These are political decisions really packaged in in other excuses. And I think even with the Russians it's a political decision that needs to be taken, so this is a hundred percent up to the top price of both countries to iron out whatever differences and get the ball rolling again, because it's a sad situation for us, you know. But a government and parties with vested interests have been trying their best to guide the tourism industry. Confidence is really all about marketing, that's why I repeated the word three times. We just need to spend a lot more trying to prevent this bad image that was falsely spread. At the end of the day we've had in the last 23 years in France more dead tourists than we've had in 20 years in Egypt, and the number of incidents in Germany in France in Belgium combined are 10 times more than the incidents that have resulted in such a bad image for Egypt through the media at present. Surely make supper on three and a half percent of the country's revenue compared to five percent before the revolution. Penina Caribe, 50", "top_p": 0.94, "ctx_ppl": 84.42250061035156, "model_name": "noisifytext_nov17_2020_medium" } ]
{ "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", "time": 2.79 }, { "word": "the", "time": 3.09 }, { "word": "unpopular", "time": 3.12 }, { "word": "move", "time": 3.7800000000000002 }, { "word": "of", "time": 4.02 }, { "word": "closing", "time": 4.2 }, { "word": "the", "time": 4.589 }, { "word": "currency", "time": 4.62 }, { "word": "now", "time": 5.25 }, { "word": "being", "time": 5.73 }, { "word": "touted", "time": 6 }, { "word": "as", "time": 6.21 }, { "word": "a", "time": 6.569 }, { "word": "success", "time": 6.66 }, { "word": "but", "time": 7.23 }, { "word": "it's", "time": 7.859 }, { "word": "still", "time": 7.98 }, { "word": "too", "time": 8.189 }, { "word": "early", "time": 8.429 }, { "word": "to", "time": 8.46 }, { "word": "celebrate", "time": 8.97 }, { "word": "as", "time": 9.179 }, { "word": "it", "time": 9.929 }, { "word": "will", "time": 10.11 }, { "word": "take", "time": 10.32 }, { "word": "time", "time": 10.559 }, { "word": "to", "time": 10.8 }, { "word": "revive", "time": 11.099 }, { "word": "the", "time": 11.37 }, { "word": "budget", "time": 11.519 }, { "word": "economy", "time": 11.88 }, { "word": "some", "time": 12.389 }, { "word": "like", "time": 12.99 }, { "word": "Egyptian", "time": 13.29 }, { "word": "billionaire", "time": 13.799 }, { "word": "semester", "time": 14.009 }, { "word": "worries", "time": 14.849 }, { "word": "or", "time": 15.179 }, { "word": "however", "time": 15.54 }, { "word": "preaching", "time": 15.809 }, { "word": "caution", "time": 16.529 }, { "word": "whether", "time": 17 }, { "word": "it", "time": 18 }, { "word": "goes", "time": 18.18 }, { "word": "down", "time": 18.3 }, { "word": "twenty", "time": 18.51 }, { "word": "percent", "time": 18.93 }, { "word": "o", "time": 19.23 }, { "word": "goes", "time": 19.38 }, { "word": "up", "time": 19.59 }, { "word": "another", "time": 19.77 }, { "word": "twenty", "time": 20.279 }, { "word": "percent", "time": 20.76 }, { "word": "it", "time": 21.06 }, { "word": "doesn't", "time": 21.3 }, { "word": "matter", "time": 21.63 }, { "word": "but", "time": 21.75 }, { "word": "this", "time": 22.05 }, { "word": "means", "time": 22.199 }, { "word": "there", "time": 22.439 }, { "word": "is", "time": 22.59 }, { "word": "a", "time": 22.769 }, { "word": "market", "time": 22.8 }, { "word": "with", "time": 23.279 }, { "word": "supply", "time": 23.82 }, { "word": "and", "time": 24.21 }, { "word": "demand", "time": 24.39 }, { "word": "meeting", "time": 24.51 }, { "word": "somehow", "time": 25.14 }, { "word": "and", "time": 25.71 }, { "word": "that", "time": 25.98 }, { "word": "is", "time": 26.58 }, { "word": "the", "time": 26.76 }, { "word": "crucial", "time": 26.939 }, { "word": "point", "time": 27.18 }, { "word": "where", "time": 27.39 }, { "word": "you", "time": 28.05 }, { "word": "say", "time": 28.199 }, { "word": "the", "time": 28.619 }, { "word": "flotation", "time": 29.099 }, { "word": "has", "time": 29.73 }, { "word": "been", "time": 29.91 }, { "word": "successful", "time": 30.599 }, { "word": "modern", "time": 31.279 }, { "word": "six", "time": 32.279 }, { "word": "years", "time": 32.55 }, { "word": "of", "time": 32.85 }, { "word": "political", "time": 33 }, { "word": "shamu", "time": 33.21 }, { "word": "have", "time": 33.719 }, { "word": "scared", "time": 34.079 }, { "word": "of", "time": 34.44 }, { "word": "investors", "time": 34.59 }, { "word": "and", "time": 35.19 }, { "word": "tourists", "time": 35.34 }, { "word": "a", "time": 35.88 }, { "word": "major", "time": 36.059 }, { "word": "blue", "time": 36.54 }, { "word": "came", "time": 36.809 }, { "word": "in", "time": 37.11 }, { "word": "2015", "time": 37.23 }, { "word": "when", "time": 37.92 }, { "word": "Islamic", "time": 38.37 }, { "word": "state", "time": 38.79 }, { "word": "brought", "time": 39.059 }, { "word": "down", "time": 39.3 }, { "word": "a", "time": 39.51 }, { "word": "Russian", "time": 39.719 }, { "word": "airliner", "time": 39.75 }, { "word": "over", "time": 40.559 }, { "word": "the", "time": 41.16 }, { "word": "Sinai", "time": 41.28 }, { "word": "Peninsula", "time": 41.64 }, { "word": "Russia", "time": 41.87 }, { "word": "suspended", "time": 42.87 }, { "word": "all", "time": 43.59 }, { "word": "flights", "time": 43.739 }, { "word": "to", "time": 44.1 }, { "word": "Egypt", "time": 44.309 }, { "word": "and", "time": 44.7 }, { "word": "if", "time": 44.85 }, { "word": "you", "time": 45.149 }, { "word": "have", "time": 45.27 }, { "word": "to", "time": 45.36 }, { "word": "restore", "time": 45.48 }, { "word": "them", "time": 45.87 }, { "word": "those", "time": 46.079 }, { "word": "in", "time": 46.649 }, { "word": "the", "time": 46.77 }, { "word": "tourism", "time": 46.86 }, { "word": "industry", "time": 47.039 }, { "word": "have", "time": 47.46 }, { "word": "their", "time": 48.03 }, { "word": "opinions", "time": 48.21 }, { "word": "as", "time": 48.66 }, { "word": "to", "time": 48.93 }, { "word": "why", "time": 48.96 }, { "word": "so", "time": 49.35 }, { "word": "these", "time": 50.19 }, { "word": "are", "time": 50.28 }, { "word": "political", "time": 50.34 }, { "word": "decisions", "time": 51 }, { "word": "really", "time": 51.69 }, { "word": "packaged", "time": 51.98 }, { "word": "in", "time": 52.98 }, { "word": "in", "time": 53.28 }, { "word": "other", "time": 53.699 }, { "word": "excuses", "time": 54.3 }, { "word": "and", "time": 55.14 }, { "word": "I", "time": 55.35 }, { "word": "think", "time": 55.89 }, { "word": "even", "time": 56.129 }, { "word": "with", "time": 56.43 }, { "word": "the", "time": 56.55 }, { "word": "Russians", "time": 56.699 }, { "word": "it's", "time": 57.059 }, { "word": "a", "time": 57.3 }, { "word": "political", "time": 57.449 }, { "word": "decision", "time": 57.719 }, { "word": "that", "time": 58.26 }, { "word": "needs", "time": 58.559 }, { "word": "to", "time": 58.71 }, { "word": "be", "time": 58.98 }, { "word": "taken", "time": 59.16 }, { "word": "so", "time": 59.55 }, { "word": "this", "time": 60.059 }, { "word": "is", "time": 60.66 }, { "word": "a", "time": 60.84 }, { "word": "hundred", "time": 60.87 }, { "word": "percent", "time": 61.53 }, { "word": "up", "time": 61.649 }, { "word": "to", "time": 62.129 }, { "word": "the", "time": 62.399 }, { "word": "top", "time": 62.579 }, { "word": "price", "time": 63.51 }, { "word": "of", "time": 63.809 }, { "word": "both", "time": 64.14 }, { "word": "countries", "time": 64.65 }, { "word": "to", "time": 64.949 }, { "word": "iron", "time": 65.489 }, { "word": "out", "time": 66.119 }, { "word": "whatever", "time": 66.45 }, { "word": "differences", "time": 66.72 }, { "word": "and", "time": 67.53 }, { "word": "get", "time": 67.74 }, { "word": "the", "time": 68.4 }, { "word": "ball", "time": 68.58 }, { "word": "rolling", "time": 68.76 }, { "word": "again", "time": 69.24 }, { "word": "because", "time": 69.36 }, { "word": "it's", "time": 69.9 }, { "word": "a", "time": 70.47 }, { "word": "sad", "time": 71.159 }, { "word": "situation", "time": 71.43 }, { "word": "for", "time": 71.76 }, { "word": "us", "time": 72.36 }, { "word": "you", "time": 72.39 }, { "word": "know", "time": 72.63 }, { "word": "but", "time": 72.75 }, { "word": "a", "time": 73.049 }, { "word": "government", "time": 73.08 }, { "word": "and", "time": 73.53 }, { "word": "parties", "time": 73.68 }, { "word": "with", "time": 74.13 }, { "word": "vested", "time": 74.31 }, { "word": "interests", "time": 74.64 }, { "word": "have", "time": 75.119 }, { "word": "been", "time": 75.24 }, { "word": "trying", "time": 75.299 }, { "word": "their", "time": 75.689 }, { "word": "best", "time": 75.93 }, { "word": "to", "time": 75.96 }, { "word": "guide", "time": 76.32 }, { "word": "the", "time": 76.56 }, { "word": "tourism", "time": 76.71 }, { "word": "industry", "time": 77.189 }, { "word": "confidence", "time": 77.28 }, { "word": "is", "time": 78.24 }, { "word": "really", "time": 78.36 }, { "word": "all", "time": 78.72 }, { "word": "about", "time": 78.9 }, { "word": "marketing", "time": 78.93 }, { "word": "that's", "time": 79.47 }, { "word": "why", "time": 79.83 }, { "word": "I", "time": 79.95 }, { "word": "repeated", "time": 79.979 }, { "word": "the", "time": 80.43 }, { "word": "word", "time": 80.52 }, { "word": "three", "time": 80.67 }, { "word": "times", "time": 80.909 }, { "word": "we", "time": 81.15 }, { "word": "just", "time": 81.54 }, { "word": "need", "time": 81.869 }, { "word": "to", "time": 82.2 }, { "word": "spend", "time": 82.5 }, { "word": "a", "time": 82.979 }, { "word": "lot", "time": 83.39 }, { "word": "more", "time": 84.39 }, { "word": "trying", "time": 84.83 }, { "word": "to", "time": 85.83 }, { "word": "initially", "time": 86.21 }, { "word": "this", "time": 87.21 }, { "word": "bad", "time": 87.96 }, { "word": "image", "time": 88.29 }, { "word": "that", "time": 88.799 }, { "word": "was", "time": 89.1 }, { "word": "falsely", "time": 89.28 }, { "word": "spread", "time": 90.53 }, { "word": "I", "time": 91.53 }, { "word": "mean", "time": 91.68 }, { "word": "at", "time": 91.829 }, { "word": "the", "time": 91.979 }, { "word": "end", "time": 92.1 }, { "word": "of", "time": 92.13 }, { "word": "the", "time": 92.34 }, { "word": "day", "time": 92.43 }, { "word": "we've", "time": 92.579 }, { "word": "had", "time": 93.06 }, { "word": "in", "time": 93.09 }, { "word": "the", "time": 93.63 }, { "word": "last", "time": 94.32 }, { "word": "23", "time": 94.35 }, { "word": "years", "time": 95.189 }, { "word": "in", "time": 95.22 }, { "word": "France", "time": 96.5 }, { "word": "more", "time": 97.729 }, { "word": "dead", "time": 98.729 }, { "word": "tourists", "time": 99.329 }, { "word": "than", "time": 100.2 }, { "word": "we've", "time": 100.47 }, { "word": "had", "time": 100.71 }, { "word": "in", "time": 100.74 }, { "word": "20", "time": 101.009 }, { "word": "years", "time": 101.31 }, { "word": "in", "time": 101.579 }, { "word": "Egypt", "time": 101.79 }, { "word": "and", "time": 101.88 }, { "word": "the", "time": 102.24 }, { "word": "number", "time": 102.299 }, { "word": "of", "time": 103.17 }, { "word": "incidents", "time": 103.29 }, { "word": "in", "time": 103.799 }, { "word": "Germany", "time": 104.009 }, { "word": "in", "time": 104.49 }, { "word": "France", "time": 104.67 }, { "word": "in", "time": 104.7 }, { "word": "Belgium", "time": 105.39 }, { "word": "combined", "time": 105.899 }, { "word": "are", "time": 106.68 }, { "word": "10", "time": 107.009 }, { "word": "times", "time": 107.97 }, { "word": "more", "time": 108.24 }, { "word": "than", "time": 108.39 }, { "word": "the", "time": 108.57 }, { "word": "incidents", "time": 108.869 }, { "word": "that", "time": 109.439 }, { "word": "have", "time": 109.68 }, { "word": "resulted", "time": 109.92 }, { "word": "in", "time": 110.159 }, { "word": "such", "time": 110.61 }, { "word": "a", "time": 111 }, { "word": "bad", "time": 111.03 }, { "word": "image", "time": 111.39 }, { "word": "for", "time": 111.689 }, { "word": "Egypt", "time": 112.079 }, { "word": "through", "time": 112.439 }, { "word": "the", "time": 113.28 }, { "word": "media", "time": 113.46 }, { "word": "at", "time": 113.759 }, { "word": "present", "time": 114.42 }, { "word": "surely", "time": 114.72 }, { "word": "make", "time": 115.5 }, { "word": "supper", "time": 115.68 }, { "word": "on", "time": 116.009 }, { "word": "three", "time": 116.04 }, { "word": "and", "time": 116.369 }, { "word": "a", "time": 116.49 }, { "word": "half", "time": 116.52 }, { "word": "percent", "time": 116.549 }, { "word": "of", "time": 116.82 }, { "word": "the", "time": 117.299 }, { "word": "country's", "time": 117.42 }, { "word": "revenue", "time": 117.78 }, { "word": "compared", "time": 118.229 }, { "word": "to", "time": 118.95 }, { "word": "five", "time": 119.189 }, { "word": "percent", "time": 119.369 }, { "word": "before", "time": 119.82 }, { "word": "the", "time": 120.479 }, { "word": "revolution", "time": 120.689 }, { "word": "penina", "time": 121.31 }, { "word": "caribe", "time": 122.31 }, { "word": "50", "time": 122.729 } ]
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 will be closing starting January 3rd to make way for the first phase of building that bridge it's exciting news to some drivers who are fed up with traffic hoping this will ease some of that congestion but local environmentalists are concerned saying that this project should have never gotten this far the signs are everywhere that construction is coming they got the pipes over there and yes they're finally gonna start it Arlene Lauer will have a front row seat to see the bridge go up right near her new home her old house had to be demolished to make way for the project I sat and watched him tear it down it was not a good feeling for old Street is now empty lots lined with utility trucks and construction equipments next week crews will start moving utility lines and relocating protected animal species I think most people in the city feel like they get a holiday gift city manager rust Blackburn says the city is getting good feedback about the bridge it will give drivers a third roadway to cross the st. Lucie River and ease traffic on already congested roads Lauer is behind the project despite what it's put her through it's kind of a a lot easier getting over town but multiple environmentalist groups are still fighting the federal funding for the they say it's illegal to build through the wetlands and how patty okie State Park for now the city only has a permit from South Florida Water Management District to build on the west end of the not through the environmentally sensitive areas those groups wanted to stay that way but not Laur let's get it over with now you know you screwed up my life as far as my home so do what you got to do the city does still need permits from the Army Corps of Engineers and the Coast Guard those who build closer to the wetlands and the bridge though still need to be approved environmentalists will be in Circuit Court next month in Miami to keep fighting that federal funding reporting live in Port st. Lucie I'm Meghan McRoberts WPTV newsChannel", "eos_token": 50266, "cleanasr": "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 at some drivers are getting this warning. You see behind me tonight telling them some roads will be closing starting January 3rd to make way for the first phase of building that bridge. It's exciting news to some drivers who are fed up with traffic, hoping this will ease some of that congestion. But local environmentalists are concerned saying that this project should have never gotten this far. The signs are everywhere that construction is coming. They got the pipes over there, and yes, they're finally gonna start it. Arlene Lauer will have a front row seat to see the bridge go up right near her new home. Her old house had to be demolished to make way for the project. I sat and watched him tear it down. It was not a good feeling. For old street is now empty. Lots lined with utility trucks and construction equipments. Next week crews will start moving utility lines and relocating protected animal species. I think most people in the city feel like they get a holiday gift. City Manager Rust Blackburn says the city is getting good feedback about the bridge. It will give drivers a third roadway to cross the St. Lucie River and ease traffic on already congested roads. Lauer is behind the project, despite what it's put her through. It's kind of a a lot easier getting over town. But multiple environmentalist groups are still fighting the federal funding for the bridge. They say it's illegal to build through the wetlands and how in \"Patty Okie State Park.\" For now the city only has a permit from South Florida Water Management District to build on the west end of the not through the environmentally sensitive areas. Those groups wanted to stay that way, but not let's get it over with now. You know you screwed up my life as far as my home, so do what you got to do. The city does still need permits from the Army Corps of Engineers and the Coast Guard. Those who build closer to the wetlands and the bridge though still need to be approved. Environmentalists will be in Circuit Court next month in Miami to keep fighting that federal funding. Reporting live in Port St. Lucie, I'm Meghan McRoberts, WPTV NewsChannel 5.", "top_p": 0.94, "ctx_ppl": 63.147850036621094, "model_name": "noisifytext_nov17_2020_medium" } ]
{ "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 }, { "word": "controversy", "time": 2.21 }, { "word": "after", "time": 3.21 }, { "word": "decades", "time": 3.51 }, { "word": "of", "time": 3.87 }, { "word": "planning", "time": 4.02 }, { "word": "the", "time": 4.259 }, { "word": "crosstown", "time": 4.74 }, { "word": "Parkway", "time": 5.19 }, { "word": "extension", "time": 5.549 }, { "word": "bridge", "time": 6.089 }, { "word": "is", "time": 6.33 }, { "word": "set", "time": 6.629 }, { "word": "to", "time": 7.17 }, { "word": "break", "time": 7.35 }, { "word": "ground", "time": 7.5600000000000005 }, { "word": "in", "time": 7.71 }, { "word": "Port", "time": 8.04 }, { "word": "st.", "time": 8.28 }, { "word": "Lucie", "time": 8.46 }, { "word": "Meg", "time": 8.7 }, { "word": "McRoberts", "time": 9.48 }, { "word": "is", "time": 9.99 }, { "word": "live", "time": 10.17 }, { "word": "there", "time": 10.38 }, { "word": "with", "time": 10.62 }, { "word": "a", "time": 10.83 }, { "word": "look", "time": 10.98 }, { "word": "well", "time": 14.599 }, { "word": "Ashley", "time": 15.599 }, { "word": "some", "time": 15.809 }, { "word": "drivers", "time": 16.23 }, { "word": "are", "time": 16.619 }, { "word": "getting", "time": 16.77 }, { "word": "this", "time": 17.039 }, { "word": "warning", "time": 17.16 }, { "word": "you", "time": 17.609 }, { "word": "see", "time": 17.699 }, { "word": "behind", "time": 17.91 }, { "word": "me", "time": 18.06 }, { "word": "tonight", "time": 18.359 }, { "word": "telling", "time": 18.779 }, { "word": "them", "time": 19.199 }, { "word": "some", "time": 19.35 }, { "word": "roads", "time": 19.65 }, { "word": "will", "time": 19.89 }, { "word": "be", "time": 20.01 }, { "word": "closing", "time": 20.22 }, { "word": "starting", "time": 20.52 }, { "word": "January", "time": 21.06 }, { "word": "3rd", "time": 21.6 }, { "word": "to", "time": 22.02 }, { "word": "make", "time": 22.68 }, { "word": "way", "time": 22.859 }, { "word": "for", "time": 23.07 }, { "word": "the", "time": 23.1 }, { "word": "first", "time": 23.4 }, { "word": "phase", "time": 23.73 }, { "word": "of", "time": 24.09 }, { "word": "building", "time": 24.359 }, { "word": "that", "time": 24.539 }, { "word": "bridge", "time": 24.9 }, { "word": "it's", "time": 25.17 }, { "word": "exciting", "time": 25.529 }, { "word": "news", "time": 26.13 }, { "word": "to", "time": 26.369 }, { "word": "some", "time": 27.06 }, { "word": "drivers", "time": 27.269 }, { "word": "who", "time": 27.75 }, { "word": "are", "time": 27.869 }, { "word": "fed", "time": 27.9 }, { "word": "up", "time": 28.199 }, { "word": "with", "time": 28.23 }, { "word": "traffic", "time": 28.529 }, { "word": "hoping", "time": 28.8 }, { "word": "this", "time": 29.31 }, { "word": "will", "time": 29.46 }, { "word": "ease", "time": 29.58 }, { "word": "some", "time": 29.91 }, { "word": "of", "time": 30.539 }, { "word": "that", "time": 30.57 }, { "word": "congestion", "time": 30.689 }, { "word": "but", "time": 31.5 }, { "word": "local", "time": 31.769 }, { "word": "environmentalists", "time": 32.87 }, { "word": "are", "time": 33.87 }, { "word": "concerned", "time": 33.96 }, { "word": "saying", "time": 34.02 }, { "word": "that", "time": 34.8 }, { "word": "this", "time": 34.98 }, { "word": "project", "time": 35.13 }, { "word": "should", "time": 35.82 }, { "word": "have", "time": 36.36 }, { "word": "never", "time": 36.48 }, { "word": "gotten", "time": 36.6 }, { "word": "this", "time": 36.899 }, { "word": "far", "time": 37.14 }, { "word": "the", "time": 37.94 }, { "word": "signs", "time": 38.94 }, { "word": "are", "time": 39.27 }, { "word": "everywhere", "time": 39.57 }, { "word": "that", "time": 39.6 }, { "word": "construction", "time": 40.41 }, { "word": "is", "time": 40.95 }, { "word": "coming", "time": 41.34 }, { "word": "they", "time": 42 }, { "word": "got", "time": 42.239 }, { "word": "the", "time": 42.27 }, { "word": "pipes", "time": 42.629 }, { "word": "over", "time": 43.29 }, { "word": "there", "time": 43.559 }, { "word": "and", "time": 43.92 }, { "word": "yes", "time": 44.28 }, { "word": "they're", "time": 44.579 }, { "word": "finally", "time": 45.57 }, { "word": "gonna", "time": 46.079 }, { "word": "start", "time": 46.289 }, { "word": "it", "time": 46.68 }, { "word": "Arlene", "time": 46.92 }, { "word": "Lauer", "time": 47.37 }, { "word": "will", "time": 47.61 }, { "word": "have", "time": 47.879 }, { "word": "a", "time": 48.059 }, { "word": "front", "time": 48.09 }, { "word": "row", "time": 48.45 }, { "word": "seat", "time": 48.57 }, { "word": "to", "time": 48.96 }, { "word": "see", "time": 48.989 }, { "word": "the", "time": 49.289 }, { "word": "bridge", "time": 49.44 }, { "word": "go", "time": 49.71 }, { "word": "up", "time": 49.95 }, { "word": "right", "time": 50.1 }, { "word": "near", "time": 50.46 }, { "word": "her", "time": 50.7 }, { "word": "new", "time": 50.879 }, { "word": "home", "time": 51.059 }, { "word": "her", "time": 51.329 }, { "word": "old", "time": 51.989 }, { "word": "house", "time": 52.17 }, { "word": "had", "time": 52.379 }, { "word": "to", "time": 52.559 }, { "word": "be", "time": 52.71 }, { "word": "demolished", "time": 52.739 }, { "word": "to", "time": 53.399 }, { "word": "make", "time": 53.52 }, { "word": "way", "time": 53.61 }, { "word": "for", "time": 53.76 }, { "word": "the", "time": 54 }, { "word": "project", "time": 54.27 }, { "word": "I", "time": 54.75 }, { "word": "sat", "time": 55.05 }, { "word": "and", "time": 55.89 }, { "word": "watched", "time": 56.129 }, { "word": "him", "time": 56.52 }, { "word": "tear", "time": 56.91 }, { "word": "it", "time": 57.18 }, { "word": "down", "time": 57.329 }, { "word": "it", "time": 57.89 }, { "word": "was", "time": 58.89 }, { "word": "not", "time": 59.07 }, { "word": "a", "time": 59.309 }, { "word": "good", "time": 59.34 }, { "word": "feeling", "time": 59.579 }, { "word": "for", "time": 60.09 }, { "word": "old", "time": 60.42 }, { "word": "Street", "time": 60.66 }, { "word": "is", "time": 61.14 }, { "word": "now", "time": 61.35 }, { "word": "empty", "time": 61.59 }, { "word": "lots", "time": 61.859 }, { "word": "lined", "time": 62.399 }, { "word": "with", "time": 62.789 }, { "word": "utility", "time": 63.03 }, { "word": "trucks", "time": 63.539 }, { "word": "and", "time": 63.87 }, { "word": "construction", "time": 64.08 }, { "word": "equipments", "time": 64.619 }, { "word": "next", "time": 65.28 }, { "word": "week", "time": 66 }, { "word": "crews", "time": 66.18 }, { "word": "will", "time": 66.45 }, { "word": "start", "time": 66.689 }, { "word": "moving", "time": 66.99 }, { "word": "utility", "time": 67.11 }, { "word": "lines", "time": 67.799 }, { "word": "and", "time": 68.04 }, { "word": "relocating", "time": 68.479 }, { "word": "protected", "time": 69.479 }, { "word": "animal", "time": 69.96 }, { "word": "species", "time": 70.29 }, { "word": "I", "time": 70.56 }, { "word": "think", "time": 71.07 }, { "word": "most", "time": 71.43 }, { "word": "people", "time": 71.729 }, { "word": "in", "time": 72.21 }, { "word": "the", "time": 72.42 }, { "word": "city", "time": 72.57 }, { "word": "feel", "time": 72.84 }, { "word": "like", "time": 73.14 }, { "word": "they", "time": 73.17 }, { "word": "get", "time": 73.47 }, { "word": "a", "time": 73.59 }, { "word": "holiday", "time": 73.65 }, { "word": "gift", "time": 74.13 }, { "word": "city", "time": 74.4 }, { "word": "manager", "time": 74.97 }, { "word": "rust", "time": 75.39 }, { "word": "Blackburn", "time": 75.6 }, { "word": "says", "time": 76.049 }, { "word": "the", "time": 76.32 }, { "word": "city", "time": 76.439 }, { "word": "is", "time": 76.68 }, { "word": "getting", "time": 76.89 }, { "word": "good", "time": 77.28 }, { "word": "feedback", "time": 77.7 }, { "word": "about", "time": 78.03 }, { "word": "the", "time": 78.54 }, { "word": "bridge", "time": 78.72 }, { "word": "it", "time": 78.96 }, { "word": "will", "time": 79.53 }, { "word": "give", "time": 79.71 }, { "word": "drivers", "time": 79.92 }, { "word": "a", "time": 80.159 }, { "word": "third", "time": 80.43 }, { "word": "roadway", "time": 80.82 }, { "word": "to", "time": 81.36 }, { "word": "cross", "time": 81.42 }, { "word": "the", "time": 81.72 }, { "word": "st.", "time": 81.93 }, { "word": "Lucie", "time": 82.17 }, { "word": "River", "time": 82.47 }, { "word": "and", "time": 82.5 }, { "word": "ease", "time": 82.95 }, { "word": "traffic", "time": 83.61 }, { "word": "on", "time": 84.15 }, { "word": "already", "time": 84.27 }, { "word": "congested", "time": 84.72 }, { "word": "roads", "time": 85.02 }, { "word": "Lauer", "time": 85.65 }, { "word": "is", "time": 86.46 }, { "word": "behind", "time": 86.729 }, { "word": "the", "time": 87.03 }, { "word": "project", "time": 87.21 }, { "word": "despite", "time": 87.689 }, { "word": "what", "time": 87.9 }, { "word": "it's", "time": 88.229 }, { "word": "put", "time": 88.35 }, { "word": "her", "time": 88.59 }, { "word": "through", "time": 88.68 }, { "word": "it's", "time": 88.92 }, { "word": "kind", "time": 89.25 }, { "word": "of", "time": 89.4 }, { "word": "a", "time": 89.43 }, { "word": "a", "time": 89.52 }, { "word": "lot", "time": 89.549 }, { "word": "easier", "time": 89.79 }, { "word": "getting", "time": 90.18 }, { "word": "over", "time": 90.36 }, { "word": "town", "time": 90.72 }, { "word": "but", "time": 90.99 }, { "word": "multiple", "time": 91.68 }, { "word": "environmentalist", "time": 92.1 }, { "word": "groups", "time": 92.79 }, { "word": "are", "time": 93.06 }, { "word": "still", "time": 93.18 }, { "word": "fighting", "time": 93.42 }, { "word": "the", "time": 93.93 }, { "word": "federal", "time": 94.02 }, { "word": "funding", "time": 94.47 }, { "word": "for", "time": 94.829 }, { "word": "the", "time": 94.979 }, { "word": "they", "time": 95.64 }, { "word": "say", "time": 95.939 }, { "word": "it's", "time": 96.119 }, { "word": "illegal", "time": 96.27 }, { "word": "to", "time": 96.659 }, { "word": "build", "time": 96.96 }, { "word": "through", "time": 97.17 }, { "word": "the", "time": 97.35 }, { "word": "wetlands", "time": 97.439 }, { "word": "and", "time": 97.95 }, { "word": "how", "time": 98.07 }, { "word": "patty", "time": 98.22 }, { "word": "okie", "time": 98.49 }, { "word": "State", "time": 98.85 }, { "word": "Park", "time": 99.119 }, { "word": "for", "time": 99.479 }, { "word": "now", "time": 100.17 }, { "word": "the", "time": 100.259 }, { "word": "city", "time": 100.32 }, { "word": "only", "time": 100.59 }, { "word": "has", "time": 100.829 }, { "word": "a", "time": 101.04 }, { "word": "permit", "time": 101.22 }, { "word": "from", "time": 101.64 }, { "word": "South", "time": 101.759 }, { "word": "Florida", "time": 102 }, { "word": "Water", "time": 102.15 }, { "word": "Management", "time": 102.39 }, { "word": "District", "time": 102.54 }, { "word": "to", "time": 103.38 }, { "word": "build", "time": 103.5 }, { "word": "on", "time": 103.77 }, { "word": "the", "time": 104.009 }, { "word": "west", "time": 104.49 }, { "word": "end", "time": 104.7 }, { "word": "of", "time": 104.939 }, { "word": "the", "time": 105.06 }, { "word": "not", "time": 105.75 }, { "word": "through", "time": 105.96 }, { "word": "the", "time": 106.229 }, { "word": "environmentally", "time": 106.259 }, { "word": "sensitive", "time": 106.979 }, { "word": "areas", "time": 107.159 }, { "word": "those", "time": 107.759 }, { "word": "groups", "time": 108.509 }, { "word": "wanted", "time": 108.84 }, { "word": "to", "time": 109.17 }, { "word": "stay", "time": 109.259 }, { "word": "that", "time": 109.5 }, { "word": "way", "time": 109.71 }, { "word": "but", "time": 109.95 }, { "word": "not", "time": 110.579 }, { "word": "Laur", "time": 110.729 }, { "word": "let's", "time": 110.939 }, { "word": "get", "time": 111.689 }, { "word": "it", "time": 111.93 }, { "word": "over", "time": 112.049 }, { "word": "with", "time": 112.2 }, { "word": "now", "time": 112.38 }, { "word": "you", "time": 112.74 }, { "word": "know", "time": 112.799 }, { "word": "you", "time": 113.22 }, { "word": "screwed", "time": 113.72 }, { "word": "up", "time": 114.72 }, { "word": "my", "time": 114.899 }, { "word": "life", "time": 114.93 }, { "word": "as", "time": 115.11 }, { "word": "far", "time": 115.799 }, { "word": "as", "time": 115.829 }, { "word": "my", "time": 116.189 }, { "word": "home", "time": 116.43 }, { "word": "so", "time": 116.64 }, { "word": "do", "time": 117.149 }, { "word": "what", "time": 117.6 }, { "word": "you", "time": 117.78 }, { "word": "got", "time": 117.899 }, { "word": "to", "time": 118.079 }, { "word": "do", "time": 118.11 }, { "word": "the", "time": 121.74 }, { "word": "city", "time": 122.74 }, { "word": "does", "time": 123.009 }, { "word": "still", "time": 123.31 }, { "word": "need", "time": 123.61 }, { "word": "permits", "time": 123.82 }, { "word": "from", "time": 124.27 }, { "word": "the", "time": 124.479 }, { "word": "Army", "time": 124.6 }, { "word": "Corps", "time": 124.869 }, { "word": "of", "time": 125.08 }, { "word": "Engineers", "time": 125.11 }, { "word": "and", "time": 125.2 }, { "word": "the", "time": 125.92 }, { "word": "Coast", "time": 126.13 }, { "word": "Guard", "time": 126.369 }, { "word": "those", "time": 126.52 }, { "word": "who", "time": 126.909 }, { "word": "build", "time": 127.09 }, { "word": "closer", "time": 127.299 }, { "word": "to", "time": 127.689 }, { "word": "the", "time": 127.96 }, { "word": "wetlands", "time": 128.05 }, { "word": "and", "time": 128.5 }, { "word": "the", "time": 128.619 }, { "word": "bridge", "time": 129.16 }, { "word": "though", "time": 129.369 }, { "word": "still", "time": 129.67 }, { "word": "need", "time": 129.94 }, { "word": "to", "time": 130.09 }, { "word": "be", "time": 130.179 }, { "word": "approved", "time": 130.27 }, { "word": "environmentalists", "time": 130.89 }, { "word": "will", "time": 131.89 }, { "word": "be", "time": 132.069 }, { "word": "in", "time": 132.19 }, { "word": "Circuit", "time": 132.28 }, { "word": "Court", "time": 132.88 }, { "word": "next", "time": 132.91 }, { "word": "month", "time": 133.569 }, { "word": "in", "time": 133.84 }, { "word": "Miami", "time": 134.02 }, { "word": "to", "time": 134.44 }, { "word": "keep", "time": 135.13 }, { "word": "fighting", "time": 135.37 }, { "word": "that", "time": 135.91 }, { "word": "federal", "time": 136.06 }, { "word": "funding", "time": 136.45 }, { "word": "reporting", "time": 136.9 }, { "word": "live", "time": 137.739 }, { "word": "in", "time": 137.86 }, { "word": "Port", "time": 137.89 }, { "word": "st.", "time": 138.13 }, { "word": "Lucie", "time": 138.25 }, { "word": "I'm", "time": 138.489 }, { "word": "Meghan", "time": 138.61 }, { "word": "McRoberts", "time": 138.819 }, { "word": "WPTV", "time": 139.239 }, { "word": "newsChannel", "time": 140.02 } ]
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 basis I'm gonna brush the dogs teeth so you don't have to now let's just have a word about Chaz's breath his in particular it's painful he hurts people's feelings with that looks chewy smell oh my god it's like it's like somebody's Amos he was a man of streets for many years and he's a rescue dog I feel like world hygiene was not topping his list and so when we got him he had to have some teeth pulled he has this crazy snaggletooth there yeah so that's why we have to help them we're just gonna get ready to bring in our expert but before we do I want to make sure that Chaz enjoys his to face because he deserves it so do you we're going to do a little taste test so first up we're gonna try this vanilla scented toothpaste and it smells like a very delightful latte perhaps I don't know no no I think cha cha cha's a businessman so he's ready for his morning latte so let's see what he thinks hain't got Chaz it's looking force feeding him vanilla thing he's not that into it let's just see what I think I mean it's bearable it's like a snack plot a like you wouldn't order it in a restaurant oh and by the way did I mention you really shouldn't be eating dog toothpaste but I'm doing this for you okay so now we're going to move on to the peanut butter toothpaste smells like a mild peanut butter nothing too crazy there you go bottoms up there's some enthusiastic licking going on there i think somebody enjoys this peanut butter so let me give it a little whirl shall I okay I'm just not taste like peanut butter I'm saving the best for last i feel like this is the one that Chaz is going to love the most this one is a very enticing looking poultry cool mint flavor let me see oh okay that smells like poultry and mint which is not a winning combination in my estimation but let's see what we all think shizzle all right he's taking it like a man I don't know what to tell you I'm gonna take it like a lady okay so it is minty fresh I'm gonna give it that and it is a little chicken fresh and so it's like a chicken and a minty and it's really not suitable for it did I feel like I feel like you peanut butter was the winner so that's what we're gonna use to brush my beloved Chazz Michael Michaels breath ok guys so now Jason's gonna show us how to brush Chaz's teeth I'm gonna prepare the tiny little toothbrush pain all right size is it my chihuahua and we felt it to face thank you like yes he enjoyed the peanut butter act you know it's not buttery peanutty ish enough for me but this isn't about brushing my teeth of peanut butter toothpaste is about brushing jasmine tea so all right so what are you doing now do you want to go side to side on the inside no work he's really swirly for you to me so it's not just me he's not so used to it no no but will I get on a daily basis now that is it didn't know he could he's weight less worried than I thought I had Chazz it it's important to do the outside because fit inside a ninety-nine percent of it is on the outside and the tongue takes care of it inside that's nice so now what what and by by getting them used to brushing the teeth you can see if there's any infections and the gums or or gross so it's really important to brush the teeth you know cuz there's noting that I like a little too important to check my dogs now for us because that's not just I mean exciting um all right and that's it and you don't have to like no spitting no me Braille miss petunia as long as don't use of human toothpaste to be burned up yes I'm human just don't use doctors bring suits and now what so it's all good to make our chest right yes definitely I want to thank Jason one more time for showing us how to brush your dog's teeth and now we know why it's really important to do that to you and I will be making out with Josh shortly but before I do I want to ask you please like subscribe and know that every Thursday we're going to do a bunch of stuff for you so you don't have to and now I'm going to go make out much as off camera because he has been very delightful peanut butter Brock now bye", "eos_token": null, "cleanasr": "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, 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 basis. I'm gonna brush the dogs teeth so you don't have to. Now, let's just have a word about Chaz's breath, his in particular. It's painful. He hurts people's feelings with that looks chewy smell. Oh my God, it's like it's like somebody's had... He was a man of streets for many years and he's a rescue dog. I feel like world hygiene was not topping his list. And so when we got him, he had to have some teeth pulled. He has this crazy snaggletooth there. Yeah, so that's why we have to help them. We're just gonna get ready to bring in our expert. But before we do, I want to make sure that Chaz enjoys his to face because he deserves it. So do you... We're going to do a little taste test. So first up, we're gonna try this vanilla scented toothpaste. And it smells like a very delightful latte. Perhaps I don't know. No, no, I think Cha Cha Cha's a businessman, so he's ready for his morning latte. So let's see what he thinks. Hain't got Chaz. It's looking like force feeding him vanilla thing. He's not that into it. Let's just see what I think. It's bearable. It's like a snack plot, a like you wouldn't order it in a restaurant. Oh, and by the way, did I mention you really shouldn't be eating dog toothpaste, but I'm doing this for you now. We're going to move on to the peanut butter toothpaste. Smells like a mild peanut butter. Nothing too crazy there. You go bottoms up, there's some enthusiastic licking going on there. I think somebody enjoys this peanut butter, so let me give it a little whirl, shall I? Okay, I'm just not taste like peanut butter. I'm saving the best for last. I feel like this is the one that Chaz is going to love the most. This one is a very enticing looking poultry cool mint flavor. Let me see... Oh okay, that smells like poultry and mint, which is not a winning combination in my estimation. But let's see what we all think. Shizzle all right, he's taking it like a man. I don't know what to tell you. I'm gonna take it like a lady. Okay, so it is minty fresh. I'm gonna give it that. And it is a little chicken fresh. And so it's like a chicken and a minty and it's really not suitable for it. Did I feel like I feel like you? Peanut butter was the winner. So that's what we're gonna use to brush my beloved Chazz Michael Michaels breath. Ok guys, so now Jason's gonna show us how to brush Chaz's teeth. I'm gonna prepare the tiny little toothbrush pain, all right? Size is it my Chihuahua and we felt it to face, thank you. Like, yes. He enjoyed the peanut butter act. You know, it's not buttery peanutty ish enough for me but this isn't about brushing my teeth of peanut butter toothpaste is about brushing jasmine tea. So all right, so what are you doing now? Do you want to go side to side on the inside? No, no work. He's really swirly for you to see me. So it's not just me. He's not so used to it. No, no. But will I get on a daily basis now? That is it. Didn't know he could. He's no more weight than I thought I had. Chazz, it, it's important to do the outside because Fit inside. A ninety-nine percent of it is on the outside and the tongue takes care of it inside. That's nice! So now what? What? And by by getting them used to brushing the teeth you can see if there's any infections and the gums or... or gross. So it's really important to brush the teeth. You know, there's noting that I like a little too important to check my dogs now for us because that's not just exciting. Um, all right, and that's it. And you don't have to like no spitting. No, me braille. Miss Petunia. As long as you don't use of human toothpaste to be burned up. Yes, I'm human. Just don't use doctors bring suits and now what? So it's all good to make our chest right? Yes, definitely! I want to thank Jason one more time for showing us how to brush your dog's teeth and now we know why it's really important to do that to you and I will be making out with Josh shortly but before I do I want to ask you, please, like, subscribe and know that every Thursday we're going to do a bunch of stuff for you so you don't have to. And now I'm going to go make out much as off camera because he has been very delightful. Peanut butter Brock, now bye.", "top_p": 0.94, "ctx_ppl": 68.06293359250145, "model_name": "noisifytext_nov17_2020_medium_jack_multi" } ]
{ "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": 3.21 }, { "word": "story", "time": 3.36 }, { "word": "Trudy", "time": 3.659 }, { "word": "here", "time": 4.23 }, { "word": "and", "time": 4.5600000000000005 }, { "word": "this", "time": 4.77 }, { "word": "is", "time": 5.49 }, { "word": "Chazz", "time": 5.549 }, { "word": "Michael", "time": 5.97 }, { "word": "Michaels", "time": 6.24 }, { "word": "the", "time": 6.45 }, { "word": "true", "time": 6.93 }, { "word": "crew", "time": 7.109 }, { "word": "mascot", "time": 7.319 }, { "word": "no", "time": 7.83 }, { "word": "not", "time": 8.55 }, { "word": "now", "time": 8.79 }, { "word": "please", "time": 8.94 }, { "word": "stop", "time": 9.269 }, { "word": "yourself", "time": 9.63 }, { "word": "anyways", "time": 10.429 }, { "word": "we", "time": 11.429 }, { "word": "have", "time": 12.059 }, { "word": "a", "time": 12.179 }, { "word": "very", "time": 12.21 }, { "word": "exciting", "time": 12.509 }, { "word": "episode", "time": 13.049 }, { "word": "today", "time": 13.41 }, { "word": "I'm", "time": 13.559 }, { "word": "gonna", "time": 14.309 }, { "word": "do", "time": 14.49 }, { "word": "something", "time": 14.7 }, { "word": "today", "time": 15.03 }, { "word": "that", "time": 15.12 }, { "word": "nobody", "time": 15.24 }, { "word": "ever", "time": 15.839 }, { "word": "wants", "time": 16.139 }, { "word": "to", "time": 16.89 }, { "word": "do", "time": 17.039 }, { "word": "but", "time": 17.22 }, { "word": "you", "time": 17.58 }, { "word": "actually", "time": 17.73 }, { "word": "should", "time": 18.029 }, { "word": "do", "time": 18.359 }, { "word": "it", "time": 18.6 }, { "word": "on", "time": 18.72 }, { "word": "a", "time": 18.81 }, { "word": "regular", "time": 18.84 }, { "word": "basis", "time": 18.99 }, { "word": "I'm", "time": 20.18 }, { "word": "gonna", "time": 21.18 }, { "word": "brush", "time": 21.359 }, { "word": "the", "time": 21.57 }, { "word": "dogs", "time": 21.63 }, { "word": "teeth", "time": 21.84 }, { "word": "so", "time": 22.17 }, { "word": "you", "time": 22.529 }, { "word": "don't", "time": 22.59 }, { "word": "have", "time": 22.83 }, { "word": "to", "time": 22.949 }, { "word": "now", "time": 23.189 }, { "word": "let's", "time": 23.539 }, { "word": "just", "time": 24.539 }, { "word": "have", "time": 24.72 }, { "word": "a", "time": 24.869 }, { "word": "word", "time": 24.9 }, { "word": "about", "time": 25.109 }, { "word": "Chaz's", "time": 25.289 }, { "word": "breath", "time": 25.8 }, { "word": "his", "time": 26.039 }, { "word": "in", "time": 26.609 }, { "word": "particular", "time": 26.91 }, { "word": "it's", "time": 27.51 }, { "word": "painful", "time": 28.49 }, { "word": "he", "time": 29.49 }, { "word": "hurts", "time": 30 }, { "word": "people's", "time": 30.359 }, { "word": "feelings", "time": 30.81 }, { "word": "with", "time": 30.9 }, { "word": "that", "time": 31.679 }, { "word": "looks", "time": 31.83 }, { "word": "chewy", "time": 33.53 }, { "word": "smell", "time": 34.53 }, { "word": "oh", "time": 36.5 }, { "word": "my", "time": 37.5 }, { "word": "god", "time": 38.19 }, { "word": "it's", "time": 38.64 }, { "word": "like", "time": 39.239 }, { "word": "it's", "time": 39.5 }, { "word": "like", "time": 40.5 }, { "word": "somebody's", "time": 40.649 }, { "word": "Amos", "time": 41.399 }, { "word": "he", "time": 41.85 }, { "word": "was", "time": 42.78 }, { "word": "a", "time": 42.899 }, { "word": "man", "time": 42.93 }, { "word": "of", "time": 43.2 }, { "word": "streets", "time": 43.23 }, { "word": "for", "time": 43.739 }, { "word": "many", "time": 44.07 }, { "word": "years", "time": 44.219 }, { "word": "and", "time": 44.489 }, { "word": "he's", "time": 44.789 }, { "word": "a", "time": 45.03 }, { "word": "rescue", "time": 45.059 }, { "word": "dog", "time": 45.48 }, { "word": "I", "time": 45.69 }, { "word": "feel", "time": 46.26 }, { "word": "like", "time": 46.59 }, { "word": "world", "time": 46.68 }, { "word": "hygiene", "time": 47.52 }, { "word": "was", "time": 47.969 }, { "word": "not", "time": 48.18 }, { "word": "topping", "time": 48.39 }, { "word": "his", "time": 48.899 }, { "word": "list", "time": 48.989 }, { "word": "and", "time": 49.289 }, { "word": "so", "time": 49.71 }, { "word": "when", "time": 49.89 }, { "word": "we", "time": 50.039 }, { "word": "got", "time": 50.07 }, { "word": "him", "time": 50.28 }, { "word": "he", "time": 50.46 }, { "word": "had", "time": 50.55 }, { "word": "to", "time": 50.67 }, { "word": "have", "time": 50.7 }, { "word": "some", "time": 50.85 }, { "word": "teeth", "time": 51.03 }, { "word": "pulled", "time": 51.21 }, { "word": "he", "time": 51.239 }, { "word": "has", "time": 51.899 }, { "word": "this", "time": 51.989 }, { "word": "crazy", "time": 52.11 }, { "word": "snaggletooth", "time": 52.35 }, { "word": "there", "time": 52.949 }, { "word": "yeah", "time": 53.579 }, { "word": "so", "time": 54.329 }, { "word": "that's", "time": 54.989 }, { "word": "why", "time": 55.44 }, { "word": "we", "time": 55.59 }, { "word": "have", "time": 55.77 }, { "word": "to", "time": 55.92 }, { "word": "help", "time": 56.07 }, { "word": "them", "time": 56.25 }, { "word": "we're", "time": 56.46 }, { "word": "just", "time": 57.3 }, { "word": "gonna", "time": 57.449 }, { "word": "get", "time": 57.629 }, { "word": "ready", "time": 57.93 }, { "word": "to", "time": 58.17 }, { "word": "bring", "time": 58.829 }, { "word": "in", "time": 59.01 }, { "word": "our", "time": 59.129 }, { "word": "expert", "time": 59.25 }, { "word": "but", "time": 59.609 }, { "word": "before", "time": 59.76 }, { "word": "we", "time": 60.09 }, { "word": "do", "time": 60.18 }, { "word": "I", "time": 60.359 }, { "word": "want", "time": 60.629 }, { "word": "to", "time": 60.84 }, { "word": "make", "time": 60.93 }, { "word": "sure", "time": 61.079 }, { "word": "that", "time": 61.109 }, { "word": "Chaz", "time": 61.289 }, { "word": "enjoys", "time": 61.8 }, { "word": "his", "time": 62.309 }, { "word": "to", "time": 62.969 }, { "word": "face", "time": 63.239 }, { "word": "because", "time": 63.51 }, { "word": "he", "time": 64.35 }, { "word": "deserves", "time": 64.71 }, { "word": "it", "time": 64.86 }, { "word": "so", "time": 65.22 }, { "word": "do", "time": 65.67 }, { "word": "you", "time": 65.729 }, { "word": "we're", "time": 65.88 }, { "word": "going", "time": 66.24 }, { "word": "to", "time": 66.33 }, { "word": "do", "time": 66.42 }, { "word": "a", "time": 66.51 }, { "word": "little", "time": 66.54 }, { "word": "taste", "time": 66.6 }, { "word": "test", "time": 66.96 }, { "word": "so", "time": 67.14 }, { "word": "first", "time": 67.32 }, { "word": "up", "time": 67.65 }, { "word": "we're", "time": 67.92 }, { "word": "gonna", "time": 68.189 }, { "word": "try", "time": 68.28 }, { "word": "this", "time": 68.58 }, { "word": "vanilla", "time": 69 }, { "word": "scented", "time": 69.57 }, { "word": "toothpaste", "time": 70.11 }, { "word": "and", "time": 70.83 }, { "word": "it", "time": 71.119 }, { "word": "smells", "time": 72.119 }, { "word": "like", "time": 72.42 }, { "word": "a", "time": 72.659 }, { "word": "very", "time": 73.439 }, { "word": "delightful", "time": 73.86 }, { "word": "latte", "time": 74.13 }, { "word": "perhaps", "time": 74.61 }, { "word": "I", "time": 75 }, { "word": "don't", "time": 75.27 }, { "word": "know", "time": 75.659 }, { "word": "no", "time": 75.72 }, { "word": "no", "time": 76.68 }, { "word": "I", "time": 76.74 }, { "word": "think", "time": 77.04 }, { "word": "cha", "time": 77.67 }, { "word": "cha", "time": 77.82 }, { "word": "cha's", "time": 78.33 }, { "word": "a", "time": 78.57 }, { "word": "businessman", "time": 78.6 }, { "word": "so", "time": 79.2 }, { "word": "he's", "time": 79.86 }, { "word": "ready", "time": 80.04 }, { "word": "for", "time": 80.28 }, { "word": "his", "time": 80.369 }, { "word": "morning", "time": 80.52 }, { "word": "latte", "time": 80.7 }, { "word": "so", "time": 81.18 }, { "word": "let's", "time": 81.96 }, { "word": "see", "time": 82.2 }, { "word": "what", "time": 82.409 }, { "word": "he", "time": 82.619 }, { "word": "thinks", "time": 82.77 }, { "word": "hain't", "time": 83.04 }, { "word": "got", "time": 83.52 }, { "word": "Chaz", "time": 83.58 }, { "word": "it's", "time": 84.229 }, { "word": "looking", "time": 85.229 }, { "word": "force", "time": 85.35 }, { "word": "feeding", "time": 85.799 }, { "word": "him", "time": 86.1 }, { "word": "vanilla", "time": 86.31 }, { "word": "thing", "time": 87.24 }, { "word": "he's", "time": 87.54 }, { "word": "not", "time": 87.869 }, { "word": "that", "time": 88.049 }, { "word": "into", "time": 88.2 }, { "word": "it", "time": 88.53 }, { "word": "let's", "time": 88.56 }, { "word": "just", "time": 89.07 }, { "word": "see", "time": 89.28 }, { "word": "what", "time": 89.4 }, { "word": "I", "time": 89.549 }, { "word": "think", "time": 89.579 }, { "word": "I", "time": 95.3 }, { "word": "mean", "time": 95.39 }, { "word": "it's", "time": 96.08 }, { "word": "bearable", "time": 96.23 }, { "word": "it's", "time": 97.48 }, { "word": "like", "time": 98.48 }, { "word": "a", "time": 98.63 }, { "word": "snack", "time": 98.78 }, { "word": "plot", "time": 99.65 }, { "word": "a", "time": 100.4 }, { "word": "like", "time": 100.67 }, { "word": "you", "time": 101.18 }, { "word": "wouldn't", "time": 101.39 }, { "word": "order", "time": 101.6 }, { "word": "it", "time": 101.96 }, { "word": "in", "time": 101.99 }, { "word": "a", "time": 102.17 }, { "word": "restaurant", "time": 102.23 }, { "word": "oh", "time": 102.26 }, { "word": "and", "time": 102.92 }, { "word": "by", "time": 103.25 }, { "word": "the", "time": 103.43 }, { "word": "way", "time": 103.46 }, { "word": "did", "time": 104.02 }, { "word": "I", "time": 105.02 }, { "word": "mention", "time": 105.14 }, { "word": "you", "time": 105.25 }, { "word": "really", "time": 106.25 }, { "word": "shouldn't", "time": 106.52 }, { "word": "be", "time": 106.82 }, { "word": "eating", "time": 107.03 }, { "word": "dog", "time": 107.15 }, { "word": "toothpaste", "time": 107.42 }, { "word": "but", "time": 108.04 }, { "word": "I'm", "time": 109.04 }, { "word": "doing", "time": 109.13 }, { "word": "this", "time": 109.4 }, { "word": "for", "time": 109.52 }, { "word": "you", "time": 109.58 }, { "word": "okay", "time": 109.88 }, { "word": "so", "time": 110.36 }, { "word": "now", "time": 110.93 }, { "word": "we're", "time": 111.08 }, { "word": "going", "time": 111.23 }, { "word": "to", "time": 111.32 }, { "word": "move", "time": 111.38 }, { "word": "on", "time": 111.56 }, { "word": "to", "time": 111.71 }, { "word": "the", "time": 112.04 }, { "word": "peanut", "time": 112.28 }, { "word": "butter", "time": 112.85 }, { "word": "toothpaste", "time": 113.14 }, { "word": "smells", "time": 114.91 }, { "word": "like", "time": 115.91 }, { "word": "a", "time": 116.03 }, { "word": "mild", "time": 116.09 }, { "word": "peanut", "time": 116.42 }, { "word": "butter", "time": 116.87 }, { "word": "nothing", "time": 117.05 }, { "word": "too", "time": 117.68 }, { "word": "crazy", "time": 117.92 }, { "word": "there", "time": 118.1 }, { "word": "you", "time": 118.7 }, { "word": "go", "time": 118.82 }, { "word": "bottoms", "time": 118.94 }, { "word": "up", "time": 119.48 }, { "word": "there's", "time": 122.41 }, { "word": "some", "time": 123.41 }, { "word": "enthusiastic", "time": 123.65 }, { "word": "licking", "time": 124.19 }, { "word": "going", "time": 124.79 }, { "word": "on", "time": 125.09 }, { "word": "there", "time": 125.24 }, { "word": "i", "time": 125.51 }, { "word": "think", "time": 125.54 }, { "word": "somebody", "time": 125.78 }, { "word": "enjoys", "time": 126.2 }, { "word": "this", "time": 126.56 }, { "word": "peanut", "time": 126.77 }, { "word": "butter", "time": 127.1 }, { "word": "so", "time": 127.13 }, { "word": "let", "time": 127.64 }, { "word": "me", "time": 127.79 }, { "word": "give", "time": 127.88 }, { "word": "it", "time": 128 }, { "word": "a", "time": 128.119 }, { "word": "little", "time": 128.149 }, { "word": "whirl", "time": 128.27 }, { "word": "shall", "time": 128.45 }, { "word": "I", "time": 128.81 }, { "word": "okay", "time": 137.019 }, { "word": "I'm", "time": 138.019 }, { "word": "just", "time": 138.769 }, { "word": "not", "time": 139.01 }, { "word": "taste", "time": 139.129 }, { "word": "like", "time": 139.4 }, { "word": "peanut", "time": 139.459 }, { "word": "butter", "time": 139.73 }, { "word": "I'm", "time": 139.76 }, { "word": "saving", "time": 140.629 }, { "word": "the", "time": 140.989 }, { "word": "best", "time": 141.049 }, { "word": "for", "time": 141.079 }, { "word": "last", "time": 141.26 }, { "word": "i", "time": 141.409 }, { "word": "feel", "time": 141.769 }, { "word": "like", "time": 141.95 }, { "word": "this", "time": 142.069 }, { "word": "is", "time": 142.189 }, { "word": "the", "time": 142.4 }, { "word": "one", "time": 142.43 }, { "word": "that", "time": 142.609 }, { "word": "Chaz", "time": 142.79 }, { "word": "is", "time": 143.03 }, { "word": "going", "time": 143.239 }, { "word": "to", "time": 143.359 }, { "word": "love", "time": 143.42 }, { "word": "the", "time": 143.569 }, { "word": "most", "time": 143.689 }, { "word": "this", "time": 143.84 }, { "word": "one", "time": 144.049 }, { "word": "is", "time": 144.23 }, { "word": "a", "time": 144.379 }, { "word": "very", "time": 144.879 }, { "word": "enticing", "time": 145.879 }, { "word": "looking", "time": 146.689 }, { "word": "poultry", "time": 147.29 }, { "word": "cool", "time": 147.859 }, { "word": "mint", "time": 148.159 }, { "word": "flavor", "time": 148.43 }, { "word": "let", "time": 148.7 }, { "word": "me", "time": 149.39 }, { "word": "see", "time": 149.48 }, { "word": "oh", "time": 149.629 }, { "word": "okay", "time": 153.31 }, { "word": "that", "time": 154.31 }, { "word": "smells", "time": 154.939 }, { "word": "like", "time": 155.359 }, { "word": "poultry", "time": 156.64 }, { "word": "and", "time": 157.64 }, { "word": "mint", "time": 158 }, { "word": "which", "time": 158.269 }, { "word": "is", "time": 158.9 }, { "word": "not", "time": 159.079 }, { "word": "a", "time": 159.379 }, { "word": "winning", "time": 159.409 }, { "word": "combination", "time": 159.799 }, { "word": "in", "time": 160.129 }, { "word": "my", "time": 160.819 }, { "word": "estimation", "time": 161.329 }, { "word": "but", "time": 161.45 }, { "word": "let's", "time": 162.079 }, { "word": "see", "time": 162.26 }, { "word": "what", "time": 162.379 }, { "word": "we", "time": 162.5 }, { "word": "all", "time": 162.59 }, { "word": "think", "time": 162.709 }, { "word": "shizzle", "time": 163 }, { "word": "all", "time": 169.81 }, { "word": "right", "time": 170.41 }, { "word": "he's", "time": 170.68 }, { "word": "taking", "time": 171.37 }, { "word": "it", "time": 172.239 }, { "word": "like", "time": 172.33 }, { "word": "a", "time": 172.66 }, { "word": "man", "time": 172.69 }, { "word": "I", "time": 172.81 }, { "word": "don't", "time": 173.38 }, { "word": "know", "time": 173.98 }, { "word": "what", "time": 174.04 }, { "word": "to", "time": 174.13 }, { "word": "tell", "time": 174.19 }, { "word": "you", "time": 174.28 }, { "word": "I'm", "time": 174.61 }, { "word": "gonna", "time": 175.03 }, { "word": "take", "time": 175.27 }, { "word": "it", "time": 175.39 }, { "word": "like", "time": 175.51 }, { "word": "a", "time": 175.66 }, { "word": "lady", "time": 175.69 }, { "word": "okay", "time": 182.849 }, { "word": "so", "time": 183.849 }, { "word": "it", "time": 184.66 }, { "word": "is", "time": 185.29 }, { "word": "minty", "time": 185.62 }, { "word": "fresh", "time": 186.069 }, { "word": "I'm", "time": 186.43 }, { "word": "gonna", "time": 186.76 }, { "word": "give", "time": 187 }, { "word": "it", "time": 187.3 }, { "word": "that", "time": 187.33 }, { "word": "and", "time": 187.48 }, { "word": "it", "time": 188.05 }, { "word": "is", "time": 188.5 }, { "word": "a", "time": 188.739 }, { "word": "little", "time": 188.769 }, { "word": "chicken", "time": 189.01 }, { "word": "fresh", "time": 189.489 }, { "word": "and", "time": 189.79 }, { "word": "so", "time": 190.12 }, { "word": "it's", "time": 190.63 }, { "word": "like", "time": 190.78 }, { "word": "a", "time": 190.9 }, { "word": "chicken", "time": 190.93 }, { "word": "and", "time": 191.319 }, { "word": "a", "time": 191.59 }, { "word": "minty", "time": 191.68 }, { "word": "and", "time": 192.069 }, { "word": "it's", "time": 192.31 }, { "word": "really", "time": 192.519 }, { "word": "not", "time": 193.42 }, { "word": "suitable", "time": 194.519 }, { "word": "for", "time": 195.519 }, { "word": "it", "time": 197.459 }, { "word": "did", "time": 198.459 }, { "word": "I", "time": 199.18 }, { "word": "feel", "time": 199.3 }, { "word": "like", "time": 199.54 }, { "word": "I", "time": 199.69 }, { "word": "feel", "time": 200.099 }, { "word": "like", "time": 201.099 }, { "word": "you", "time": 201.16 }, { "word": "peanut", "time": 201.37 }, { "word": "butter", "time": 201.7 }, { "word": "was", "time": 201.85 }, { "word": "the", "time": 202 }, { "word": "winner", "time": 202.12 }, { "word": "so", "time": 202.299 }, { "word": "that's", "time": 202.54 }, { "word": "what", "time": 202.72 }, { "word": "we're", "time": 202.87 }, { "word": "gonna", "time": 202.959 }, { "word": "use", "time": 203.019 }, { "word": "to", "time": 203.14 }, { "word": "brush", "time": 203.44 }, { "word": "my", "time": 203.65 }, { "word": "beloved", "time": 204.1 }, { "word": "Chazz", "time": 204.73 }, { "word": "Michael", "time": 205.209 }, { "word": "Michaels", "time": 205.42 }, { "word": "breath", "time": 205.6 }, { "word": "ok", "time": 206.049 }, { "word": "guys", "time": 206.56 }, { "word": "so", "time": 206.769 }, { "word": "now", "time": 207.04 }, { "word": "Jason's", "time": 207.819 }, { "word": "gonna", "time": 208.45 }, { "word": "show", "time": 208.569 }, { "word": "us", "time": 208.87 }, { "word": "how", "time": 208.989 }, { "word": "to", "time": 209.11 }, { "word": "brush", "time": 209.14 }, { "word": "Chaz's", "time": 209.62 }, { "word": "teeth", "time": 210.22 }, { "word": "I'm", "time": 210.489 }, { "word": "gonna", "time": 210.97 }, { "word": "prepare", "time": 211.239 }, { "word": "the", "time": 211.78 }, { "word": "tiny", "time": 212.11 }, { "word": "little", "time": 213.01 }, { "word": "toothbrush", "time": 213.37 }, { "word": "pain", "time": 214 }, { "word": "all", "time": 214.959 }, { "word": "right", "time": 215.47 }, { "word": "size", "time": 215.769 }, { "word": "is", "time": 216.069 }, { "word": "it", "time": 216.849 }, { "word": "my", "time": 217.09 }, { "word": "chihuahua", "time": 217.269 }, { "word": "and", "time": 217.78 }, { "word": "we", "time": 218.319 }, { "word": "felt", "time": 218.65 }, { "word": "it", "time": 218.89 }, { "word": "to", "time": 219.069 }, { "word": "face", "time": 219.25 }, { "word": "thank", "time": 219.549 }, { "word": "you", "time": 219.91 }, { "word": "like", "time": 220 }, { "word": "yes", "time": 220.18 }, { "word": "he", "time": 220.45 }, { "word": "enjoyed", "time": 220.989 }, { "word": "the", "time": 221.29 }, { "word": "peanut", "time": 221.47 }, { "word": "butter", "time": 221.739 }, { "word": "act", "time": 221.799 }, { "word": "you", "time": 222.31 }, { "word": "know", "time": 222.67 }, { "word": "it's", "time": 222.7 }, { "word": "not", "time": 222.97 }, { "word": "buttery", "time": 223.09 }, { "word": "peanutty", "time": 223.51 }, { "word": "ish", "time": 224.41 }, { "word": "enough", "time": 224.83 }, { "word": "for", "time": 225.37 }, { "word": "me", "time": 225.64 }, { "word": "but", "time": 225.79 }, { "word": "this", "time": 226.15 }, { "word": "isn't", "time": 226.66 }, { "word": "about", "time": 227.019 }, { "word": "brushing", "time": 227.049 }, { "word": "my", "time": 227.56 }, { "word": "teeth", "time": 227.65 }, { "word": "of", "time": 227.83 }, { "word": "peanut", "time": 227.98 }, { "word": "butter", "time": 228.22 }, { "word": "toothpaste", "time": 228.31 }, { "word": "is", "time": 228.849 }, { "word": "about", "time": 229.06 }, { "word": "brushing", "time": 229.299 }, { "word": "jasmine", "time": 229.72 }, { "word": "tea", "time": 230.17 }, { "word": "so", "time": 230.459 }, { "word": "all", "time": 231.569 }, { "word": "right", "time": 232.569 }, { "word": "so", "time": 232.75 }, { "word": "what", "time": 233.049 }, { "word": "are", "time": 233.2 }, { "word": "you", "time": 233.23 }, { "word": "doing", "time": 233.319 }, { "word": "now", "time": 233.59 }, { "word": "do", "time": 233.769 }, { "word": "you", "time": 234.22 }, { "word": "want", "time": 234.28 }, { "word": "to", "time": 234.549 }, { "word": "go", "time": 234.64 }, { "word": "side", "time": 234.76 }, { "word": "to", "time": 235.03 }, { "word": "side", "time": 235.06 }, { "word": "on", "time": 235.269 }, { "word": "the", "time": 235.75 }, { "word": "inside", "time": 235.9 }, { "word": "no", "time": 238.019 }, { "word": "work", "time": 239.019 }, { "word": "he's", "time": 239.23 }, { "word": "really", "time": 239.44 }, { "word": "swirly", "time": 239.62 }, { "word": "for", "time": 240.04 }, { "word": "you", "time": 240.19 }, { "word": "to", "time": 240.28 }, { "word": "me", "time": 240.489 }, { "word": "so", "time": 240.549 }, { "word": "it's", "time": 240.85 }, { "word": "not", "time": 241 }, { "word": "just", "time": 241.15 }, { "word": "me", "time": 241.209 }, { "word": "he's", "time": 241.48 }, { "word": "not", "time": 241.959 }, { "word": "so", "time": 242.14 }, { "word": "used", "time": 242.38 }, { "word": "to", "time": 242.59 }, { "word": "it", "time": 242.829 }, { "word": "no", "time": 242.859 }, { "word": "no", "time": 243.34 }, { "word": "but", "time": 243.82 }, { "word": "will", "time": 244.18 }, { "word": "I", "time": 244.45 }, { "word": "get", "time": 244.63 }, { "word": "on", "time": 244.989 }, { "word": "a", "time": 245.26 }, { "word": "daily", "time": 245.319 }, { "word": "basis", "time": 245.89 }, { "word": "now", "time": 246.489 }, { "word": "that", "time": 249.75 }, { "word": "is", "time": 250.75 }, { "word": "it", "time": 251.109 }, { "word": "didn't", "time": 251.5 }, { "word": "know", "time": 252.04 }, { "word": "he", "time": 252.19 }, { "word": "could", "time": 252.37 }, { "word": "he's", "time": 252.73 }, { "word": "weight", "time": 253.51 }, { "word": "less", "time": 253.84 }, { "word": "worried", "time": 254.23 }, { "word": "than", "time": 254.59 }, { "word": "I", "time": 254.739 }, { "word": "thought", "time": 254.89 }, { "word": "I", "time": 255.069 }, { "word": "had", "time": 255.34 }, { "word": "Chazz", "time": 255.67 }, { "word": "it", "time": 255.88 }, { "word": "it's", "time": 256.12 }, { "word": "important", "time": 256.69 }, { "word": "to", "time": 257.229 }, { "word": "do", "time": 257.35 }, { "word": "the", "time": 257.47 }, { "word": "outside", "time": 257.62 }, { "word": "because", "time": 257.799 }, { "word": "fit", "time": 258.25 }, { "word": "inside", "time": 258.669 }, { "word": "a", "time": 258.97 }, { "word": "ninety-nine", "time": 259.57 }, { "word": "percent", "time": 260.35 }, { "word": "of", "time": 260.59 }, { "word": "it", "time": 261.01 }, { "word": "is", "time": 261.19 }, { "word": "on", "time": 261.459 }, { "word": "the", "time": 262.45 }, { "word": "outside", "time": 262.57 }, { "word": "and", "time": 262.6 }, { "word": "the", "time": 263.229 }, { "word": "tongue", "time": 263.38 }, { "word": "takes", "time": 263.62 }, { "word": "care", "time": 263.919 }, { "word": "of", "time": 264.19 }, { "word": "it", "time": 264.22 }, { "word": "inside", "time": 264.43 }, { "word": "that's", "time": 264.82 }, { "word": "nice", "time": 265.419 }, { "word": "so", "time": 265.95 }, { "word": "now", "time": 266.95 }, { "word": "what", "time": 267.19 }, { "word": "what", "time": 267.669 }, { "word": "and", "time": 268 }, { "word": "by", "time": 268.36 }, { "word": "by", "time": 268.78 }, { "word": "getting", "time": 269.38 }, { "word": "them", "time": 269.74 }, { "word": "used", "time": 269.83 }, { "word": "to", "time": 269.889 }, { "word": "brushing", "time": 270.22 }, { "word": "the", "time": 270.76 }, { "word": "teeth", "time": 270.85 }, { "word": "you", "time": 270.88 }, { "word": "can", "time": 271.27 }, { "word": "see", "time": 271.45 }, { "word": "if", "time": 271.75 }, { "word": "there's", "time": 271.9 }, { "word": "any", "time": 272.169 }, { "word": "infections", "time": 272.38 }, { "word": "and", "time": 273.07 }, { "word": "the", "time": 273.25 }, { "word": "gums", "time": 273.37 }, { "word": "or", "time": 273.78 }, { "word": "or", "time": 274.78 }, { "word": "gross", "time": 275.2 }, { "word": "so", "time": 275.979 }, { "word": "it's", "time": 276.669 }, { "word": "really", "time": 276.85 }, { "word": "important", "time": 277.03 }, { "word": "to", "time": 277.539 }, { "word": "brush", "time": 277.57 }, { "word": "the", "time": 277.87 }, { "word": "teeth", "time": 278.11 }, { "word": "you", "time": 278.32 }, { "word": "know", "time": 278.65 }, { "word": "cuz", "time": 278.77 }, { "word": "there's", "time": 278.95 }, { "word": "noting", "time": 279.1 }, { "word": "that", "time": 279.43 }, { "word": "I", "time": 279.46 }, { "word": "like", "time": 279.58 }, { "word": "a", "time": 279.85 }, { "word": "little", "time": 279.88 }, { "word": "too", "time": 280.03 }, { "word": "important", "time": 280.24 }, { "word": "to", "time": 280.63 }, { "word": "check", "time": 280.69 }, { "word": "my", "time": 280.96 }, { "word": "dogs", "time": 281.2 }, { "word": "now", "time": 281.5 }, { "word": "for", "time": 281.8 }, { "word": "us", "time": 282.1 }, { "word": "because", "time": 282.34 }, { "word": "that's", "time": 282.91 }, { "word": "not", "time": 283.3 }, { "word": "just", "time": 283.539 }, { "word": "I", "time": 283.969 }, { "word": "mean", "time": 284.419 }, { "word": "exciting", "time": 284.889 }, { "word": "um", "time": 286.089 }, { "word": "all", "time": 287.089 }, { "word": "right", "time": 287.659 }, { "word": "and", "time": 287.719 }, { "word": "that's", "time": 288.289 }, { "word": "it", "time": 288.349 }, { "word": "and", "time": 288.619 }, { "word": "you", "time": 288.889 }, { "word": "don't", "time": 289.009 }, { "word": "have", "time": 289.159 }, { "word": "to", "time": 289.249 }, { "word": "like", "time": 289.399 }, { "word": "no", "time": 289.549 }, { "word": "spitting", "time": 289.909 }, { "word": "no", "time": 290.329 }, { "word": "me", "time": 290.449 }, { "word": "Braille", "time": 290.869 }, { "word": "miss", "time": 291.199 }, { "word": "petunia", "time": 291.769 }, { "word": "as", "time": 292.569 }, { "word": "long", "time": 293.569 }, { "word": "as", "time": 293.839 }, { "word": "don't", "time": 293.869 }, { "word": "use", "time": 294.259 }, { "word": "of", "time": 294.499 }, { "word": "human", "time": 294.829 }, { "word": "toothpaste", "time": 295.399 }, { "word": "to", "time": 295.819 }, { "word": "be", "time": 296.36 }, { "word": "burned", "time": 296.479 }, { "word": "up", "time": 297.11 }, { "word": "yes", "time": 297.229 }, { "word": "I'm", "time": 297.949 }, { "word": "human", "time": 298.399 }, { "word": "just", "time": 298.879 }, { "word": "don't", "time": 298.939 }, { "word": "use", "time": 299.299 }, { "word": "doctors", "time": 299.419 }, { "word": "bring", "time": 299.839 }, { "word": "suits", "time": 300.049 }, { "word": "and", "time": 300.349 }, { "word": "now", "time": 300.619 }, { "word": "what", "time": 300.829 }, { "word": "so", "time": 301.219 }, { "word": "it's", "time": 301.61 }, { "word": "all", "time": 301.759 }, { "word": "good", "time": 301.849 }, { "word": "to", "time": 301.909 }, { "word": "make", "time": 302.239 }, { "word": "our", "time": 302.36 }, { "word": "chest", "time": 302.509 }, { "word": "right", "time": 302.899 }, { "word": "yes", "time": 303.259 }, { "word": "definitely", "time": 303.619 }, { "word": "I", "time": 304.569 }, { "word": "want", "time": 305.569 }, { "word": "to", "time": 306.049 }, { "word": "thank", "time": 306.079 }, { "word": "Jason", "time": 306.169 }, { "word": "one", "time": 306.949 }, { "word": "more", "time": 307.219 }, { "word": "time", "time": 307.399 }, { "word": "for", "time": 307.639 }, { "word": "showing", "time": 308.059 }, { "word": "us", "time": 308.509 }, { "word": "how", "time": 308.599 }, { "word": "to", "time": 308.749 }, { "word": "brush", "time": 308.779 }, { "word": "your", "time": 309.019 }, { "word": "dog's", "time": 309.079 }, { "word": "teeth", "time": 309.229 }, { "word": "and", "time": 309.679 }, { "word": "now", "time": 309.979 }, { "word": "we", "time": 310.399 }, { "word": "know", "time": 310.459 }, { "word": "why", "time": 310.669 }, { "word": "it's", "time": 310.849 }, { "word": "really", "time": 311.059 }, { "word": "important", "time": 311.209 }, { "word": "to", "time": 311.719 }, { "word": "do", "time": 311.749 }, { "word": "that", "time": 311.869 }, { "word": "to", "time": 312.049 }, { "word": "you", "time": 312.259 }, { "word": "and", "time": 312.379 }, { "word": "I", "time": 312.619 }, { "word": "will", "time": 313.269 }, { "word": "be", "time": 314.269 }, { "word": "making", "time": 314.299 }, { "word": "out", "time": 314.569 }, { "word": "with", "time": 314.869 }, { "word": "Josh", "time": 314.899 }, { "word": "shortly", "time": 315.259 }, { "word": "but", "time": 315.799 }, { "word": "before", "time": 316.009 }, { "word": "I", "time": 316.339 }, { "word": "do", "time": 316.369 }, { "word": "I", "time": 316.489 }, { "word": "want", "time": 316.61 }, { "word": "to", "time": 316.759 }, { "word": "ask", "time": 317.029 }, { "word": "you", "time": 317.179 }, { "word": "please", "time": 317.509 }, { "word": "like", "time": 317.899 }, { "word": "subscribe", "time": 318.409 }, { "word": "and", "time": 319.149 }, { "word": "know", "time": 320.149 }, { "word": "that", "time": 320.539 }, { "word": "every", "time": 320.719 }, { "word": "Thursday", "time": 320.989 }, { "word": "we're", "time": 321.529 }, { "word": "going", "time": 321.769 }, { "word": "to", "time": 321.889 }, { "word": "do", "time": 321.949 }, { "word": "a", "time": 322.039 }, { "word": "bunch", "time": 322.069 }, { "word": "of", "time": 322.339 }, { "word": "stuff", "time": 322.489 }, { "word": "for", "time": 322.729 }, { "word": "you", "time": 322.909 }, { "word": "so", "time": 322.969 }, { "word": "you", "time": 323.239 }, { "word": "don't", "time": 323.299 }, { "word": "have", "time": 323.389 }, { "word": "to", "time": 323.689 }, { "word": "and", "time": 323.929 }, { "word": "now", "time": 324.229 }, { "word": "I'm", "time": 324.829 }, { "word": "going", "time": 324.889 }, { "word": "to", "time": 325.039 }, { "word": "go", "time": 325.099 }, { "word": "make", "time": 325.189 }, { "word": "out", "time": 325.219 }, { "word": "much", "time": 325.429 }, { "word": "as", "time": 325.579 }, { "word": "off", "time": 325.759 }, { "word": "camera", "time": 325.969 }, { "word": "because", "time": 326.239 }, { "word": "he", "time": 326.689 }, { "word": "has", "time": 327.259 }, { "word": "been", "time": 327.469 }, { "word": "very", "time": 327.679 }, { "word": "delightful", "time": 327.829 }, { "word": "peanut", "time": 328.61 }, { "word": "butter", "time": 329.269 }, { "word": "Brock", "time": 329.419 }, { "word": "now", "time": 329.659 }, { "word": "bye", "time": 329.889 } ]
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

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
10