Update monitor.py to add two price columns #3606
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
format.sh
to lint the changes in this PR.