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

Copilot Arena Blogpost #12

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,14 @@ For careful documentation of this template, see [here](https://github.com/alshed

## Dev workflow

First run `bundle install`. Then run `bundle exec jekyll serve` to start a local server. To build for production, run `bundle exec jekyll build` and copy `_site` to the server.
Install ruby and bundle:

```
conda install -c conda-forge ruby compilers make imagemagick
gem install bundler
```

Run `bundle install` and `bundle exec jekyll serve` to start a local server. To build for production, run `bundle exec jekyll build` and copy `_site` to the server.

If you also want to remove unused css classes from your file, run:

2 changes: 1 addition & 1 deletion _posts/2024-09-19-new-site.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ title: Chatbot Arena New Blog
description: A new chapter for Chatbot Arena!
giscus_comments: true
date: 2024-09-20
featured: true
featured: false
thumbnail: assets/img/blog/new_site/logo.png

authors:
4 changes: 4 additions & 0 deletions _posts/2024-10-30-arena-category.md
Original file line number Diff line number Diff line change
@@ -346,6 +346,10 @@ We’d love your help in enhancing Chatbot Arena! Whether it’s tuning and impr

Together, we can shape the future of LLM evaluation and create tools that truly serve the community. Let’s push the boundaries and make Chatbot Arena the best it can be!

## Acknowledgment

We thank [Fireworks AI](https://fireworks.ai/) for their fast open model endpoint supports.

## Appendix

### More Category Definitions
247 changes: 247 additions & 0 deletions _posts/2024-11-12-copilot-arena.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/copilot_arena/filetype_dist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/copilot_arena/leaderboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/copilot_arena/leaderboard_pfp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/copilot_arena/prompt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/copilot_arena/vote_times.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/blog/copilot_arena/winrate_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.