Make architecture consistent with the auto model value
Browse files- config.json +1 -1
    	
        config.json
    CHANGED
    
    | @@ -3,7 +3,7 @@ | |
| 3 | 
             
              "alibi": false,
         | 
| 4 | 
             
              "alibi_bias_max": 8.0,
         | 
| 5 | 
             
              "architectures": [
         | 
| 6 | 
            -
                " | 
| 7 | 
             
              ],
         | 
| 8 | 
             
              "attention_dropout": 0.0,
         | 
| 9 | 
             
              "attention_layer_norm": false,
         | 
|  | |
| 3 | 
             
              "alibi": false,
         | 
| 4 | 
             
              "alibi_bias_max": 8.0,
         | 
| 5 | 
             
              "architectures": [
         | 
| 6 | 
            +
                "OLMoForCausalLM"
         | 
| 7 | 
             
              ],
         | 
| 8 | 
             
              "attention_dropout": 0.0,
         | 
| 9 | 
             
              "attention_layer_norm": false,
         | 

