Fix architecture (#6)
Browse files- Fix architecture (9627ca11a6723d600048f54067f2e21b8b0dc606)
Co-authored-by: Lewis Tunstall <[email protected]>
- config.json +1 -1
    	
        config.json
    CHANGED
    
    | @@ -4,7 +4,7 @@ | |
| 4 | 
             
              "attention_softmax_in_fp32": true,
         | 
| 5 | 
             
              "bias_dropout_fusion": true,
         | 
| 6 | 
             
              "architectures": [
         | 
| 7 | 
            -
                " | 
| 8 | 
             
              ],
         | 
| 9 | 
             
              "bos_token_id": 1,
         | 
| 10 | 
             
              "eos_token_id": 2,
         | 
|  | |
| 4 | 
             
              "attention_softmax_in_fp32": true,
         | 
| 5 | 
             
              "bias_dropout_fusion": true,
         | 
| 6 | 
             
              "architectures": [
         | 
| 7 | 
            +
                "BloomModelForCausalLM"
         | 
| 8 | 
             
              ],
         | 
| 9 | 
             
              "bos_token_id": 1,
         | 
| 10 | 
             
              "eos_token_id": 2,
         | 

