mihaimasala commited on
Commit
19c886b
·
verified ·
1 Parent(s): 785a5ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -12
README.md CHANGED
@@ -644,20 +644,42 @@ print(tokenizer.decode(outputs[0]))
644
 
645
  ## Romanian MT-Bench
646
 
647
-
648
- | Model | Average | 1st turn | 2nd turn | Answers in Ro |
649
- |--------------------|:--------:|:--------:|:--------:|:--------:|
650
- | Llama-2-7b-chat | 1.08 | 1.44 | 0.73 | 45 / 160 |
651
- |*RoLlama2-7b-Instruct*| ***3.86***|***4.68***| ***3.04*** | ***160 / 160*** |
652
- |RoLlama2-7b-Chat | TBC | TBC | TBC | TBC |
 
 
 
 
 
 
 
 
 
 
 
653
 
654
  ## RoCulturaBench
655
 
656
- | Model | Score | Answers in Ro|
657
- |--------------------|:--------:|:--------:|
658
- | Llama-2-7b-chat | 1.21 | 33 / 100 |
659
- |*RoLlama2-7b-Instruct*| ***3.77***| ***160 / 160*** |
660
- |RoLlama2-7b-Chat | TBC | TBC |
 
 
 
 
 
 
 
 
 
 
 
661
 
662
 
663
 
@@ -667,7 +689,7 @@ print(tokenizer.decode(outputs[0]))
667
  |--------------------|:--------:|
668
  |RoLlama2-7b-Base | [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Base) |
669
  |*RoLlama2-7b-Instruct*| [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Instruct) |
670
- |RoLlama2-7b-Chat | [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Chat) |
671
 
672
 
673
  ## Citation
 
644
 
645
  ## Romanian MT-Bench
646
 
647
+ <table>
648
+ <tbody>
649
+ <tr>
650
+ <td><strong>Model</strong></td>
651
+ <td><strong><center>Average</center></strong></td>
652
+ <td><strong><center>1st turn</center></strong></td>
653
+ <td><strong><center>2nd turn</center></strong></td>
654
+ <td><strong><center>Answers in Ro</center></strong></td>
655
+ </tr>
656
+ <tr>
657
+ <td><em>Llama-2-7b-chat</em></td><td><center><em>1.08</em></center></td><td><center><em>1.44</em></center></td><td><center><em>0.73</em></center></td><td><center><em>45/160</em></center></td>
658
+ </tr>
659
+ <tr>
660
+ <td><em>RoLlama2-7b-Instruct</em></td><td><center><em><strong>3.86</strong></em></center></td><td><center><em><strong>4.67</strong></em></center></td><td><center><em><strong>3.04</strong></em></center></td><td><center><em><strong>160/160</strong></em></center></td>
661
+ </tr>
662
+ </tbody>
663
+ </table>
664
 
665
  ## RoCulturaBench
666
 
667
+
668
+ <table>
669
+ <tbody>
670
+ <tr>
671
+ <td><strong>Model</strong></td>
672
+ <td><strong><center>Average</center></strong></td>
673
+ <td><strong><center>Answers in Ro</center></strong></td>
674
+ </tr>
675
+ <tr>
676
+ <td><em>Llama-2-7b-chat</em></td><td><center><em>1.21</em></center></td><td><center><em>33/100</em></center></td>
677
+ </tr>
678
+ <tr>
679
+ <td><em>RoLlama2-7b-Instruct</em></td><td><center><em><strong>3.77</strong></em></center></td><td><center><em><strong>100/100</strong></em></center></td>
680
+ </tr>
681
+ </tbody>
682
+ </table>
683
 
684
 
685
 
 
689
  |--------------------|:--------:|
690
  |RoLlama2-7b-Base | [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Base) |
691
  |*RoLlama2-7b-Instruct*| [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Instruct) |
692
+
693
 
694
 
695
  ## Citation