fix(config): Removes auto_map since it is not used anymore.
Browse files- config.json +0 -4
 
    	
        config.json
    CHANGED
    
    | 
         @@ -3,10 +3,6 @@ 
     | 
|
| 3 | 
         
             
              "architectures": [
         
     | 
| 4 | 
         
             
                "PhiForCausalLM"
         
     | 
| 5 | 
         
             
              ],
         
     | 
| 6 | 
         
            -
              "auto_map": {
         
     | 
| 7 | 
         
            -
                "AutoConfig": "configuration_phi.PhiConfig",
         
     | 
| 8 | 
         
            -
                "AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
         
     | 
| 9 | 
         
            -
              },
         
     | 
| 10 | 
         
             
              "attention_dropout": 0.0,
         
     | 
| 11 | 
         
             
              "bos_token_id": null,
         
     | 
| 12 | 
         
             
              "embd_pdrop": 0.0,
         
     | 
| 
         | 
|
| 3 | 
         
             
              "architectures": [
         
     | 
| 4 | 
         
             
                "PhiForCausalLM"
         
     | 
| 5 | 
         
             
              ],
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 6 | 
         
             
              "attention_dropout": 0.0,
         
     | 
| 7 | 
         
             
              "bos_token_id": null,
         
     | 
| 8 | 
         
             
              "embd_pdrop": 0.0,
         
     |