Update config.json
Browse files- config.json +3 -3
    	
        config.json
    CHANGED
    
    | @@ -14,12 +14,12 @@ | |
| 14 | 
             
              "layer_norm_epsilon": 1e-05,
         | 
| 15 | 
             
              "model_type": "gptj",
         | 
| 16 | 
             
              "n_embd": 768,
         | 
| 17 | 
            -
              "n_head":  | 
| 18 | 
             
              "n_inner": null,
         | 
| 19 | 
            -
              "n_layer":  | 
| 20 | 
             
              "n_positions": 1024,
         | 
| 21 | 
             
              "resid_pdrop": 0.0,
         | 
| 22 | 
            -
              "rotary_dim":  | 
| 23 | 
             
              "scale_attn_weights": true,
         | 
| 24 | 
             
              "summary_activation": null,
         | 
| 25 | 
             
              "summary_first_dropout": 0.1,
         | 
|  | |
| 14 | 
             
              "layer_norm_epsilon": 1e-05,
         | 
| 15 | 
             
              "model_type": "gptj",
         | 
| 16 | 
             
              "n_embd": 768,
         | 
| 17 | 
            +
              "n_head": 12,
         | 
| 18 | 
             
              "n_inner": null,
         | 
| 19 | 
            +
              "n_layer": 16,
         | 
| 20 | 
             
              "n_positions": 1024,
         | 
| 21 | 
             
              "resid_pdrop": 0.0,
         | 
| 22 | 
            +
              "rotary_dim": ,
         | 
| 23 | 
             
              "scale_attn_weights": true,
         | 
| 24 | 
             
              "summary_activation": null,
         | 
| 25 | 
             
              "summary_first_dropout": 0.1,
         | 
