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

Reproduce SEED LLaMA evaluation #33

Open
hyomin14 opened this issue Mar 25, 2024 · 0 comments
Open

Reproduce SEED LLaMA evaluation #33

hyomin14 opened this issue Mar 25, 2024 · 0 comments

Comments

@hyomin14
Copy link

Thanks for your great work.

I have a question related to SEED-LLAMA evaluation settings.
I tried to reproduce the VQA accuracy of instruction tuned SEED-LLaMA 8B on VQAv2 dataset but i cannot reproduce results in paper (66.2).

I tried on 8x A100 80GB gpu and 1 batch size.
This is the generation config i used.

generation_config = {
        'temperature': 1.0,
        'num_beams': 1,
        'max_new_tokens': 64,
        'top_p': 0.5,
        'do_sample': True
    }

And this is the result calculated by official evaluation website.
"test-dev": {"yes/no": 38.59, "number": 23.68, "other": 39.1, "overall": 37.14}

It would be thankful if you can provide your evaluation settings or some advice.

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

1 participant