nreimers commited on
Commit
86eb780
1 Parent(s): 955d069

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -90,7 +90,7 @@ organized by Hugging Face. We developped this model as part of the project:
90
  Our model is intented to be used as a sentence and short paragraph encoder. Given an input text, it ouptuts a vector which captures
91
  the semantic information. The sentence vector may be used for information retrieval, clustering or sentence similarity tasks.
92
 
93
- By default, input text longer than 512 word pieces is truncated.
94
 
95
 
96
  ## Training procedure
90
  Our model is intented to be used as a sentence and short paragraph encoder. Given an input text, it ouptuts a vector which captures
91
  the semantic information. The sentence vector may be used for information retrieval, clustering or sentence similarity tasks.
92
 
93
+ By default, input text longer than 384 word pieces is truncated.
94
 
95
 
96
  ## Training procedure