Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -9,17 +9,12 @@ license: apache-2.0 
     | 
|
| 9 | 
         
             
            model_creator: Teknium
         
     | 
| 10 | 
         
             
            model_name: Openhermes 2.5 Mistral 7B
         
     | 
| 11 | 
         
             
            model_type: mistral
         
     | 
| 12 | 
         
            -
            prompt_template:  
     | 
| 13 | 
         
            -
             
     | 
| 14 | 
         
             
              {system_message}<|im_end|>
         
     | 
| 15 | 
         
            -
             
     | 
| 16 | 
         
             
              <|im_start|>user
         
     | 
| 17 | 
         
            -
             
     | 
| 18 | 
         
             
              {prompt}<|im_end|>
         
     | 
| 19 | 
         
            -
             
     | 
| 20 | 
         
             
              <|im_start|>assistant
         
     | 
| 21 | 
         
            -
             
     | 
| 22 | 
         
            -
              '
         
     | 
| 23 | 
         
             
            quantized_by: TheBloke
         
     | 
| 24 | 
         
             
            tags:
         
     | 
| 25 | 
         
             
            - mistral
         
     | 
| 
         @@ -30,6 +25,7 @@ tags: 
     | 
|
| 30 | 
         
             
            - synthetic data
         
     | 
| 31 | 
         
             
            - distillation
         
     | 
| 32 | 
         
             
            - llamafile
         
     | 
| 
         | 
|
| 33 | 
         
             
            ---
         
     | 
| 34 | 
         
             
            <!-- markdownlint-disable MD041 -->
         
     | 
| 35 | 
         | 
| 
         @@ -625,4 +621,4 @@ In LM-Studio, simply select the ChatML Prefix on the settings side pane: 
     | 
|
| 625 | 
         | 
| 626 | 
         
             
            [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
         
     | 
| 627 | 
         | 
| 628 | 
         
            -
            <!-- original-model-card end -->
         
     | 
| 
         | 
|
| 9 | 
         
             
            model_creator: Teknium
         
     | 
| 10 | 
         
             
            model_name: Openhermes 2.5 Mistral 7B
         
     | 
| 11 | 
         
             
            model_type: mistral
         
     | 
| 12 | 
         
            +
            prompt_template: |
         
     | 
| 13 | 
         
            +
              <|im_start|>system
         
     | 
| 14 | 
         
             
              {system_message}<|im_end|>
         
     | 
| 
         | 
|
| 15 | 
         
             
              <|im_start|>user
         
     | 
| 
         | 
|
| 16 | 
         
             
              {prompt}<|im_end|>
         
     | 
| 
         | 
|
| 17 | 
         
             
              <|im_start|>assistant
         
     | 
| 
         | 
|
| 
         | 
|
| 18 | 
         
             
            quantized_by: TheBloke
         
     | 
| 19 | 
         
             
            tags:
         
     | 
| 20 | 
         
             
            - mistral
         
     | 
| 
         | 
|
| 25 | 
         
             
            - synthetic data
         
     | 
| 26 | 
         
             
            - distillation
         
     | 
| 27 | 
         
             
            - llamafile
         
     | 
| 28 | 
         
            +
            pipeline_tag: text-generation
         
     | 
| 29 | 
         
             
            ---
         
     | 
| 30 | 
         
             
            <!-- markdownlint-disable MD041 -->
         
     | 
| 31 | 
         | 
| 
         | 
|
| 621 | 
         | 
| 622 | 
         
             
            [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
         
     | 
| 623 | 
         | 
| 624 | 
         
            +
            <!-- original-model-card end -->
         
     |