lmtri0312 commited on
Commit
9d64d79
·
verified ·
1 Parent(s): fb97806

Fix sentence_bert_config.json kwargs

Browse files
Files changed (1) hide show
  1. sentence_bert_config.json +2 -8
sentence_bert_config.json CHANGED
@@ -1,10 +1,4 @@
1
  {
2
- "transformer_task": "feature-extraction",
3
- "modality_config": {
4
- "text": {
5
- "method": "forward",
6
- "method_output_name": "last_hidden_state"
7
- }
8
- },
9
- "module_output_name": "token_embeddings"
10
  }
 
1
  {
2
+ "max_seq_length": 512,
3
+ "do_lower_case": false
 
 
 
 
 
 
4
  }