AskYoutube commited on
Commit
5ff2646
·
1 Parent(s): 0b66d3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -7,15 +7,14 @@ AskVideos-7B-Instruct-v0.1 is an open-source chatbot trained by fine-tuning a Vi
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
  https://github.com/AskYoutubeAI/AskVideos
15
 
16
-
 
17
 
18
  ## License
 
19
 
20
  ## Training dataset
21
  - 50K video synthetic Q&A pairs mined from videos.
 
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
  **Github repo for demo:**
11
  https://github.com/AskYoutubeAI/AskVideos
12
 
13
+ **Acknowledgement**
14
+ This model is based on Video-LLaMA. Check out the original work here: https://github.com/DAMO-NLP-SG/Video-LLaMA
15
 
16
  ## License
17
+ AskVideos-7B-Instruct-v0.1 code and models are distributed under the Apache License 2.0.
18
 
19
  ## Training dataset
20
  - 50K video synthetic Q&A pairs mined from videos.