bjoernp commited on
Commit
df5f276
1 Parent(s): 8d1fa90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -74,7 +74,23 @@ tbc
74
 
75
  ### MTBench
76
 
77
- tbc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
 
79
  ## Prompt Format
80
 
 
74
 
75
  ### MTBench
76
 
77
+ ```
78
+ {
79
+ "first_turn": 7.89375,
80
+ "second_turn": 7.5125,
81
+ "categories": {
82
+ "writing": 9.25,
83
+ "roleplay": 8.425,
84
+ "reasoning": 5.7,
85
+ "math": 5.85,
86
+ "coding": 4.45,
87
+ "extraction": 8.75,
88
+ "stem": 9.45,
89
+ "humanities": 9.75
90
+ },
91
+ "average": 7.703125
92
+ }
93
+ ```
94
 
95
  ## Prompt Format
96