Instructions to use unity/inference-engine-phi-1_5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-phi-1_5 with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,9 @@ library_name: unity-sentis
|
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
|
| 7 |
-
# Phi 1.5 Model in Unity Sentis
|
|
|
|
|
|
|
| 8 |
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.
|
| 9 |
The model has 1.3 billion parameters.
|
| 10 |
|
|
|
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# Phi 1.5 Model in 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 [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.
|
| 11 |
The model has 1.3 billion parameters.
|
| 12 |
|