lbourdois commited on
Commit
d000788
·
verified ·
1 Parent(s): fdffa22

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 +29 -15
README.md CHANGED
@@ -1,15 +1,29 @@
1
- ---
2
- license: mit
3
- datasets:
4
- - rpeddu/kodama-updated
5
- base_model:
6
- - Qwen/Qwen2.5-0.5B-Instruct
7
- tags:
8
- - judge
9
- - evaluation
10
- - scoring
11
- ---
12
-
13
-
14
- Model Description
15
- This is a base qwen model finetuned to be an efficient accurate LLM as a judge. It should excel in Likert scoring, and feedback generation taks. JSON response format tuned.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - rpeddu/kodama-updated
5
+ base_model:
6
+ - Qwen/Qwen2.5-0.5B-Instruct
7
+ tags:
8
+ - judge
9
+ - evaluation
10
+ - scoring
11
+ language:
12
+ - zho
13
+ - eng
14
+ - fra
15
+ - spa
16
+ - por
17
+ - deu
18
+ - ita
19
+ - rus
20
+ - jpn
21
+ - kor
22
+ - vie
23
+ - tha
24
+ - ara
25
+ ---
26
+
27
+
28
+ Model Description
29
+ This is a base qwen model finetuned to be an efficient accurate LLM as a judge. It should excel in Likert scoring, and feedback generation taks. JSON response format tuned.