Add architectures field to config.json
Browse files- config.json +3 -0
 
    	
        config.json
    CHANGED
    
    | 
         @@ -1,4 +1,7 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 2 | 
         
             
              "attention_dropout": 0.0,
         
     | 
| 3 | 
         
             
              "bos_token_id": 0,
         
     | 
| 4 | 
         
             
              "eos_token_id": 0,
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
            +
              "architectures": [
         
     | 
| 3 | 
         
            +
                "Starcoder2ForCausalLM"
         
     | 
| 4 | 
         
            +
              ],
         
     | 
| 5 | 
         
             
              "attention_dropout": 0.0,
         
     | 
| 6 | 
         
             
              "bos_token_id": 0,
         
     | 
| 7 | 
         
             
              "eos_token_id": 0,
         
     |