Instructions to use unity/inference-engine-tiny-stories with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-tiny-stories 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 |
-
# Tiny Stories Model in Unity Sentis
|
|
|
|
|
|
|
| 8 |
This is the [Tiny Stories model](https://huggingface.co/roneneldan/TinyStories-33M) checked to run on Unity 2023. Tiny Stories is a Large Language Model that was trained on children's stories and can create stories based on the first couple of sentences.
|
| 9 |
|
| 10 |
|
|
|
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# Tiny Stories Model in Unity Sentis (Version 1.3.0-pre.3*)
|
| 8 |
+
*Version 1.3.0 Sentis files are not compatible with Version 1.4.0 and above and would need to be recreated
|
| 9 |
+
|
| 10 |
This is the [Tiny Stories model](https://huggingface.co/roneneldan/TinyStories-33M) checked to run on Unity 2023. Tiny Stories is a Large Language Model that was trained on children's stories and can create stories based on the first couple of sentences.
|
| 11 |
|
| 12 |
|