mihaimasala
commited on
Commit
•
4960352
1
Parent(s):
01e74b2
Add MT-Bench performance
Browse files
README.md
CHANGED
@@ -74,6 +74,17 @@ print(tokenizer.decode(outputs[0]))
|
|
74 |
|RoLlama2-7b-Instruct| **44.42**|**40.36** |**37.41** |**69.58** | 55.64 | **17.59**| 45.96 |
|
75 |
|RoLlama2-7b-Chat | 42.65 | 38.29 | 35.27 | 65.25 | **56.45**| 12.84 | **47.79**|
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
## Citation
|
78 |
|
79 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
|
|
74 |
|RoLlama2-7b-Instruct| **44.42**|**40.36** |**37.41** |**69.58** | 55.64 | **17.59**| 45.96 |
|
75 |
|RoLlama2-7b-Chat | 42.65 | 38.29 | 35.27 | 65.25 | **56.45**| 12.84 | **47.79**|
|
76 |
|
77 |
+
## MT-Bench
|
78 |
+
|
79 |
+
| Model | Average | 1st turn | 2nd turn |
|
80 |
+
|--------------------|:--------:|:--------:|:--------:|
|
81 |
+
| Llama-2-7b-chat | 1.70 | 2.00 | 1.41 |
|
82 |
+
|RoLlama2-7b-Instruct| **4.31**|**5.66** |**2.95** |
|
83 |
+
|RoLlama2-7b-Chat | 3.91 | 4.25 | 3.57 |
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
|
88 |
## Citation
|
89 |
|
90 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|