Update README.md
#1
by alokaj - opened
README.md
CHANGED
|
@@ -6,8 +6,8 @@ license: apache-2.0
|
|
| 6 |
This model is a full precision version of the original [universal-sentence-encoder](https://tfhub.dev/google/universal-sentence-encoder/4),
|
| 7 |
wrapped by input and output reshaping layers.
|
| 8 |
|
| 9 |
-
These wrapping processing layers change the input
|
| 10 |
-
making the model compatible with the serving environments of the Actian Analytics Engine that requires
|
| 11 |
|
| 12 |
## Description adapted from [TFHub](https://tfhub.dev/google/universal-sentence-encoder/4)
|
| 13 |
|
|
|
|
| 6 |
This model is a full precision version of the original [universal-sentence-encoder](https://tfhub.dev/google/universal-sentence-encoder/4),
|
| 7 |
wrapped by input and output reshaping layers.
|
| 8 |
|
| 9 |
+
These wrapping processing layers change the input signature from Rank-1 (Lists) to Rank-2 (Matrices),
|
| 10 |
+
making the model compatible with the serving environments of the Actian Analytics Engine that requires an input dimension of Rank-2 or higher.
|
| 11 |
|
| 12 |
## Description adapted from [TFHub](https://tfhub.dev/google/universal-sentence-encoder/4)
|
| 13 |
|