AskYoutube commited on
Commit
6d611d1
·
1 Parent(s): 5ff2646

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,6 +17,6 @@ This model is based on Video-LLaMA. Check out the original work here: https://gi
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.
21
- - Trained with 16 images sampled over 30s clips per Q&A pair.
22
  - Finetuned on Video-LLaAMA Vicuna 7B.
 
17
  AskVideos-7B-Instruct-v0.1 code and models are distributed under the Apache License 2.0.
18
 
19
  ## Training dataset
20
+ - Finetuned with 50K video synthetic Q&A pairs mined from videos.
21
+ - For each Q&A pair, 16 frames are sampled over a 30s video.
22
  - Finetuned on Video-LLaAMA Vicuna 7B.