Skip to content

Commit

Permalink
Update coling2025
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jan 1, 2025
1 parent 1936cc8 commit 2e1cd9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coling2025/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- [`requirements.txt`](requirements.txt)
- Chatbot Arena's Dump (August 2024): <https://storage.googleapis.com/arena_external_data/public/clean_battle_20240814_public.json>
- LLMFAO Dataset: <https://raw.githubusercontent.com/dustalov/llmfao/refs/heads/master/crowd-comparisons.csv>
- LLMFAO Dataset: <https://raw.githubusercontent.com/dustalov/llmfao/refs/heads/master/crowd-comparisons.csv> &rarr; `llmfao.csv`

## Table 1: [chatbot_arena.csv](chatbot_arena.csv)

Expand All @@ -20,7 +20,7 @@ python3 -m chatbot_arena
python3 -m rust_python
```

## Table 3: [scale.csv](scale.csv)
## Figure 3: [scale.csv](scale.csv)

```shell
python3 -m scale_data
Expand Down
1 change: 1 addition & 0 deletions coling2025/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
evalica==0.3.2
numpy==2.2.0
pandas==2.2.3
pyarrow==18.1.0
scikit-learn==1.6.0
Expand Down

0 comments on commit 2e1cd9a

Please sign in to comment.