Diangle commited on
Commit
d371db9
1 Parent(s): 034b3ba

Update Notebooks/GSI_VideoRetrieval_VideoEmbedding.ipynb

Browse files
Notebooks/GSI_VideoRetrieval_VideoEmbedding.ipynb CHANGED
@@ -8,7 +8,7 @@
8
  "# GSI Technology Video Search Demo - Embedding Videos Notebook:\n",
9
  "\n",
10
  "The following Notebook will include code that demonstrates the process of video embedding.<br>\n",
11
- "It specifically focuses on embedding a single video using the [Diangle/clip4clip-webvid](https://huggingface.co/Diangle/clip4clip-webvid) model."
12
  ]
13
  },
14
  {
@@ -192,7 +192,7 @@
192
  "source": [
193
  "from transformers import CLIPVisionModelWithProjection\n",
194
  "\n",
195
- "model = CLIPVisionModelWithProjection.from_pretrained(\"Diangle/clip4clip-webvid\")\n",
196
  "model = model.eval()\n",
197
  "visual_output = model(video)\n",
198
  "\n",
 
8
  "# GSI Technology Video Search Demo - Embedding Videos Notebook:\n",
9
  "\n",
10
  "The following Notebook will include code that demonstrates the process of video embedding.<br>\n",
11
+ "It specifically focuses on embedding a single video using the [Searchium-ai/clip4clip-webvid150k](https://huggingface.co/Searchium-ai/clip4clip-webvid150k) model."
12
  ]
13
  },
14
  {
 
192
  "source": [
193
  "from transformers import CLIPVisionModelWithProjection\n",
194
  "\n",
195
+ "model = CLIPVisionModelWithProjection.from_pretrained(\"Searchium-ai/clip4clip-webvid150k\")\n",
196
  "model = model.eval()\n",
197
  "visual_output = model(video)\n",
198
  "\n",