Skip to content

Commit 53ce029

Browse files
committed
add index.json file
1 parent 9dbd1a1 commit 53ce029

File tree

2 files changed

+75
-0
lines changed
  • content/videos/livestreams/sentence-embeddings/clustering-sentence-embeddings

2 files changed

+75
-0
lines changed
293 KB
Loading
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"title": "Sentence Embeddings with transformers.js and umap",
3+
"description": "In this video, I cover the node.js \"dotenv\" package and show how to save API credentials as environment variables. ",
4+
"videoNumber": "4.3",
5+
"videoId": "1mwguqeEz8c",
6+
"date": "2023-12-4",
7+
"languages": ["Transformers.js"],
8+
"topics": ["transformers", "embeddings"],
9+
"canContribute": false,
10+
"timestamps": [
11+
{ "time": "0:00", "title": "Livestream starts" },
12+
{ "time": "6:10", "title": "Welcome" },
13+
{ "time": "10:46", "title": "Programming with text" }
14+
],
15+
"codeExamples": [
16+
{
17+
"title": "Umap3 - Loading Embeddings",
18+
"description": "",
19+
"image": "",
20+
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/AebzAbSpU" }
21+
},
22+
{
23+
"title": "Umap1 - Random Embeddings",
24+
"description": "",
25+
"image": "",
26+
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/9CpF5OVy4" }
27+
},
28+
{
29+
"title": "Save Embeddings JSON",
30+
"description": "Github repo with informatiand and resources about saving embeddings",
31+
"image": "",
32+
"urls": { "other": "https://github.com/Programming-from-A-to-Z/Save-Embeddings-JSON" }
33+
}
34+
],
35+
"groupLinks": [
36+
{
37+
"title": "References",
38+
"links": [
39+
{
40+
"icon": "🔗",
41+
"title": "Embeddings",
42+
"url": "https://github.com/Programming-from-A-to-Z/A2Z-F23/tree/main/08-embeddings",
43+
"description": "Course materials for Embeddings from Programming-from-A-to-Z"
44+
},
45+
{
46+
"icon": "",
47+
"title": "Replicate",
48+
"url": "https://replicate.com",
49+
"description": "Replicate website"
50+
},
51+
{
52+
"icon": "",
53+
"title": "",
54+
"url": "",
55+
"description": ""
56+
}
57+
]
58+
},
59+
{
60+
"title": "Videos",
61+
"links": [
62+
{
63+
"icon": "🚂",
64+
"title": "",
65+
"url": "",
66+
"description": ""
67+
}
68+
]
69+
}
70+
],
71+
"credits": [
72+
{ "title": "Editing", "name": "Mathieu Blanchette" },
73+
{ "title": "Animations", "name": "Jason Heglund" }
74+
]
75+
}

0 commit comments

Comments
 (0)