|
8 | 8 | "topics": ["transformers", "embeddings"],
|
9 | 9 | "canContribute": false,
|
10 | 10 | "timestamps": [
|
11 |
| - { "time": "0:00", "title": "Livestream starts" }, |
12 |
| - { "time": "6:10", "title": "Welcome" }, |
13 |
| - { "time": "10:46", "title": "Programming with text" }, |
14 |
| - { "time": "20:55", "title": "save embeddigs.json repo" }, |
15 |
| - { "time": "31:29", "title": "What is an embedding?" }, |
16 |
| - { "time": "38:45", "title": "Feature extraction" }, |
17 |
| - { "time": "47:31", "title": "Retrieval augmented Generation" }, |
18 |
| - { "time": "57:42", "title": "Transformers.js and ONNX" } |
| 11 | + { "time": "0:00:00", "title": "Livestream starts" }, |
| 12 | + { "time": "0:06:10", "title": "Welcome" }, |
| 13 | + { "time": "0:10:46", "title": "Programming with text" }, |
| 14 | + { "time": "0:20:55", "title": "save embeddigs.json repo" }, |
| 15 | + { "time": "0:31:29", "title": "What is an embedding?" }, |
| 16 | + { "time": "0:38:45", "title": "Feature extraction" }, |
| 17 | + { "time": "0:47:31", "title": "Retrieval augmented Generation" }, |
| 18 | + { "time": "0:57:42", "title": "Transformers.js and ONNX" }, |
| 19 | + { "time": "0:59:22", "title": "Initialize new node project" }, |
| 20 | + { "time": "1:02:05", "title": "Pipelines" }, |
| 21 | + { "time": "1:04:15", "title": "Load model function" }, |
| 22 | + { "time": "1:08:03", "title": "Remove async" }, |
| 23 | + { "time": "1:11:29", "title": "Corpora" } |
19 | 24 | ],
|
20 | 25 | "codeExamples": [
|
21 | 26 | {
|
|
112 | 117 | "title": "ONNX Runtime",
|
113 | 118 | "url": "https://onnxruntime.ai/docs/tutorials/web/",
|
114 | 119 | "description": "Tutorial that explains how to run a machine learning model in the brower using ONNX."
|
| 120 | + }, |
| 121 | + { |
| 122 | + "icon": "", |
| 123 | + "title": "Corpora", |
| 124 | + "url": "https://github.com/dariusk/corpora", |
| 125 | + "description": "Corpora is a repository of JSON files." |
| 126 | + }, |
| 127 | + { |
| 128 | + "icon": "", |
| 129 | + "title": "tv_shows.json", |
| 130 | + "url": "https://github.com/dariusk/corpora/blob/master/data/film-tv/tv_shows.json", |
| 131 | + "description": "JSON file with a list of 1000 tv shows" |
115 | 132 | }
|
116 | 133 | ]
|
117 | 134 | },
|
|
0 commit comments