fwao commited on
Commit
0c87247
1 Parent(s): 95f003e

Create llama3.1_70b/results.json

Browse files
demo-leaderboard/llama3.1_70b/results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_dtype": "torch.float16",
4
+ "model_name": "bartowski/Meta-Llama-3.1-70B-Instruct-GGUF",
5
+ "model_sha": "ac3299b02780836378b9e1e68c6eead546e89f90"
6
+ },
7
+ "results": {
8
+ "anli_r1": {
9
+ "acc": 1.0
10
+ },
11
+ "logiqa": {
12
+ "acc_norm": 0.90
13
+ }
14
+ }
15
+ }