aminabbasi commited on
Commit
04b908e
1 Parent(s): 296558f

Upload Qwen2_Instruct.json

Browse files
demo-leaderboard/Qwen2_Instruct.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_dtype": "torch.bfloat16",
4
+ "model_name": "Qwen2 Instruct"
5
+ },
6
+ "results": {
7
+ "0-shot": {
8
+ "acc": 0.0355
9
+ },
10
+ "1-shot": {
11
+ "acc": 0.061799999999999994
12
+ },
13
+ "5-shot": {
14
+ "acc": 0.0863
15
+ }
16
+ }
17
+ }