UnityPaul commited on
Commit
668eb9f
1 Parent(s): 833095d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -4,15 +4,16 @@ library_name: unity-sentis
4
  pipeline_tag: text-generation
5
  ---
6
 
7
- # The files on this branch are currently being updated come back late #
8
 
 
9
 
 
10
 
11
 
12
 
13
 
14
 
15
- # Phi 1.5 Model in Unity Sentis (Version 1.3.0-pre.3*)
16
  *Version 1.3.0 Sentis files are not compatible with Sentis 1.4.0 and need to be recreated/downloaded
17
 
18
  This is the [Microsoft Phi 1.5](https://huggingface.co/microsoft/phi-1_5) model checked to run on Unity 2023. Phi 1.5 is a Large Language Model that was trained on synthesized data. Please see their page for more information about the model and license.
@@ -21,7 +22,7 @@ The model has 1.3 billion parameters.
21
 
22
  ## How to Use
23
  * Create a new scene in Unity 2023
24
- * Install `com.unity.sentis` version `1.3.0-pre.3` and `com.unity.nuget.newtonsoft-json` packages
25
  * Add the RunPhi15.cs file to the Main Camera
26
  * Put `phi15.sentis`, `vocab.json` and `merges.txt` in the Assets/StreamingAssets folder
27
  * Adjust some of the variables such as the `outputText` string to set the prompt
 
4
  pipeline_tag: text-generation
5
  ---
6
 
 
7
 
8
+ # The files on this branch are currently being updated come back later #
9
 
10
+ The Sentis 1.3.0 version is [still available here](https://huggingface.co/unity/sentis-phi-1_5/tree/sentis-1-3-0).
11
 
12
 
13
 
14
 
15
 
16
+ # Phi 1.5 Model in Unity Sentis (Version 1.4.0-pre.3*) -- still uploading
17
  *Version 1.3.0 Sentis files are not compatible with Sentis 1.4.0 and need to be recreated/downloaded
18
 
19
  This is the [Microsoft Phi 1.5](https://huggingface.co/microsoft/phi-1_5) model checked to run on Unity 2023. Phi 1.5 is a Large Language Model that was trained on synthesized data. Please see their page for more information about the model and license.
 
22
 
23
  ## How to Use
24
  * Create a new scene in Unity 2023
25
+ * Install `com.unity.sentis` version `1.4.0-pre.3` and `com.unity.nuget.newtonsoft-json` packages
26
  * Add the RunPhi15.cs file to the Main Camera
27
  * Put `phi15.sentis`, `vocab.json` and `merges.txt` in the Assets/StreamingAssets folder
28
  * Adjust some of the variables such as the `outputText` string to set the prompt