AskYoutube commited on
Commit
beefb8e
1 Parent(s): 0038981

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,21 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # AskVideos-7B-Instruct-v0.1
2
+
3
+ ## Model details
4
+
5
+ **Model type:**
6
+ AskVideos-7B-Instruct-v0.1 is an open-source chatbot trained by fine-tuning a Video-LLaMA variant on additional video Q&A data.
7
+ It uses a frozen Vicuna 7B v1.1 LLM to answer Video-Text queries and a frozen BLIP style image encoder.
8
+ A video feature is derived from the encoded image using a video-QFormer and the result is projected onto the LLM space.
9
+
10
+ **Acknowledgement**
11
+ This model is based on Video-LLaMA. Check out the original work here: https://github.com/DAMO-NLP-SG/Video-LLaMA
12
+
13
+ **Github repo for demo:**
14
+
15
+
16
+ ## License
17
+
18
+ ## Training dataset
19
+ - 50K video synthetic Q&A pairs mined from videos.
20
+ - Trained with 16 images sampled over 30s clips per Q&A pair.
21
+ - Finetuned on Video-LLaAMA Vicuna 7B.