Afzal Hosen
#231
by
						
advafzal
	
							
						- opened
							
					
    	
        README.md
    CHANGED
    
    | @@ -1,5 +1,4 @@ | |
| 1 | 
             
            ---
         | 
| 2 | 
            -
            library_name: vllm
         | 
| 3 | 
             
            language:
         | 
| 4 | 
             
            - fr
         | 
| 5 | 
             
            - it
         | 
| @@ -7,17 +6,13 @@ language: | |
| 7 | 
             
            - es
         | 
| 8 | 
             
            - en
         | 
| 9 | 
             
            license: apache-2.0
         | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
|  | |
| 12 | 
             
            widget:
         | 
| 13 | 
             
            - messages:
         | 
| 14 | 
             
              - role: user
         | 
| 15 | 
             
                content: What is your favorite condiment?
         | 
| 16 | 
            -
            extra_gated_description: >-
         | 
| 17 | 
            -
              If you want to learn more about how we process your personal data, please read
         | 
| 18 | 
            -
              our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
         | 
| 19 | 
            -
            tags:
         | 
| 20 | 
            -
            - vllm
         | 
| 21 | 
             
            ---
         | 
| 22 | 
             
            # Model Card for Mixtral-8x7B
         | 
| 23 |  | 
| @@ -40,7 +35,7 @@ tokens = tokenizer.encode_chat_completion(completion_request).tokens | |
| 40 | 
             
            ## Inference with `mistral_inference`
         | 
| 41 |  | 
| 42 | 
             
             ```py
         | 
| 43 | 
            -
            from mistral_inference. | 
| 44 | 
             
            from mistral_inference.generate import generate
         | 
| 45 |  | 
| 46 | 
             
            model = Transformer.from_folder(mistral_models_path)
         | 
|  | |
| 1 | 
             
            ---
         | 
|  | |
| 2 | 
             
            language:
         | 
| 3 | 
             
            - fr
         | 
| 4 | 
             
            - it
         | 
|  | |
| 6 | 
             
            - es
         | 
| 7 | 
             
            - en
         | 
| 8 | 
             
            license: apache-2.0
         | 
| 9 | 
            +
            inference:
         | 
| 10 | 
            +
              parameters:
         | 
| 11 | 
            +
                temperature: 0.5
         | 
| 12 | 
             
            widget:
         | 
| 13 | 
             
            - messages:
         | 
| 14 | 
             
              - role: user
         | 
| 15 | 
             
                content: What is your favorite condiment?
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
| 16 | 
             
            ---
         | 
| 17 | 
             
            # Model Card for Mixtral-8x7B
         | 
| 18 |  | 
|  | |
| 35 | 
             
            ## Inference with `mistral_inference`
         | 
| 36 |  | 
| 37 | 
             
             ```py
         | 
| 38 | 
            +
            from mistral_inference.model import Transformer
         | 
| 39 | 
             
            from mistral_inference.generate import generate
         | 
| 40 |  | 
| 41 | 
             
            model = Transformer.from_folder(mistral_models_path)
         | 
