|
3 | 3 | "description": "In the livestream, I demonstrate how to visualize sentence embeddings with transfomers.js and umap",
|
4 | 4 | "videoNumber": "",
|
5 | 5 | "videoId": "1mwguqeEz8c",
|
6 |
| - "date": "2023-12-4", |
| 6 | + "date": "2023-12-04", |
7 | 7 | "languages": ["Transformers.js"],
|
8 | 8 | "topics": ["transformers", "embeddings", "retrieval augmented generation", "umap"],
|
9 | 9 | "canContribute": false,
|
10 | 10 | "timestamps": [
|
11 | 11 | { "time": "0:00:00", "title": "Livestream starts" },
|
12 | 12 | { "time": "0:06:10", "title": "Welcome" },
|
13 | 13 | { "time": "0:10:46", "title": "Programming with text" },
|
14 |
| - { "time": "0:20:55", "title": "save embeddigs.json repo" }, |
| 14 | + { "time": "0:20:55", "title": "save embeddings.json repo" }, |
15 | 15 | { "time": "0:31:29", "title": "What is an embedding?" },
|
16 | 16 | { "time": "0:38:45", "title": "Feature extraction" },
|
17 | 17 | { "time": "0:47:31", "title": "Retrieval Augmented Generation" },
|
|
26 | 26 | { "time": "1:49:03", "title": "umap.js" },
|
27 | 27 | { "time": "1:54:30", "title": "umap parameters" },
|
28 | 28 | { "time": "2:00:51", "title": "Visualize umap results" },
|
29 |
| - { "time": "2:07:71", "title": "Step through one cycle of the algorithm" }, |
| 29 | + { "time": "2:07:41", "title": "Step through one cycle of the algorithm" }, |
30 | 30 | { "time": "2:14:56", "title": "Add raw embeddings json data" },
|
31 | 31 | { "time": "2:17:47", "title": "Change circles to text" },
|
32 | 32 | { "time": "2:24:46", "title": "Things you can try" },
|
|
99 | 99 | "description": "Paper proposing C-Pack"
|
100 | 100 | },
|
101 | 101 | {
|
102 |
| - "icon": "", |
| 102 | + "icon": "π", |
103 | 103 | "title": "bge-large-en-v1.5 demo",
|
104 | 104 | "url": "https://replicate.com/nateraw/bge-large-en-v1.5",
|
105 | 105 | "description": "bge-large-en-v1.5 demo on Replicate"
|
106 | 106 | },
|
107 | 107 | {
|
108 |
| - "icon": "", |
| 108 | + "icon": "π", |
109 | 109 | "title": "bge-large-en-v1.5",
|
110 | 110 | "url": "https://huggingface.co/BAAI/bge-large-en-v1.5",
|
111 | 111 | "description": "Model card about bge-large-en-v1.5 on Hugging Face"
|
|
160 | 160 | {
|
161 | 161 | "icon": "π",
|
162 | 162 | "title": "How to Set up A Node Project",
|
163 |
| - "url": "content/videos/discord/setup-node-project", |
| 163 | + "url": "/tracks/discord-bots/discord/setup-node-project", |
164 | 164 | "description": "My tutorial about setting up a Node project."
|
165 | 165 | },
|
166 | 166 | {
|
|
0 commit comments