Spaces:
Running
Running
add claude 3.5 sonnet
Browse files- index.html +7 -7
index.html
CHANGED
@@ -54,13 +54,13 @@
|
|
54 |
|
55 |
<script>
|
56 |
const markdown = `
|
57 |
-
| Rank | Model | Accuracy
|
58 |
-
|
59 |
-
| 1 |
|
60 |
-
| 2 |
|
61 |
-
| 3 |
|
62 |
-
| 4 |
|
63 |
-
|
64 |
`;
|
65 |
|
66 |
document.addEventListener('DOMContentLoaded', function() {
|
|
|
54 |
|
55 |
<script>
|
56 |
const markdown = `
|
57 |
+
| Rank | Model | Accuracy | Time | Speed |
|
58 |
+
|------|-----------------------------------|--------------------|-------|----------|
|
59 |
+
| 1 | anthropic/claude-3.5-sonnet:beta | 52.56% (1314/2500) | 14:44 | 2.83it/s |
|
60 |
+
| 2 | openai/gpt-4o-mini | 36.92% (923/2500) | 08:28 | 4.91it/s |
|
61 |
+
| 3 | anthropic/claude-3-haiku:beta | 36.72% (918/2500) | 06:20 | 6.57it/s |
|
62 |
+
| 4 | google/gemma-2-27b-it | 25.24% (631/2500) | 05:52 | 7.08it/s |
|
63 |
+
| 5 | meta-llama/llama-3.1-70b-instruct | 19.04% (476/2500) | 18:01 | 2.31it/s |
|
64 |
`;
|
65 |
|
66 |
document.addEventListener('DOMContentLoaded', function() {
|