Update mlc-chat-config.json
Browse files- mlc-chat-config.json +7 -0
    	
        mlc-chat-config.json
    CHANGED
    
    | @@ -11,6 +11,13 @@ | |
| 11 | 
             
                "vocab_size": 128256,
         | 
| 12 | 
             
                "tie_word_embeddings": false,
         | 
| 13 | 
             
                "position_embedding_base": 500000.0,
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 14 | 
             
                "context_window_size": 131072,
         | 
| 15 | 
             
                "prefill_chunk_size": 2048,
         | 
| 16 | 
             
                "num_key_value_heads": 8,
         | 
|  | |
| 11 | 
             
                "vocab_size": 128256,
         | 
| 12 | 
             
                "tie_word_embeddings": false,
         | 
| 13 | 
             
                "position_embedding_base": 500000.0,
         | 
| 14 | 
            +
                "rope_scaling": {
         | 
| 15 | 
            +
                  "factor": 8.0,
         | 
| 16 | 
            +
                  "low_freq_factor": 1.0,
         | 
| 17 | 
            +
                  "high_freq_factor": 4.0,
         | 
| 18 | 
            +
                  "original_max_position_embeddings": 8192,
         | 
| 19 | 
            +
                  "rope_type": "llama3"
         | 
| 20 | 
            +
                },
         | 
| 21 | 
             
                "context_window_size": 131072,
         | 
| 22 | 
             
                "prefill_chunk_size": 2048,
         | 
| 23 | 
             
                "num_key_value_heads": 8,
         | 
