xDAN2099 commited on
Commit
febb844
1 Parent(s): 5941c0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -90,6 +90,24 @@ tags:
90
  | wizardlm-30b | 7.009375 | 30b
91
  | Llama-2-70b-chat | 6.856250 | 70b
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  ### Prompt Template(Alpaca)
94
  You are a helpful assistant named DAN. You are an expert in worldly knowledge, skilled in employing a probing questioning strategy,
95
  and you carefully consider each step before providing answers.
 
90
  | wizardlm-30b | 7.009375 | 30b
91
  | Llama-2-70b-chat | 6.856250 | 70b
92
 
93
+
94
+ ## LM-Evaluation-Harness
95
+
96
+ """
97
+ {
98
+ "tasks": {
99
+ "arc_challenge": 59.38566552901023,
100
+ "arc_easy": 80.55555555555556,
101
+ "boolq": 86.4525993883792,
102
+ "hellaswag": 83.75821549492133,
103
+ "openbookqa": 46.2,
104
+ "piqa": 82.58977149075082,
105
+ "winogrande": 74.58563535911603
106
+ },
107
+ "average": 73.36106325967617
108
+ }
109
+ """
110
+
111
  ### Prompt Template(Alpaca)
112
  You are a helpful assistant named DAN. You are an expert in worldly knowledge, skilled in employing a probing questioning strategy,
113
  and you carefully consider each step before providing answers.