Commit 
							
							·
						
						ec98bf0
	
1
								Parent(s):
							
							1a62978
								
update tokenizer_config.json,config.json,generation_config.json
Browse files- config.json +1 -1
- generation_config.json +2 -2
- tokenizer_config.json +1 -1
    	
        config.json
    CHANGED
    
    | @@ -10,7 +10,7 @@ | |
| 10 | 
             
              "initializer_range": 0.02,
         | 
| 11 | 
             
              "intermediate_size": 13824,
         | 
| 12 | 
             
              "max_position_embeddings": 32768,
         | 
| 13 | 
            -
              "max_window_layers":  | 
| 14 | 
             
              "model_type": "qwen2",
         | 
| 15 | 
             
              "num_attention_heads": 40,
         | 
| 16 | 
             
              "num_hidden_layers": 48,
         | 
|  | |
| 10 | 
             
              "initializer_range": 0.02,
         | 
| 11 | 
             
              "intermediate_size": 13824,
         | 
| 12 | 
             
              "max_position_embeddings": 32768,
         | 
| 13 | 
            +
              "max_window_layers": 48,
         | 
| 14 | 
             
              "model_type": "qwen2",
         | 
| 15 | 
             
              "num_attention_heads": 40,
         | 
| 16 | 
             
              "num_hidden_layers": 48,
         | 
    	
        generation_config.json
    CHANGED
    
    | @@ -10,5 +10,5 @@ | |
| 10 | 
             
              "temperature": 0.7,
         | 
| 11 | 
             
              "top_p": 0.8,
         | 
| 12 | 
             
              "top_k": 20,
         | 
| 13 | 
            -
              "transformers_version": "4. | 
| 14 | 
            -
            }
         | 
|  | |
| 10 | 
             
              "temperature": 0.7,
         | 
| 11 | 
             
              "top_p": 0.8,
         | 
| 12 | 
             
              "top_k": 20,
         | 
| 13 | 
            +
              "transformers_version": "4.43.1"
         | 
| 14 | 
            +
            }
         | 
    	
        tokenizer_config.json
    CHANGED
    
    | @@ -204,4 +204,4 @@ | |
| 204 | 
             
              "split_special_tokens": false,
         | 
| 205 | 
             
              "tokenizer_class": "Qwen2Tokenizer",
         | 
| 206 | 
             
              "unk_token": null
         | 
| 207 | 
            -
            }
         | 
|  | |
| 204 | 
             
              "split_special_tokens": false,
         | 
| 205 | 
             
              "tokenizer_class": "Qwen2Tokenizer",
         | 
| 206 | 
             
              "unk_token": null
         | 
| 207 | 
            +
            }
         | 

