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

Inquiry about Costs Associated with Video LLM Benchmarks #32

Open
hb-jw opened this issue Jul 26, 2024 · 1 comment
Open

Inquiry about Costs Associated with Video LLM Benchmarks #32

hb-jw opened this issue Jul 26, 2024 · 1 comment

Comments

@hb-jw
Copy link

hb-jw commented Jul 26, 2024

Hello everyone,

I have been working on replicating benchmarks related to video-class Large Language Models (LLMs), and I've noticed that most of these benchmarks rely on the GPT-assistant framework. Given the complexity and potential costs associated with these benchmarks, I'm interested in gathering some feedback regarding the financial aspect of conducting such evaluations.

Could anyone share their experiences regarding the typical costs involved in running these benchmarks? Any insights into budgeting for such projects would be highly beneficial to the community.

Thank you!

@KerolosAtef
Copy link
Collaborator

Hello @hb-jw
I can't remember the exact cost for the evaluation because I used shared API for multiple projects.
But this is how to calculate the estimation:
each request requires about 800 tokens, so to estimate the cost, you can multiply the number of samples in each benchmark times 800 token to get the total tokens.
then see the pricing OpenAI pricing

total number of tokens = number_of_requests * 800 
Estimated cost = (total number of tokens / 1000,000 )*(price_per_1M) 

Here I used GPT 3.5 for evaluation which costs 1.5/1M token for inputs

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