johannhartmann commited on
Commit
b4fdd38
1 Parent(s): 51f72ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -48,6 +48,25 @@ parameters:
48
  dtype: bfloat16
49
  ```
50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  ## 💻 Usage
52
 
53
  ```python
 
48
  dtype: bfloat16
49
  ```
50
 
51
+ ## mt-bench-de results
52
+ ```json
53
+ {
54
+ "first_turn": 7.3354430379746836,
55
+ "second_turn": 6.65,
56
+ "categories": {
57
+ "writing": 8.7,
58
+ "roleplay": 7.605263157894737,
59
+ "reasoning": 5.75,
60
+ "math": 3.3,
61
+ "coding": 5.3,
62
+ "extraction": 7.55,
63
+ "stem": 8.4,
64
+ "humanities": 9.35
65
+ },
66
+ "average": 6.9927215189873415
67
+ }
68
+ ```
69
+
70
  ## 💻 Usage
71
 
72
  ```python