Update config.json
Browse files- config.json +1 -1
    	
        config.json
    CHANGED
    
    | @@ -7,7 +7,7 @@ | |
| 7 | 
             
                "attention_dropout": 0.0,
         | 
| 8 | 
             
                "attn_logit_softcapping": null,
         | 
| 9 | 
             
                "bos_token_id": 2,
         | 
| 10 | 
            -
                "eos_token_id": 1,
         | 
| 11 | 
             
                "final_logit_softcapping": null,
         | 
| 12 | 
             
                "head_dim": 256,
         | 
| 13 | 
             
                "hidden_activation": "gelu_pytorch_tanh",
         | 
|  | |
| 7 | 
             
                "attention_dropout": 0.0,
         | 
| 8 | 
             
                "attn_logit_softcapping": null,
         | 
| 9 | 
             
                "bos_token_id": 2,
         | 
| 10 | 
            +
                "eos_token_id": [1, 106],
         | 
| 11 | 
             
                "final_logit_softcapping": null,
         | 
| 12 | 
             
                "head_dim": 256,
         | 
| 13 | 
             
                "hidden_activation": "gelu_pytorch_tanh",
         | 

