Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
license: gemma
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- conversational
|
9 |
+
base_model: princeton-nlp/gemma-2-9b-it-SimPO
|
10 |
+
|
11 |
+
---
|
12 |
+
|
13 |
+
[![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
|
14 |
+
|
15 |
+
|
16 |
+
# QuantFactory/gemma-2-9b-it-SimPO-rudpo-GGUF
|
17 |
+
This is quantized version of [radm/gemma-2-9b-it-SimPO-rudpo](https://huggingface.co/radm/gemma-2-9b-it-SimPO-rudpo) created using llama.cpp
|
18 |
+
|
19 |
+
# Original Model Card
|
20 |
+
|
21 |
+
|
22 |
+
# Gemma-2-9b-it-SimPO-rudpo
|
23 |
+
|
24 |
+
## Model Information
|
25 |
+
|
26 |
+
Improved quality of Russian language compared to the base model. Tested on [arena-hard questions in Russian](https://github.com/r4dm/arena-hard-local)
|
27 |
+
```
|
28 |
+
gemma-2-9b-it-SimPO-rudpo | score: 91.9 | 95% CI: (-0.9, 0.9) | average #tokens: 1013 <---- THIS MODEL
|
29 |
+
gemma-2-9b-it-SimPO | score: 90.9 | 95% CI: (-0.9, 1.1) | average #tokens: 1065
|
30 |
+
gemma-2-27b-it-FP8 | score: 82.0 | 95% CI: (-1.3, 1.5) | average #tokens: 799
|
31 |
+
gemma-2-9b-it | score: 67.0 | 95% CI: (-1.8, 1.7) | average #tokens: 760
|
32 |
+
gemma-2-2b-it-abl-rudpo | score: 61.6 | 95% CI: (-1.7, 2.2) | average #tokens: 1121
|
33 |
+
gemma-2-2b-it-abl | score: 48.8 | 95% CI: (-1.9, 2.0) | average #tokens: 783
|
34 |
+
gemma-2b-it | score: 8.8 | 95% CI: (-1.1, 1.0) | average #tokens: 425
|
35 |
+
```
|