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

Any instructions for fine-tuning on custom datasets? #155

Open
2000ZRL opened this issue Mar 24, 2024 · 1 comment
Open

Any instructions for fine-tuning on custom datasets? #155

2000ZRL opened this issue Mar 24, 2024 · 1 comment

Comments

@2000ZRL
Copy link

2000ZRL commented Mar 24, 2024

Thanks for your excellent work. I am curious if there are any instructions for fine-tuning video-llava on my own dataset?

@yinanhe
Copy link
Member

yinanhe commented Mar 27, 2024

You can do so by adding your meta file in the instruction_data file. The meta file is a json and follows the following schema:

[
  {
    "video": "string",
    "QA": {
      "i": "string",
      "q": "string",
      "a": "string"
    }
  },
  {
    "image": "string",
    "QA": {
      "i": "string",
      "q": "string",
      "a": "string"
    }
  },
  ...
]

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