|
10 | 10 | "timestamps": [
|
11 | 11 | { "time": "0:00", "title": "Livestream starts" },
|
12 | 12 | { "time": "6:10", "title": "Welcome" },
|
13 |
| - { "time": "10:46", "title": "Programming with text" } |
| 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" } |
14 | 19 | ],
|
15 | 20 | "codeExamples": [
|
| 21 | + { |
| 22 | + "title": "", |
| 23 | + "description": "", |
| 24 | + "image": "", |
| 25 | + "urls": { "p5": "" } |
| 26 | + }, |
16 | 27 | {
|
17 | 28 | "title": "Umap3 - Loading Embeddings",
|
18 | 29 | "description": "",
|
|
44 | 55 | },
|
45 | 56 | {
|
46 | 57 | "icon": "",
|
47 |
| - "title": "Replicate", |
48 |
| - "url": "https://replicate.com", |
49 |
| - "description": "Replicate website" |
| 58 | + "title": "Transformers.js", |
| 59 | + "url": "https://huggingface.co/docs/transformers.js/index", |
| 60 | + "description": "Reference for Transformers.js on Hugging Face" |
| 61 | + }, |
| 62 | + { |
| 63 | + "icon": "", |
| 64 | + "title": "umap-js Github Repo", |
| 65 | + "url": "https://github.com/PAIR-code/umap-js", |
| 66 | + "description": "umap-js Github repo" |
| 67 | + }, |
| 68 | + { |
| 69 | + "icon": "", |
| 70 | + "title": "Understanding UMAP", |
| 71 | + "url": "https://pair-code.github.io/understanding-umap", |
| 72 | + "description": "Article by Coenen and Pearce about UMAP." |
| 73 | + }, |
| 74 | + { |
| 75 | + "icon": "", |
| 76 | + "title": "RAG for Nature of Code", |
| 77 | + "url": "https://huggingface.co/spaces/lilacai/nature-of-code", |
| 78 | + "description": "Hugging Face space by lilacai for RAG-NOC" |
| 79 | + }, |
| 80 | + { |
| 81 | + "icon": "", |
| 82 | + "title": "C-Pack: Packaged Resources To Advance General Chinese Embedding", |
| 83 | + "url": "https://arxiv.org/pdf/2309.07597.pdf", |
| 84 | + "description": "Paper proposing C-Pack" |
| 85 | + }, |
| 86 | + { |
| 87 | + "icon": "", |
| 88 | + "title": "bge-large-en-v1.5 demo", |
| 89 | + "url": "https://replicate.com/nateraw/bge-large-en-v1.5", |
| 90 | + "description": "bge-large-en-v1.5 demo on Replicate" |
| 91 | + }, |
| 92 | + { |
| 93 | + "icon": "", |
| 94 | + "title": "bge-large-en-v1.5", |
| 95 | + "url": "https://huggingface.co/BAAI/bge-large-en-v1.5", |
| 96 | + "description": "Model card about bge-large-en-v1.5 on Hugging Face" |
| 97 | + }, |
| 98 | + { |
| 99 | + "icon": "", |
| 100 | + "title": "ml5", |
| 101 | + "url": "https://ml5js.org", |
| 102 | + "description": "Website with information and resources about the ml5 library." |
| 103 | + }, |
| 104 | + { |
| 105 | + "icon": "", |
| 106 | + "title": "tensorflow.js", |
| 107 | + "url": "https://www.tensorflow.org/js", |
| 108 | + "description": "Website with information and resources about the tensorflow.js library." |
50 | 109 | },
|
51 | 110 | {
|
52 | 111 | "icon": "",
|
53 |
| - "title": "", |
54 |
| - "url": "", |
55 |
| - "description": "" |
| 112 | + "title": "ONNX Runtime", |
| 113 | + "url": "https://onnxruntime.ai/docs/tutorials/web/", |
| 114 | + "description": "Tutorial that explains how to run a machine learning model in the brower using ONNX." |
56 | 115 | }
|
57 | 116 | ]
|
58 | 117 | },
|
|
61 | 120 | "links": [
|
62 | 121 | {
|
63 | 122 | "icon": "🚂",
|
64 |
| - "title": "", |
65 |
| - "url": "", |
66 |
| - "description": "" |
| 123 | + "title": "How to Set up A Node Project", |
| 124 | + "url": "content/videos/discord/setup-node-project", |
| 125 | + "description": "My tutorial about setting up a Node project." |
67 | 126 | }
|
68 | 127 | ]
|
69 | 128 | }
|
|
0 commit comments