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

json format #1

Closed
betterftr opened this issue Feb 9, 2024 · 1 comment
Closed

json format #1

betterftr opened this issue Feb 9, 2024 · 1 comment

Comments

@betterftr
Copy link

betterftr commented Feb 9, 2024

Hi, wanna give this a go, which format the model expects the json file to be?

is this good?

  {
    "id": "leia (1)",
    "image": "/mnt/d/quicktest/leia (1).jpg",
    "conversations": [
      {
        "from": "human",
        "value": " <image>\ndescribe the image"
      },
      {
        "from": "gpt",
        "value": "Princess Leia on Andor"
      }
    ]
  },
@Isaachhh
Copy link
Collaborator

Yes, that's the format we use.

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