lbourdois commited on
Commit
2c1942e
·
verified ·
1 Parent(s): ad0a057

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +41 -27
README.md CHANGED
@@ -1,27 +1,41 @@
1
- ---
2
- license: mit
3
- base_model:
4
- - Qwen/Qwen2.5-7B-Instruct
5
- tags:
6
- - merge
7
- ---
8
-
9
- # **Qwen2.5-7B-CABS-v0.3: A Merged Model Using a Novel Technique**
10
-
11
- This model is a merged version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) utilizing a novel model merging technique to optimize performance while maintaining robustness across tasks.
12
-
13
- ## **Official Performance**
14
-
15
- This model has been officially evaluated on `open_llm_leaderboard`, achieving the following results:
16
-
17
- | IFEVAL | BBH | MATH | GPQA | MUSR | MMLU-PRO | AVG |
18
- |--------|------|------|------|------|----------|-------|
19
- | 75.70 | 35.96 | 49.32 | 7.61 | 15.24 | 37.80 | 36.94 |
20
-
21
- As of **February 19, 2025**, this model ranks **1st among all 7B and smaller models** on `open_llm_leaderboard`.
22
-
23
- For the latest and complete leaderboard rankings, please refer to the [open_llm_leaderboard](https://huggingface.co/spaces/open-llm-leaderboard).
24
-
25
- ## **Recipe Coming Soon**
26
-
27
- We will release details on the merging technique and methodology soon, Stay tuned for updates! 🚀
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - Qwen/Qwen2.5-7B-Instruct
5
+ tags:
6
+ - merge
7
+ language:
8
+ - zho
9
+ - eng
10
+ - fra
11
+ - spa
12
+ - por
13
+ - deu
14
+ - ita
15
+ - rus
16
+ - jpn
17
+ - kor
18
+ - vie
19
+ - tha
20
+ - ara
21
+ ---
22
+
23
+ # **Qwen2.5-7B-CABS-v0.3: A Merged Model Using a Novel Technique**
24
+
25
+ This model is a merged version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) utilizing a novel model merging technique to optimize performance while maintaining robustness across tasks.
26
+
27
+ ## **Official Performance**
28
+
29
+ This model has been officially evaluated on `open_llm_leaderboard`, achieving the following results:
30
+
31
+ | IFEVAL | BBH | MATH | GPQA | MUSR | MMLU-PRO | AVG |
32
+ |--------|------|------|------|------|----------|-------|
33
+ | 75.70 | 35.96 | 49.32 | 7.61 | 15.24 | 37.80 | 36.94 |
34
+
35
+ As of **February 19, 2025**, this model ranks **1st among all 7B and smaller models** on `open_llm_leaderboard`.
36
+
37
+ For the latest and complete leaderboard rankings, please refer to the [open_llm_leaderboard](https://huggingface.co/spaces/open-llm-leaderboard).
38
+
39
+ ## **Recipe Coming Soon**
40
+
41
+ We will release details on the merging technique and methodology soon, Stay tuned for updates! 🚀