thepowerfuldeez commited on
Commit
f2308bb
·
verified ·
1 Parent(s): ee7f798

Update queue export with content categorization

Browse files
.gitattributes CHANGED
@@ -60,3 +60,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  train-00000.jsonl filter=lfs diff=lfs merge=lfs -text
62
  train-00001.jsonl filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  train-00000.jsonl filter=lfs diff=lfs merge=lfs -text
62
  train-00001.jsonl filter=lfs diff=lfs merge=lfs -text
63
+ train-00002.jsonl filter=lfs diff=lfs merge=lfs -text
64
+ train-00003.jsonl filter=lfs diff=lfs merge=lfs -text
65
+ train-00004.jsonl filter=lfs diff=lfs merge=lfs -text
66
+ train-00005.jsonl filter=lfs diff=lfs merge=lfs -text
67
+ train-00006.jsonl filter=lfs diff=lfs merge=lfs -text
68
+ train-00007.jsonl filter=lfs diff=lfs merge=lfs -text
69
+ train-00008.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,115 +1,122 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: video_id
5
- dtype: string
6
- - name: title
7
- dtype: string
8
- - name: source
9
- dtype: string
10
- - name: url
11
- dtype: string
12
- - name: duration_seconds
13
- dtype: int64
14
- - name: status
15
- dtype: string
16
- - name: priority
17
- dtype: int64
18
  license: mit
19
  task_categories:
20
  - automatic-speech-recognition
 
21
  language:
22
  - en
23
  - ru
24
- - hi
25
- - es
26
- - pt
27
  - de
28
  - fr
 
 
29
  - ja
30
  - ko
31
  - zh
32
- - ar
33
- - tr
34
- - pl
35
  tags:
36
  - education
 
37
  - youtube
38
- - video-ids
39
  - queue
 
40
  size_categories:
41
  - 1M<n<10M
42
  ---
43
 
44
  # Massive YouTube Educational Video Queue
45
 
