UnityPaul commited on
Commit
522203e
1 Parent(s): f872bac

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,7 +4,7 @@ library_name: unity-sentis
4
  pipeline_tag: sentence-similarity
5
  ---
6
 
7
- # Mini LM Sentis Similarity validated for Unity Sentis (Version 1.3.0-pre.3*)
8
  *Version 1.3.0 Sentis files are not compatible with Sentis 1.4.0 and need to be recreated/downloaded
9
 
10
  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.
@@ -12,6 +12,7 @@ This is the [Mini LM v6 model](https://huggingface.co/sentence-transformers/all-
12
  ## How to Use
13
 
14
  * Create a new scene in Unity 2023
 
15
  * Add the MiniLMv6.cs file to the Main Camera
16
  * Add vocab.txt and MiniLMv6.sentis to the Assets/StreamingAssets folder
17
  * Change the string1 and string2 variables to the desired strings
 
4
  pipeline_tag: sentence-similarity
5
  ---
6
 
7
+ # Mini LM Sentis Similarity validated for Unity Sentis (Version 1.4.0-pre.2*)
8
  *Version 1.3.0 Sentis files are not compatible with Sentis 1.4.0 and need to be recreated/downloaded
9
 
10
  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.
 
12
  ## How to Use
13
 
14
  * Create a new scene in Unity 2023
15
+ * Install com.unity.sentis from the package manager
16
  * Add the MiniLMv6.cs file to the Main Camera
17
  * Add vocab.txt and MiniLMv6.sentis to the Assets/StreamingAssets folder
18
  * Change the string1 and string2 variables to the desired strings