Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Gregor Betz
commited on
Commit
•
758dd0f
1
Parent(s):
5cabcff
update readme
Browse files
README.md
CHANGED
@@ -17,27 +17,4 @@ tags:
|
|
17 |
short_description: Track, rank and evaluate open LLMs' CoT quality
|
18 |
---
|
19 |
|
20 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
21 |
-
|
22 |
-
Most of the variables to change for a default leaderboard are in env (replace the path for your leaderboard) and src/display/about.
|
23 |
-
|
24 |
-
Results files should have the following format:
|
25 |
-
```
|
26 |
-
{
|
27 |
-
"config": {
|
28 |
-
"model_dtype": "torch.float16", # or torch.bfloat16 or 8bit or 4bit
|
29 |
-
"model_name": "path of the model on the hub: org/model",
|
30 |
-
"model_sha": "revision on the hub",
|
31 |
-
},
|
32 |
-
"results": {
|
33 |
-
"task_name": {
|
34 |
-
"metric_name": score,
|
35 |
-
},
|
36 |
-
"task_name2": {
|
37 |
-
"metric_name": score,
|
38 |
-
}
|
39 |
-
}
|
40 |
-
}
|
41 |
-
```
|
42 |
-
|
43 |
-
Request files are created automatically by this tool.
|
|
|
17 |
short_description: Track, rank and evaluate open LLMs' CoT quality
|
18 |
---
|
19 |
|
20 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|