Upload config.json with huggingface_hub
Browse files- config.json +3 -0
    	
        config.json
    CHANGED
    
    | @@ -18,6 +18,9 @@ | |
| 18 | 
             
              "n_embd": 1280,
         | 
| 19 | 
             
              "n_head": 10,
         | 
| 20 | 
             
              "n_layer": 20,
         | 
|  | |
|  | |
|  | |
| 21 | 
             
              "num_key_value_heads": 10,
         | 
| 22 | 
             
              "pad_token": "<|assistant_end|>",
         | 
| 23 | 
             
              "pad_token_id": 65531,
         | 
|  | |
| 18 | 
             
              "n_embd": 1280,
         | 
| 19 | 
             
              "n_head": 10,
         | 
| 20 | 
             
              "n_layer": 20,
         | 
| 21 | 
            +
              "hidden_size": 1280,
         | 
| 22 | 
            +
              "num_attention_heads": 10,
         | 
| 23 | 
            +
              "num_hidden_layers": 20,
         | 
| 24 | 
             
              "num_key_value_heads": 10,
         | 
| 25 | 
             
              "pad_token": "<|assistant_end|>",
         | 
| 26 | 
             
              "pad_token_id": 65531,
         | 