46
- **1M+ curated educational YouTube video IDs** with metadata, quality-filtered and priority-scored. Use this to build your own transcription pipeline or educational content index.
47
-
48
- ## Stats
49
-
50
- | Metric | Value |
51
- |--------|-------|
52
- | Total videos | 1,014,726 |
53
- | Pending transcription | ~920K |
54
- | Completed (transcripts in [sibling dataset](https://huggingface.co/datasets/thepowerfuldeez/massive-yt-edu-transcriptions)) | ~7K |
55
- | Languages | 15+ |
56
-
57
- ## Priority System
58
-
59
- | Priority | Description | Count |
60
- |----------|-------------|-------|
61
- | P9 | University courses (MIT OCW, Stanford, NPTEL), academic conferences (NeurIPS, ICML) | ~20K |
62
- | P8 | Lectures, tutorials, known edu creators (3Blue1Brown, Khan Academy) | ~200K |
63
- | P7 | Documentaries, explainers, conference talks | ~5K |
64
- | P5 | General educational content passing quality filter | ~790K |
65
-
66
- ## Quality Filtering Applied
67
-
68
- - **Duration gate**: All videos ≥15 minutes (deep educational content only)
69
- - **40+ reject categories**: Gaming, music videos, ASMR, vlogs, drama, pranks, mukbang, clickbait, conspiracy, sports highlights, etc.
70
- - **Deduplication**: UNIQUE constraint on video_id
71
-
72
- ## Discovery Sources
73
-
74
- - YouTube search saturation (subject × language × modifier)
75
- - 140+ educational channel crawls
76
- - Related video chaining (exponential discovery)
77
- - Playlist walking
78
- - Multi-language queries (15+ languages)
79
-
80
- ## Schema
81
-
82
- ```python
83
- {
84
- "video_id": "dQw4w9WgXcQ",
85
- "title": "MIT 6.006 Lecture 1: Algorithms and Computation",
86
- "source": "MIT OpenCourseWare",
87
- "url": "https://youtube.com/watch?v=dQw4w9WgXcQ",
88
- "duration_seconds": 3600,
89
- "status": "pending", # pending/completed/processing/error/rejected
90
- "priority": 9
91
- }
92
- ```
93
-
94
- ## Usage
95
-
96
- ```python
97
- from datasets import load_dataset
98
-
99
- ds = load_dataset("thepowerfuldeez/massive-yt-edu-queue")
100
-
101
- # Get high-priority university content
102
- university = ds["train"].filter(lambda x: x["priority"] >= 9)
103
-
104
- # Get pending videos for your own transcription
105
- pending = ds["train"].filter(lambda x: x["status"] == "pending")
106
- ```
107
-
108
- ## Related
109
-
110
- - **Transcriptions**: [thepowerfuldeez/massive-yt-edu-transcriptions](https://huggingface.co/datasets/thepowerfuldeez/massive-yt-edu-transcriptions) completed transcripts (updated daily)
111
- - **Source code**: [github.com/thepowerfuldeez/massive_yt_edu_scraper](https://github.com/thepowerfuldeez/massive_yt_edu_scraper)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
 
113
  ## License
114
 
115
- MIT. Video metadata is derived from publicly available YouTube data.
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  task_categories:
4
  - automatic-speech-recognition
5
+ - text-generation
6
  language:
7
  - en
8
  - ru
 
 
 
9
  - de
10
  - fr
11
+ - es
12
+ - pt
13
  - ja
14
  - ko
15
  - zh
 
 
 
16
  tags:
17
  - education
18
+ - lectures
19
  - youtube
 
20
  - queue
21
+ - metadata
22
  size_categories:
23
  - 1M<n<10M
24
  ---
25
 
26
  # Massive YouTube Educational Video Queue
27
 
28
+ Full metadata for 4,472,056 YouTube educational videos the discovery queue for
29
+ [massive-yt-edu-transcriptions](https://huggingface.co/datasets/thepowerfuldeez/massive-yt-edu-transcriptions).
30
+
31
+ ## Description
32
+
33
+ This dataset contains metadata and content categorization for ~4.4M YouTube videos identified
34
+ as potentially educational. Each video has been categorized by content source and license risk level.
35
+
36
+ ## Fields
37
+
38
+ | Field | Description |
39
+ |-------|-------------|
40
+ | `video_id` | YouTube video ID |
41
+ | `title` | Video title |
42
+ | `url` | YouTube URL |
43
+ | `duration_seconds` | Video duration (0 if unknown) |
44
+ | `status` | Processing status (pending/completed/rejected/error) |
45
+ | `priority` | Educational priority (9=university, 8=lecture, 7=doc, 5=default) |
46
+ | `source` | Channel/university/course name |
47
+ | `content_category` | Content category (see below) |
48
+ | `license_risk` | License risk: green/yellow/orange/red |
49
+
50
+ ## Status Distribution
51
+
52
+ | Status | Count |
53
+ |--------|------:|
54
+ | `pending` | 4,320,924 |
55
+ | `rejected` | 92,122 |
56
+ | `completed` | 57,663 |
57
+ | `error` | 1,168 |
58
+ | `timeout` | 102 |
59
+ | `processing` | 36 |
60
+
61
+
62
+ ## Priority Distribution
63
+
64
+ | Priority | Count |
65
+ |----------|------:|
66
+ | P9 | 20,117 |
67
+ | P8 | 1,544,155 |
68
+ | P7 | 11,765 |
69
+ | P5 | 2,807,867 |
70
+ | P4 | 9 |
71
+ | P3 | 12 |
72
+ | P0 | 88,111 |
73
+
74
+
75
+ ## Content Categories
76
+
77
+ | Category | Count | % |
78
+ |----------|------:|---:|
79
+ | `unknown` | 3,429,002 | 76.7% |
80
+ | `university_lecture` | 459,942 | 10.3% |
81
+ | `coaching_test_prep` | 215,913 | 4.8% |
82
+ | `conference` | 56,356 | 1.3% |
83
+ | `gaming_entertainment` | 47,462 | 1.1% |
84
+ | `corporate_talks` | 46,667 | 1.0% |
85
+ | `religious` | 44,259 | 1.0% |
86
+ | `university_ocw` | 36,614 | 0.8% |
87
+ | `individual_creator` | 33,078 | 0.7% |
88
+ | `tech_community` | 26,299 | 0.6% |
89
+ | `non_english_edu` | 24,976 | 0.6% |
90
+ | `government_public` | 18,808 | 0.4% |
91
+ | `medical_health` | 10,766 | 0.2% |
92
+ | `mooc_platform` | 10,464 | 0.2% |
93
+ | `news_media` | 7,562 | 0.2% |
94
+ | `public_media` | 3,565 | 0.1% |
95
+ | `null` | 233 | 0.0% |
96
+
97
+
98
+ ## License Risk Distribution
99
+
100
+ | Risk | Count | % |
101
+ |------|------:|---:|
102
+ | 🟡 `yellow` | 4,064,472 | 90.9% |
103
+ | 🟠 `orange` | 304,377 | 6.8% |
104
+ | 🟢 `green` | 55,422 | 1.2% |
105
+ | 🔴 `red` | 47,462 | 1.1% |
106
+ | ⚪ `null` | 269 | 0.0% |
107
+
108
+
109
+ ## License Risk Levels
110
+
111
+ - 🟢 **green** — Known CC/public domain license (MIT OCW, Khan Academy, etc.)
112
+ - 🟡 **yellow** — Likely fair use (educational/factual lectures)
113
+ - 🟠 **orange** — Uncertain, needs review
114
+ - 🔴 **red** — Risky (entertainment, copyrighted, non-educational)
115
+
116
+ ## Code
117
+
118
+ [github.com/thepowerfuldeez/massive_yt_edu_scraper](https://github.com/thepowerfuldeez/massive_yt_edu_scraper)
119
 
120
  ## License
121
 
122
+ MIT this metadata dataset. Individual video content has varying licenses as indicated by `license_risk`.
train-00000.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a24f79a5faf538c813f08699910b81c5fed5a817a6cd1008f1a4ebd7b56b8fb7
3
- size 123868191
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e849d4accba85222c665d9e3edd82221fed96e4d59cdeabf7e9564d47663d019
3
+ size 156329173
train-00001.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07a40a15a30096b705e21657a0649e48ac057fb22045696bd0dd87d6e1ea0271
3
- size 122315220
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7656fd9f56db948f97a925c266b26619ccd6fdff1b42880b31f087ee32d609be
3
+ size 157765571
train-00002.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
train-00003.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39745f6807f198d99432e2b8f2c3ea7d56c7e3cb0b43314ba364d8903ac3caac
3
+ size 154101548
train-00004.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e6ec2b38f8a99cf78e340637c9b53f33e454569094542978561d3a26eef2aaf
3
+ size 154188713
train-00005.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db6cd8382c1d9594da9f6b90634f043ccc04e8e069e1604be827886d20c4d98c
3
+ size 154823198
train-00006.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0540166787120ae6a42db93308e477b4378275ec2f45bb83a799d5fcebe884d5
3
+ size 156890812
train-00007.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef51dfbb3bcc02a43f6c6ed9eba52e835b35691276e3e211068b7dee42c4bc53
3
+ size 154871157
train-00008.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3846a92bbfd07e5c8f5da4af20ad1faf6a790066c1a4456568e340c9d988f272
3
+ size 146573984