lbourdois commited on
Commit
5d069a5
·
verified ·
1 Parent(s): 29fc54a

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 +35 -23
README.md CHANGED
@@ -1,24 +1,36 @@
1
- ---
2
- license: mit
3
- datasets:
4
- - flwrlabs/code-alpaca-20k
5
- language:
6
- - en
7
- base_model:
8
- - Qwen/Qwen2.5-0.5B-Instruct
9
- pipeline_tag: text-generation
10
- library_name: peft
11
- tags:
12
- - text-generation-inference
13
- - code
14
- ---
15
-
16
- ## Model Details
17
-
18
- This PEFT adapter has been trained by using [Flower](https://flower.ai/), a friendly federated AI framework.
19
-
20
- The adapter and benchmark results have been submitted to the [FlowerTune LLM Code Leaderboard](https://flower.ai/benchmarks/llm-leaderboard/code/).
21
-
22
- Please check the following GitHub project for details on how to reproduce training and evaluation steps:
23
-
 
 
 
 
 
 
 
 
 
 
 
 
24
  [FlowerTune-LLM-Labs](https://github.com/ethicalabs-ai/FlowerTune-LLM-Labs/blob/main/workspace/models/README.md)
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - flwrlabs/code-alpaca-20k
5
+ language:
6
+ - zho
7
+ - eng
8
+ - fra
9
+ - spa
10
+ - por
11
+ - deu
12
+ - ita
13
+ - rus
14
+ - jpn
15
+ - kor
16
+ - vie
17
+ - tha
18
+ - ara
19
+ base_model:
20
+ - Qwen/Qwen2.5-0.5B-Instruct
21
+ pipeline_tag: text-generation
22
+ library_name: peft
23
+ tags:
24
+ - text-generation-inference
25
+ - code
26
+ ---
27
+
28
+ ## Model Details
29
+
30
+ This PEFT adapter has been trained by using [Flower](https://flower.ai/), a friendly federated AI framework.
31
+
32
+ The adapter and benchmark results have been submitted to the [FlowerTune LLM Code Leaderboard](https://flower.ai/benchmarks/llm-leaderboard/code/).
33
+
34
+ Please check the following GitHub project for details on how to reproduce training and evaluation steps:
35
+
36
  [FlowerTune-LLM-Labs](https://github.com/ethicalabs-ai/FlowerTune-LLM-Labs/blob/main/workspace/models/README.md)