Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
# Yugo55A-GPT
|
| 5 |
+
|
| 6 |
+
- **Developed by:** datatab
|
| 7 |
+
- **License:** mit
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
## 🏆 Results
|
| 11 |
+
> Results obtained through the Serbian LLM evaluation, released by Aleksa Gordić: [serbian-llm-eval](https://github.com/gordicaleksa/serbian-llm-eval)
|
| 12 |
+
> * Evaluation was conducted on a 4-bit version of the model due to hardware resource constraints.
|
| 13 |
+
|
| 14 |
+
<table>
|
| 15 |
+
<tr>
|
| 16 |
+
<th>MODEL</th>
|
| 17 |
+
<th>community:serbian_evals:oz_eval:0</th>
|
| 18 |
+
<th>ARC-C</th>
|
| 19 |
+
<th>Hellaswag</th>
|
| 20 |
+
<th>BoolQ</th>
|
| 21 |
+
<th>Winogrande</th>
|
| 22 |
+
<th>OpenbookQA</th>
|
| 23 |
+
<th>PiQA</th>
|
| 24 |
+
</tr>
|
| 25 |
+
<tr>
|
| 26 |
+
<td><a href="https://huggingface.co/datatab/Yugo55-GPT-v4-4bit/">YugoGPT-Florida</a></td>
|
| 27 |
+
<td>0.7407</td>
|
| 28 |
+
<td>36.00</td>
|
| 29 |
+
<td>57.51</td>
|
| 30 |
+
<td>80.92</td>
|
| 31 |
+
<td><strong>65.75</strong></td>
|
| 32 |
+
<td>34.70</td>
|
| 33 |
+
<td><strong>70.54</strong></td>
|
| 34 |
+
</tr>
|
| 35 |
+
<tr>
|
| 36 |
+
<td><a href="https://huggingface.co/datatab/Yugo55A-GPT/">Yugo55A-GPT</a></td>
|
| 37 |
+
<td><strong>51.52</strong></td>
|
| 38 |
+
<td><strong>37.78</strong></td>
|
| 39 |
+
<td><strong>57.52</strong></td>
|
| 40 |
+
<td><strong>84.40</strong></td>
|
| 41 |
+
<td>65.43</td>
|
| 42 |
+
<td><strong>35.60</strong></td>
|
| 43 |
+
<td>69.43</td>
|
| 44 |
+
</tr>
|
| 45 |
+
</table>
|