lly0571 commited on
Commit
a433369
·
verified ·
1 Parent(s): c67bf19

Update sentence_bert_config.json

Browse files

Align the `sentence_bert_config.json` with the `max_position_embeddings` defined in `config.json`.

Files changed (1) hide show
  1. sentence_bert_config.json +1 -1
sentence_bert_config.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "max_seq_length": 256,
3
  "do_lower_case": false
4
  }
 
1
  {
2
+ "max_seq_length": 32768,
3
  "do_lower_case": false
4
  }