spelling corrections
Browse filesintented -> intended, ouptput -> output
README.md
CHANGED
@@ -110,7 +110,7 @@ organized by Hugging Face. We developped this model as part of the project:
|
|
110 |
|
111 |
## Intended uses
|
112 |
|
113 |
-
Our model is
|
114 |
the semantic information. The sentence vector may be used for information retrieval, clustering or sentence similarity tasks.
|
115 |
|
116 |
By default, input text longer than 256 word pieces is truncated.
|
|
|
110 |
|
111 |
## Intended uses
|
112 |
|
113 |
+
Our model is intended to be used as a sentence and short paragraph encoder. Given an input text, it outputs a vector which captures
|
114 |
the semantic information. The sentence vector may be used for information retrieval, clustering or sentence similarity tasks.
|
115 |
|
116 |
By default, input text longer than 256 word pieces is truncated.
|