Improve language tag
Browse filesHi! 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.
    	
        README.md
    CHANGED
    
    | 
         @@ -1,49 +1,62 @@ 
     | 
|
| 1 | 
         
            -
            ---
         
     | 
| 2 | 
         
            -
            base_model:
         
     | 
| 3 | 
         
            -
            - Qwen/Qwen2.5-32B-Instruct
         
     | 
| 4 | 
         
            -
            - Qwen/Qwen2.5-32B
         
     | 
| 5 | 
         
            -
            - Qwen/QwQ-32B-Preview
         
     | 
| 6 | 
         
            -
            - deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
         
     | 
| 7 | 
         
            -
            - Qwen/Qwen2.5-Coder-32B-Instruct
         
     | 
| 8 | 
         
            -
            library_name: transformers
         
     | 
| 9 | 
         
            -
            tags:
         
     | 
| 10 | 
         
            -
            - mergekit
         
     | 
| 11 | 
         
            -
            - merge
         
     | 
| 12 | 
         
            -
             
     | 
| 13 | 
         
            -
             
     | 
| 14 | 
         
            -
             
     | 
| 15 | 
         
            -
             
     | 
| 16 | 
         
            -
             
     | 
| 17 | 
         
            -
             
     | 
| 18 | 
         
            -
             
     | 
| 19 | 
         
            -
             
     | 
| 20 | 
         
            -
             
     | 
| 21 | 
         
            -
             
     | 
| 22 | 
         
            -
             
     | 
| 23 | 
         
            -
             
     | 
| 24 | 
         
            -
             
     | 
| 25 | 
         
            -
             
     | 
| 26 | 
         
            -
             
     | 
| 27 | 
         
            -
             
     | 
| 28 | 
         
            -
             
     | 
| 29 | 
         
            -
             
     | 
| 30 | 
         
            -
             
     | 
| 31 | 
         
            -
             
     | 
| 32 | 
         
            -
             
     | 
| 33 | 
         
            -
             
     | 
| 34 | 
         
            -
             
     | 
| 35 | 
         
            -
             
     | 
| 36 | 
         
            -
             
     | 
| 37 | 
         
            -
             
     | 
| 38 | 
         
            -
             
     | 
| 39 | 
         
            -
             
     | 
| 40 | 
         
            -
             
     | 
| 41 | 
         
            -
             
     | 
| 42 | 
         
            -
             
     | 
| 43 | 
         
            -
             
     | 
| 44 | 
         
            -
             
     | 
| 45 | 
         
            -
             
     | 
| 46 | 
         
            -
             
     | 
| 47 | 
         
            -
             
     | 
| 48 | 
         
            -
             
     | 
| 49 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            ---
         
     | 
| 2 | 
         
            +
            base_model:
         
     | 
| 3 | 
         
            +
            - Qwen/Qwen2.5-32B-Instruct
         
     | 
| 4 | 
         
            +
            - Qwen/Qwen2.5-32B
         
     | 
| 5 | 
         
            +
            - Qwen/QwQ-32B-Preview
         
     | 
| 6 | 
         
            +
            - deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
         
     | 
| 7 | 
         
            +
            - Qwen/Qwen2.5-Coder-32B-Instruct
         
     | 
| 8 | 
         
            +
            library_name: transformers
         
     | 
| 9 | 
         
            +
            tags:
         
     | 
| 10 | 
         
            +
            - mergekit
         
     | 
| 11 | 
         
            +
            - merge
         
     | 
| 12 | 
         
            +
            language:
         
     | 
| 13 | 
         
            +
            - zho
         
     | 
| 14 | 
         
            +
            - eng
         
     | 
| 15 | 
         
            +
            - fra
         
     | 
| 16 | 
         
            +
            - spa
         
     | 
| 17 | 
         
            +
            - por
         
     | 
| 18 | 
         
            +
            - deu
         
     | 
| 19 | 
         
            +
            - ita
         
     | 
| 20 | 
         
            +
            - rus
         
     | 
| 21 | 
         
            +
            - jpn
         
     | 
| 22 | 
         
            +
            - kor
         
     | 
| 23 | 
         
            +
            - vie
         
     | 
| 24 | 
         
            +
            - tha
         
     | 
| 25 | 
         
            +
            - ara
         
     | 
| 26 | 
         
            +
            ---
         
     | 
| 27 | 
         
            +
            # output-model-directory
         
     | 
| 28 | 
         
            +
             
     | 
| 29 | 
         
            +
            This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
         
     | 
| 30 | 
         
            +
             
     | 
| 31 | 
         
            +
            ## Merge Details
         
     | 
| 32 | 
         
            +
            ### Merge Method
         
     | 
| 33 | 
         
            +
             
     | 
| 34 | 
         
            +
            This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-32B](https://huggingface.co/Qwen/Qwen2.5-32B) as a base.
         
     | 
| 35 | 
         
            +
             
     | 
| 36 | 
         
            +
            ### Models Merged
         
     | 
| 37 | 
         
            +
             
     | 
| 38 | 
         
            +
            The following models were included in the merge:
         
     | 
| 39 | 
         
            +
            * [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct)
         
     | 
| 40 | 
         
            +
            * [Qwen/QwQ-32B-Preview](https://huggingface.co/Qwen/QwQ-32B-Preview)
         
     | 
| 41 | 
         
            +
            * [deepseek-ai/DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B)
         
     | 
| 42 | 
         
            +
            * [Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct)
         
     | 
| 43 | 
         
            +
             
     | 
| 44 | 
         
            +
            ### Configuration
         
     | 
| 45 | 
         
            +
             
     | 
| 46 | 
         
            +
            The following YAML configuration was used to produce this model:
         
     | 
| 47 | 
         
            +
             
     | 
| 48 | 
         
            +
            ```yaml
         
     | 
| 49 | 
         
            +
             
     | 
| 50 | 
         
            +
            models:
         
     | 
| 51 | 
         
            +
              - model: Qwen/Qwen2.5-32B-Instruct
         
     | 
| 52 | 
         
            +
              - model: Qwen/Qwen2.5-Coder-32B-Instruct
         
     | 
| 53 | 
         
            +
              - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
         
     | 
| 54 | 
         
            +
              - model: Qwen/QwQ-32B-Preview
         
     | 
| 55 | 
         
            +
            base_model: Qwen/Qwen2.5-32B
         
     | 
| 56 | 
         
            +
            merge_method: model_stock
         
     | 
| 57 | 
         
            +
            parameters:
         
     | 
| 58 | 
         
            +
              normalize: true
         
     | 
| 59 | 
         
            +
            dtype: bfloat16
         
     | 
| 60 | 
         
            +
            tokenizer_source: Qwen/Qwen2.5-Coder-32B-Instruct
         
     | 
| 61 | 
         
            +
             
     | 
| 62 | 
         
            +
            ```
         
     |