Paul Bird
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,5 +14,17 @@ This is the [Mini LM v6 model](https://huggingface.co/sentence-transformers/all-
|
|
| 14 |
* Change the string1 and string2 variables to the desired strings
|
| 15 |
* Press play, the results will show in the Console
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
## Unity Sentis
|
| 18 |
Sentis is the inference engine for Unity. More can be found about it [here](https://unity.com/products/sentis)
|
|
|
|
| 14 |
* Change the string1 and string2 variables to the desired strings
|
| 15 |
* Press play, the results will show in the Console
|
| 16 |
|
| 17 |
+
# Example Inputs
|
| 18 |
+
```
|
| 19 |
+
string1 = "That is a happy person"
|
| 20 |
+
|
| 21 |
+
string2 = "That is a happy dog"
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
# Example Outputs
|
| 25 |
+
```
|
| 26 |
+
Similarity Score: 0.6945773
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
## Unity Sentis
|
| 30 |
Sentis is the inference engine for Unity. More can be found about it [here](https://unity.com/products/sentis)
|