AskYoutube commited on
Commit
f251ff3
·
1 Parent(s): c5d07e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -3,11 +3,9 @@ license: mit
3
  ---
4
 
5
  # AskVideos-VideoCLIP-7B-v0.1
6
- Like it's image-only counterpart, CLIP, VideoCLIP enables you to compute similarity scores but between text and videos.
7
 
8
- VideoCLIP uses a Video Q-Former to aggregate frame-level embeddings temporally into a single embedding, maintaining relevance of the underlying content.
9
-
10
- The resulting embedding is then trained with contrastive learning to match it's corresponding text, enabling similarity search for videos and text.
11
 
12
  # Usage
13
 
 
3
  ---
4
 
5
  # AskVideos-VideoCLIP-7B-v0.1
6
+ Like it's image-only counterpart, CLIP, VideoCLIP enables you to compute a single embedding for videos that can be used to compute similarity with text.
7
 
8
+ VideoCLIP uses a Video Q-Former to aggregate frame-level embeddings temporally into a single embedding, maintaining relevance of the underlying content. The resulting embedding is then trained with contrastive learning to match it's corresponding text.
 
 
9
 
10
  # Usage
11