Adding README reference
Browse files
README.md
CHANGED
@@ -10,6 +10,9 @@ tags:
|
|
10 |
- tensorflow
|
11 |
---
|
12 |
|
|
|
|
|
|
|
13 |
# Overview
|
14 |
|
15 |
The Universal Sentence Encoder encodes text into high-dimensional vectors that can be used for text classification, semantic similarity, clustering and other natural language tasks.
|
|
|
10 |
- tensorflow
|
11 |
---
|
12 |
|
13 |
+
## Model name: universal-sentence-encoder
|
14 |
+
## Description adapted from [TFHub](https://tfhub.dev/google/universal-sentence-encoder/4)
|
15 |
+
|
16 |
# Overview
|
17 |
|
18 |
The Universal Sentence Encoder encodes text into high-dimensional vectors that can be used for text classification, semantic similarity, clustering and other natural language tasks.
|