Paul Bird
commited on
Commit
•
24438fc
1
Parent(s):
2e4f09d
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ pipeline_tag: sentence-similarity
|
|
6 |
|
7 |
# Mini LM Sentis Similarity validated for Unity Sentis
|
8 |
|
9 |
-
This is the [Mini LM v6 model](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) in the Sentis format to run on Unity 2023
|
10 |
|
11 |
## How to Use
|
12 |
|
@@ -16,6 +16,9 @@ This is the [Mini LM v6 model](https://huggingface.co/sentence-transformers/all-
|
|
16 |
* Change the string1 and string2 variables to the desired strings
|
17 |
* Press play, the results will show in the Console
|
18 |
|
|
|
|
|
|
|
19 |
# Example Inputs
|
20 |
```
|
21 |
string1 = "That is a happy person"
|
|
|
6 |
|
7 |
# Mini LM Sentis Similarity validated for Unity Sentis
|
8 |
|
9 |
+
This is the [Mini LM v6 model](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) in the Sentis format to run on Unity 2023. It is a sentence similarity model that compares different sentences and gives a score depending on how similar they are.
|
10 |
|
11 |
## How to Use
|
12 |
|
|
|
16 |
* Change the string1 and string2 variables to the desired strings
|
17 |
* Press play, the results will show in the Console
|
18 |
|
19 |
+
## Project Demonstration
|
20 |
+
There is also a good [tutorial](https://huggingface.co/unity/sentis-MiniLM-v6) of using this model in a mini-game made by Hugging Face.
|
21 |
+
|
22 |
# Example Inputs
|
23 |
```
|
24 |
string1 = "That is a happy person"
|