Update config.json
#5
by
						
win10
	
							
						- opened
							
					
- config.json +7 -2
    	
        config.json
    CHANGED
    
    | @@ -22,6 +22,11 @@ | |
| 22 | 
             
              "torch_dtype": "bfloat16",
         | 
| 23 | 
             
              "transformers_version": "4.43.1",
         | 
| 24 | 
             
              "use_cache": true,
         | 
| 25 | 
            -
              "use_sliding_window":  | 
| 26 | 
            -
              "vocab_size": 152064
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
| 27 | 
             
            }
         | 
|  | |
| 22 | 
             
              "torch_dtype": "bfloat16",
         | 
| 23 | 
             
              "transformers_version": "4.43.1",
         | 
| 24 | 
             
              "use_cache": true,
         | 
| 25 | 
            +
              "use_sliding_window": true,
         | 
| 26 | 
            +
              "vocab_size": 152064,
         | 
| 27 | 
            +
              "rope_scaling": {
         | 
| 28 | 
            +
                "factor": 4.0,
         | 
| 29 | 
            +
                "original_max_position_embeddings": 32768,
         | 
| 30 | 
            +
                "type": "yarn"
         | 
| 31 | 
            +
              }
         | 
| 32 | 
             
            }
         | 
