Update config.json
Browse files- config.json +3 -0
    	
        config.json
    CHANGED
    
    | @@ -1,4 +1,7 @@ | |
| 1 | 
             
            {
         | 
|  | |
|  | |
|  | |
| 2 | 
             
              "initializer_range": 0.02,
         | 
| 3 | 
             
              "layer_norm_epsilon": 1e-05,
         | 
| 4 | 
             
              "n_ctx": 1024,
         | 
|  | |
| 1 | 
             
            {
         | 
| 2 | 
            +
              "architectures": [
         | 
| 3 | 
            +
                "GPT2LMHeadModel"
         | 
| 4 | 
            +
              ],
         | 
| 5 | 
             
              "initializer_range": 0.02,
         | 
| 6 | 
             
              "layer_norm_epsilon": 1e-05,
         | 
| 7 | 
             
              "n_ctx": 1024,
         | 

