Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions about subtitles #14

Open
Nastu-Ho opened this issue Apr 21, 2024 · 3 comments
Open

Some questions about subtitles #14

Nastu-Ho opened this issue Apr 21, 2024 · 3 comments

Comments

@Nastu-Ho
Copy link

  1. How did you get the subtitles for each image frame in the training? Does the training dataset come with it?
  2. Are subtitles different for different frames of the same video?
@Nastu-Ho
Copy link
Author

Did the linear layer and the LLM participate in training together in all three stages?

@Nastu-Ho
Copy link
Author

Whether subtitles are also involved in training in the third stage?

@KerolosAtef
Copy link
Collaborator

Hello @Nastu-Ho
For the subtitles in training datasets:
for CMD the subtitles are provided. and for the Video-ChatGPT and Webvid , I used whisper model to get the subtitles.

For each video we sample 45 frames for llama2, and each frame has the subtitles. for instance, frame 2 will have all the subtitles from frame 2 to frame 3.
for (mistral sample 90 frames instead of 45).

yes, the linear layer and the LLM trained for the 3 stages.

Regarding subtitles in the third stage: yes, subtitle is included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants