Change max_seq_length for sentence_bert_config.json (#38)
Browse files- Change max_seq_length for sentence_bert_config.json (b5829d43291004f021aa87de28a19f342c0b89a7)
Co-authored-by: YoungJoon Jang <[email protected]>
    	
        sentence_bert_config.json
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
             
            {
         | 
| 2 | 
            -
              "max_seq_length":  | 
| 3 | 
             
              "do_lower_case": false
         | 
| 4 | 
             
            }
         | 
|  | |
| 1 | 
             
            {
         | 
| 2 | 
            +
              "max_seq_length": 32768,
         | 
| 3 | 
             
              "do_lower_case": false
         | 
| 4 | 
             
            }
         | 

