intfloat charlieCs commited on
Commit
84344a2
·
verified ·
1 Parent(s): 1a50ec2

Ensuring compatibility with the sentence-transformers library (#24)

Browse files

- Ensuring compatibility with the sentence-transformers library (d0d13e3c07d9685f54ae6fdc3842b1c7c47b0a2c)


Co-authored-by: charlie <[email protected]>

Files changed (1) hide show
  1. sentence_xlm-roberta_config.json +4 -0
sentence_xlm-roberta_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 512,
3
+ "do_lower_case": false
4
+ }