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

Update monitor.py to add two price columns #3606

Closed
wants to merge 1 commit into from

Conversation

Jackie-Lian
Copy link

@Jackie-Lian Jackie-Lian commented Oct 31, 2024

The two new columns will be merged into one column in a later PR (ie. merged into a single column called Price, which takes the average between the two)

Why are these changes needed?

Two old columns are removed: License and Knowledge Cutoff
Two new columns are added: Input Token Price and Output Token Price.

The new columns need to be added to leaderboard so that users can see the price info for each model. It also lays the groundwork for the price control analysis later.
The old columns need to be removed (maybe temporarily, only commented out) because too many columns makes the leaderboard very crammed. It's impossible to show all columns at once without any further implementation on getting some expansion feature.

Related issue number (if applicable)

Issue #3 from arena-leaderboard-v2

Checks

  • I've run format.sh to lint the changes in this PR.
  • I've included any doc changes needed.
  • I've made sure the relevant tests are passing (if applicable).

Two old columns are removed: License and Knowledge Cutoff
Two new columns are added: Input Token Price and Output Token Price. 

The two new columns will be merged into one column in a later PR (ie. merged into a single column called Price, which takes the average between the two)
@Jackie-Lian Jackie-Lian marked this pull request as draft October 31, 2024 07:55
@Jackie-Lian Jackie-Lian closed this Nov 5, 2024
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

Successfully merging this pull request may close these issues.

1 participant