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,19 +1,31 @@ | |
| 1 | 
            -
            ---
         | 
| 2 | 
            -
            library_name: transformers
         | 
| 3 | 
            -
            license: mit
         | 
| 4 | 
            -
            datasets:
         | 
| 5 | 
            -
            - ethicalabs/Kurtis-E1-SFT
         | 
| 6 | 
            -
            language:
         | 
| 7 | 
            -
            -  | 
| 8 | 
            -
             | 
| 9 | 
            -
            -  | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
| 14 | 
            -
             | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 19 | 
             
            Work in progress!!
         | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            library_name: transformers
         | 
| 3 | 
            +
            license: mit
         | 
| 4 | 
            +
            datasets:
         | 
| 5 | 
            +
            - ethicalabs/Kurtis-E1-SFT
         | 
| 6 | 
            +
            language:
         | 
| 7 | 
            +
            - zho
         | 
| 8 | 
            +
            - eng
         | 
| 9 | 
            +
            - fra
         | 
| 10 | 
            +
            - spa
         | 
| 11 | 
            +
            - por
         | 
| 12 | 
            +
            - deu
         | 
| 13 | 
            +
            - ita
         | 
| 14 | 
            +
            - rus
         | 
| 15 | 
            +
            - jpn
         | 
| 16 | 
            +
            - kor
         | 
| 17 | 
            +
            - vie
         | 
| 18 | 
            +
            - tha
         | 
| 19 | 
            +
            - ara
         | 
| 20 | 
            +
            base_model:
         | 
| 21 | 
            +
            - Qwen/Qwen2.5-0.5B-Instruct
         | 
| 22 | 
            +
            pipeline_tag: text-generation
         | 
| 23 | 
            +
            ---
         | 
| 24 | 
            +
             | 
| 25 | 
            +
            # Model Card for Kurtis-E1.1-Qwen2.5-0.5B-Instruct
         | 
| 26 | 
            +
             | 
| 27 | 
            +
            Kurtis E1.1 fine-tuned with [flower](https://flower.ai/)
         | 
| 28 | 
            +
             | 
| 29 | 
            +
            ## Eval Results
         | 
| 30 | 
            +
             | 
| 31 | 
             
            Work in progress!!
         | 

