File size: 21,193 Bytes
4b010d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
{
  "cells": [
    {
      "cell_type": "markdown",
      "id": "ee6cd357",
      "metadata": {
        "id": "ee6cd357"
      },
      "source": [
        "# Preparing Dataset\n",
        "\n",
        "We will be downloading the initial dataset from Kaggle, for this we need to install the kaggle client via `pip install kaggle`."
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "247dd055",
      "metadata": {
        "id": "247dd055"
      },
      "outputs": [],
      "source": [
        "!pip install kaggle"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "b4a6864c",
      "metadata": {
        "id": "b4a6864c"
      },
      "outputs": [],
      "source": [
        "import kaggle"
      ]
    },
    {
      "cell_type": "markdown",
      "id": "f3e3f7e0",
      "metadata": {
        "id": "f3e3f7e0"
      },
      "source": [
        "When first trying to `import kaggle` we will see an error showing us where we need to place a Kaggle API key, we can find our API key by signing up for an account on Kaggle and clicking on our **profile in the top-right > Account > API > Create API token**. This will download a *kaggle.json*, which we must place in the directory mentioned above.\n",
        "\n",
        "*(The dataset is ~10GB in size so feel free to skip this step and download the modified dataset directly from HuggingFace datasets)*\n",
        "\n",
        "Once we have our *kaggle.json* in the correct directory we download the YTTTS speech collection dataset like so:"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "8eaaf066",
      "metadata": {
        "id": "8eaaf066"
      },
      "outputs": [],
      "source": [
        "!kaggle datasets download ryanrudes/yttts-speech"
      ]
    },
    {
      "cell_type": "markdown",
      "id": "1621910e",
      "metadata": {
        "id": "1621910e"
      },
      "source": [
        "We can unzip the dataset files:"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "8c92bc42",
      "metadata": {
        "id": "8c92bc42"
      },
      "outputs": [],
      "source": [
        "!unzip yttts-speech.zip"
      ]
    },
    {
      "cell_type": "markdown",
      "id": "140782e4",
      "metadata": {
        "id": "140782e4"
      },
      "source": [
        "To build the full dataset we need to work through a few additional steps and install a few more libraries."
      ]
    },
    {
      "cell_type": "code",
      "source": [
        "!pip install bs4\n",
        "!pip install tqdm\n",
        "!pip install datasets"
      ],
      "metadata": {
        "id": "5rF8KOj7ZsF0"
      },
      "id": "5rF8KOj7ZsF0",
      "execution_count": null,
      "outputs": []
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "2eb80adb",
      "metadata": {
        "id": "2eb80adb"
      },
      "outputs": [],
      "source": [
        "import os\n",
        "import time\n",
        "import requests\n",
        "from tqdm.auto import tqdm\n",
        "from bs4 import BeautifulSoup"
      ]
    },
    {
      "cell_type": "markdown",
      "id": "f8e42f19",
      "metadata": {
        "id": "f8e42f19"
      },
      "source": [
        "The current dataset is organized into a set of directories containing folders named based on video IDs."
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "67c67b96",
      "metadata": {
        "id": "67c67b96",
        "outputId": "e768ab78-d1bc-496a-e8ae-975f5d1935d2"
      },
      "outputs": [
        {
          "data": {
            "text/plain": [
              "['ZPewmEu7644', 'g4M7stjzR1I', 'P0yVuoATjzs', 'EkzZSaeIikI', 'pWAc9B2zJS4']"
            ]
          },
          "execution_count": 2,
          "metadata": {},
          "output_type": "execute_result"
        }
      ],
      "source": [
        "video_ids = os.listdir(\"data\")\n",
        "video_ids[:5]"
      ]
    },
    {
      "cell_type": "markdown",
      "id": "7815d479",
      "metadata": {
        "id": "7815d479"
      },
      "source": [
        "Inside each of these we find many more directories where each represents a timestamp pulled from the video."
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "97c3c082",
      "metadata": {
        "id": "97c3c082",
        "outputId": "ed3419e8-c32f-4fc3-bb5b-9bf214da2799"
      },
      "outputs": [
        {
          "data": {
            "text/plain": [
              "['00:00:00,030-00:00:02,040',\n",
              " '00:00:02,040-00:00:03,570',\n",
              " '00:00:03,570-00:00:05,670',\n",
              " '00:00:05,670-00:00:07,230',\n",
              " '00:00:07,230-00:00:09,120']"
            ]
          },
          "execution_count": 3,
          "metadata": {},
          "output_type": "execute_result"
        }
      ],
      "source": [
        "splits = sorted(os.listdir(f\"data/{video_ids[0]}\"))\n",
        "splits[:5]"
      ]
    },
    {
      "cell_type": "markdown",
      "id": "98df4e84",
      "metadata": {
        "id": "98df4e84"
      },
      "source": [
        "In here we have the text transcription itself."
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "99ba9382",
      "metadata": {
        "id": "99ba9382",
        "outputId": "2f166c7d-b517-45f3-97b1-4f77011f21e3"
      },
      "outputs": [
        {
          "name": "stdout",
          "output_type": "stream",
          "text": [
            "hi this is Jeff Dean welcome to\n"
          ]
        }
      ],
      "source": [
        "with open(f\"data/{video_ids[0]}/{splits[0]}/subtitles.txt\") as f:\n",
        "    text = f.read()\n",
        "print(text)"
      ]
    },
    {
      "cell_type": "markdown",
      "id": "29d9ab6e",
      "metadata": {
        "id": "29d9ab6e"
      },
      "source": [
        "We will loop through all of these files to give us the initial core dataset consisting of *video_id*, *text*, *start_second*, *end_second*, and *url*."
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "d70e2a72",
      "metadata": {
        "id": "d70e2a72",
        "outputId": "f49e13bc-5d4b-45d2-a37e-0f36a81978a8"
      },
      "outputs": [
        {
          "name": "stderr",
          "output_type": "stream",
          "text": [
            "100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 127/127 [00:19<00:00,  6.60it/s]\n"
          ]
        }
      ],
      "source": [
        "documents = []\n",
        "for video_id in tqdm(video_ids):\n",
        "    splits = sorted(os.listdir(f\"data/{video_id}\"))\n",
        "    # we start at 00:00:00\n",
        "    start_timestamp = \"00:00:00\"\n",
        "    passage = \"\"\n",
        "    for i, s in enumerate(splits):\n",
        "        with open(f\"data/{video_id}/{s}/subtitles.txt\") as f:\n",
        "            # append tect to current chunk\n",
        "            out = f.read()\n",
        "            passage += \" \" + out\n",
        "        # average sentence length is 75-100 characters so we will cut off\n",
        "        # around 3-4 sentences\n",
        "        if len(passage) > 360:\n",
        "            # now we've hit the needed length create a record\n",
        "            # extract the end timestamp from the filename\n",
        "            end_timestamp = s.split(\"-\")[1].split(\",\")[0]\n",
        "            # extract string timestamps to actual datetime objects\n",
        "            start = time.strptime(start_timestamp,\"%H:%M:%S\")\n",
        "            end = time.strptime(end_timestamp,\"%H:%M:%S\")\n",
        "            # now we extract the second/minute/hour values and convert\n",
        "            # to total number of seconds\n",
        "            start_second = start.tm_sec + start.tm_min*60 + start.tm_hour*3600\n",
        "            end_second = end.tm_sec + end.tm_min*60 + end.tm_hour*3600\n",
        "            # save this to the documents list\n",
        "            documents.append({\n",
        "                \"video_id\": video_id,\n",
        "                \"text\": passage,\n",
        "                \"start_second\": start_second,\n",
        "                \"end_second\": end_second,\n",
        "                \"url\": f\"https://www.youtube.com/watch?v={video_id}&t={start_second}s\",\n",
        "            })\n",
        "            # now we update the start_timestamp for the next chunk\n",
        "            start_timestamp = end_timestamp\n",
        "            # refresh passage\n",
        "            passage = \"\""
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "1669785d",
      "metadata": {
        "id": "1669785d",
        "outputId": "9f60169b-8b9c-4062-849e-bcd5e7d1db0d"
      },
      "outputs": [
        {
          "data": {
            "text/plain": [
              "[{'video_id': 'ZPewmEu7644',\n",
              "  'text': \" hi this is Jeff Dean welcome to applications of deep neural networks of Washington University in this video we're going to look at how we can use ganz to generate additional training data for the latest on my a I course and projects click subscribe in the bell next to it to be notified of every new video Dan's have a wide array of uses beyond just the face generation that you\",\n",
              "  'start_second': 0,\n",
              "  'end_second': 20,\n",
              "  'url': 'https://www.youtube.com/watch?v=ZPewmEu7644&t=0s'},\n",
              " {'video_id': 'ZPewmEu7644',\n",
              "  'text': ' often see them use for they can definitely generate other types of images but they can also work on tabular data and really any sort of data where you are attempting to have a neural network that is generating data that should be real or should or could be classified as fake the key element to having something as again is having that discriminator that tells the difference',\n",
              "  'start_second': 20,\n",
              "  'end_second': 41,\n",
              "  'url': 'https://www.youtube.com/watch?v=ZPewmEu7644&t=20s'},\n",
              " {'video_id': 'ZPewmEu7644',\n",
              "  'text': \" in the generator that actually generates the data another area that we are seeing ganz use for a great deal is in the area of semi supervised training so let's first talk about what semi-supervised training actually is and see how again can be used to implement this first let's talk about supervised training and unsupervised training which you've probably seen in previous machine\",\n",
              "  'start_second': 41,\n",
              "  'end_second': 64,\n",
              "  'url': 'https://www.youtube.com/watch?v=ZPewmEu7644&t=41s'}]"
            ]
          },
          "execution_count": 6,
          "metadata": {},
          "output_type": "execute_result"
        }
      ],
      "source": [
        "documents[:3]"
      ]
    },
    {
      "cell_type": "markdown",
      "id": "0d7b57cf",
      "metadata": {
        "id": "0d7b57cf"
      },
      "source": [
        "We also need additional video metadata that cannot be pulled from our dataset, like the video *title* and *thumbnail*. For both of these we can scrape the data using Beautiful Soup."
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "eed85411",
      "metadata": {
        "id": "eed85411",
        "outputId": "f6e79a97-555d-433c-b6dc-184ddae060fd"
      },
      "outputs": [
        {
          "name": "stderr",
          "output_type": "stream",
          "text": [
            " 51%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ     | 65/127 [02:56<02:01,  1.96s/it]"
          ]
        },
        {
          "name": "stdout",
          "output_type": "stream",
          "text": [
            "'NoneType' object has no attribute 'get'\n",
            "fpDaQxG5w4o\n"
          ]
        },
        {
          "name": "stderr",
          "output_type": "stream",
          "text": [
            " 52%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–    | 66/127 [03:00<02:42,  2.67s/it]"
          ]
        },
        {
          "name": "stdout",
          "output_type": "stream",
          "text": [
            "'NoneType' object has no attribute 'get'\n",
            "arbbhHyRP90\n"
          ]
        },
        {
          "name": "stderr",
          "output_type": "stream",
          "text": [
            "100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 127/127 [05:21<00:00,  2.54s/it]\n"
          ]
        },
        {
          "data": {
            "text/plain": [
              "127"
            ]
          },
          "execution_count": 7,
          "metadata": {},
          "output_type": "execute_result"
        }
      ],
      "source": [
        "import lxml  # if on mac, pip/conda install lxml\n",
        "\n",
        "metadata = {}\n",
        "for _id in tqdm(video_ids):\n",
        "    r = requests.get(f\"https://www.youtube.com/watch?v={_id}\")\n",
        "    soup = BeautifulSoup(r.content, 'lxml')  # lxml package is used here\n",
        "    try:\n",
        "        title = soup.find(\"meta\", property=\"og:title\").get(\"content\")\n",
        "        thumbnail = soup.find(\"meta\", property=\"og:image\").get(\"content\")\n",
        "        metadata[_id] = {\"title\": title, \"thumbnail\": thumbnail}\n",
        "    except Exception as e:\n",
        "        print(e)\n",
        "        print(_id)\n",
        "        metadata[_id] = {\"title\": \"\", \"thumbnail\": \"\"}\n",
        "\n",
        "len(metadata)"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "fa95e454",
      "metadata": {
        "id": "fa95e454",
        "outputId": "163f0489-3843-4b3d-b21a-2fd84ecc2915"
      },
      "outputs": [
        {
          "data": {
            "text/plain": [
              "{'video_id': 'ZPewmEu7644',\n",
              " 'text': \" hi this is Jeff Dean welcome to applications of deep neural networks of Washington University in this video we're going to look at how we can use ganz to generate additional training data for the latest on my a I course and projects click subscribe in the bell next to it to be notified of every new video Dan's have a wide array of uses beyond just the face generation that you\",\n",
              " 'start_second': 0,\n",
              " 'end_second': 20,\n",
              " 'url': 'https://www.youtube.com/watch?v=ZPewmEu7644&t=0s'}"
            ]
          },
          "execution_count": 8,
          "metadata": {},
          "output_type": "execute_result"
        }
      ],
      "source": [
        "documents[0]"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "4d41bda8",
      "metadata": {
        "id": "4d41bda8",
        "outputId": "d5c173cf-192b-4a53-8ae2-4b3569209030"
      },
      "outputs": [
        {
          "data": {
            "text/plain": [
              "{'title': 'GANS for Semi-Supervised Learning in Keras (7.4)',\n",
              " 'thumbnail': 'https://i.ytimg.com/vi/ZPewmEu7644/maxresdefault.jpg'}"
            ]
          },
          "execution_count": 9,
          "metadata": {},
          "output_type": "execute_result"
        }
      ],
      "source": [
        "metadata['ZPewmEu7644']"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "f7d121f0",
      "metadata": {
        "id": "f7d121f0"
      },
      "outputs": [],
      "source": [
        "for i, doc in enumerate(documents):\n",
        "    _id = doc['video_id']\n",
        "    meta = metadata[_id]\n",
        "    # add metadata to existing doc\n",
        "    documents[i] = {**doc, **meta}"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "e52402d8",
      "metadata": {
        "id": "e52402d8",
        "outputId": "ba7f44ad-4bc8-464c-c6b4-3f8ede39c188"
      },
      "outputs": [
        {
          "data": {
            "text/plain": [
              "{'video_id': 'ZPewmEu7644',\n",
              " 'text': \" hi this is Jeff Dean welcome to applications of deep neural networks of Washington University in this video we're going to look at how we can use ganz to generate additional training data for the latest on my a I course and projects click subscribe in the bell next to it to be notified of every new video Dan's have a wide array of uses beyond just the face generation that you\",\n",
              " 'start_second': 0,\n",
              " 'end_second': 20,\n",
              " 'url': 'https://www.youtube.com/watch?v=ZPewmEu7644&t=0s',\n",
              " 'title': 'GANS for Semi-Supervised Learning in Keras (7.4)',\n",
              " 'thumbnail': 'https://i.ytimg.com/vi/ZPewmEu7644/maxresdefault.jpg'}"
            ]
          },
          "execution_count": 11,
          "metadata": {},
          "output_type": "execute_result"
        }
      ],
      "source": [
        "documents[0]"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "40f291e9",
      "metadata": {
        "id": "40f291e9"
      },
      "outputs": [],
      "source": [
        "import json\n",
        "\n",
        "with open(\"train.jsonl\", \"w\") as f:\n",
        "    for doc in documents:\n",
        "        json.dump(doc, f)\n",
        "        f.write('\\n')"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "0cf4c356",
      "metadata": {
        "id": "0cf4c356"
      },
      "outputs": [],
      "source": [
        "with open(\"train.jsonl\") as f:\n",
        "    d = f.readlines()"
      ]
    },
    {
      "cell_type": "code",
      "execution_count": null,
      "id": "c250d904",
      "metadata": {
        "id": "c250d904",
        "outputId": "3d759a88-e2a1-4673-868b-c2d78802085e"
      },
      "outputs": [
        {
          "data": {
            "text/plain": [
              "['{\"video_id\": \"ZPewmEu7644\", \"text\": \" hi this is Jeff Dean welcome to applications of deep neural networks of Washington University in this video we\\'re going to look at how we can use ganz to generate additional training data for the latest on my a I course and projects click subscribe in the bell next to it to be notified of every new video Dan\\'s have a wide array of uses beyond just the face generation that you\", \"start_second\": 0, \"end_second\": 20, \"url\": \"https://www.youtube.com/watch?v=ZPewmEu7644&t=0s\", \"title\": \"GANS for Semi-Supervised Learning in Keras (7.4)\", \"thumbnail\": \"https://i.ytimg.com/vi/ZPewmEu7644/maxresdefault.jpg\"}\\n',\n",
              " '{\"video_id\": \"ZPewmEu7644\", \"text\": \" often see them use for they can definitely generate other types of images but they can also work on tabular data and really any sort of data where you are attempting to have a neural network that is generating data that should be real or should or could be classified as fake the key element to having something as again is having that discriminator that tells the difference\", \"start_second\": 20, \"end_second\": 41, \"url\": \"https://www.youtube.com/watch?v=ZPewmEu7644&t=20s\", \"title\": \"GANS for Semi-Supervised Learning in Keras (7.4)\", \"thumbnail\": \"https://i.ytimg.com/vi/ZPewmEu7644/maxresdefault.jpg\"}\\n',\n",
              " '{\"video_id\": \"ZPewmEu7644\", \"text\": \" in the generator that actually generates the data another area that we are seeing ganz use for a great deal is in the area of semi supervised training so let\\'s first talk about what semi-supervised training actually is and see how again can be used to implement this first let\\'s talk about supervised training and unsupervised training which you\\'ve probably seen in previous machine\", \"start_second\": 41, \"end_second\": 64, \"url\": \"https://www.youtube.com/watch?v=ZPewmEu7644&t=41s\", \"title\": \"GANS for Semi-Supervised Learning in Keras (7.4)\", \"thumbnail\": \"https://i.ytimg.com/vi/ZPewmEu7644/maxresdefault.jpg\"}\\n']"
            ]
          },
          "execution_count": 14,
          "metadata": {},
          "output_type": "execute_result"
        }
      ],
      "source": [
        "d[:3]"
      ]
    }
  ],
  "metadata": {
    "accelerator": "GPU",
    "colab": {
      "collapsed_sections": [],
      "name": "00_data_build.ipynb",
      "provenance": []
    },
    "interpreter": {
      "hash": "e81a84c338879f0412495ea98350e80595740634d3ce0fba8d30f35c60f1a4c3"
    },
    "kernelspec": {
      "display_name": "Python 3.8.12 ('stoic')",
      "language": "python",
      "name": "python3"
    },
    "language_info": {
      "codemirror_mode": {
        "name": "ipython",
        "version": 3
      },
      "file_extension": ".py",
      "mimetype": "text/x-python",
      "name": "python",
      "nbconvert_exporter": "python",
      "pygments_lexer": "ipython3",
      "version": "3.8.12"
    }
  },
  "nbformat": 4,
  "nbformat_minor": 5
}