Update config.json
Browse files- config.json +1 -1
 
    	
        config.json
    CHANGED
    
    | 
         @@ -27,6 +27,6 @@ 
     | 
|
| 27 | 
         
             
              "rotary_dim": 32,
         
     | 
| 28 | 
         
             
              "tie_word_embeddings": false,
         
     | 
| 29 | 
         
             
              "torch_dtype": "float16",
         
     | 
| 30 | 
         
            -
              "transformers_version": "4. 
     | 
| 31 | 
         
             
              "vocab_size": 51200
         
     | 
| 32 | 
         
             
            }
         
     | 
| 
         | 
|
| 27 | 
         
             
              "rotary_dim": 32,
         
     | 
| 28 | 
         
             
              "tie_word_embeddings": false,
         
     | 
| 29 | 
         
             
              "torch_dtype": "float16",
         
     | 
| 30 | 
         
            +
              "transformers_version": "4.34.1",
         
     | 
| 31 | 
         
             
              "vocab_size": 51200
         
     | 
| 32 | 
         
             
            }
         
     |