Commit
·
20374b1
1
Parent(s):
b0ba900
cleanup readme
Browse files
README.md
CHANGED
|
@@ -15,6 +15,7 @@ This is the [Tiny Stories model](https://huggingface.co/roneneldan/TinyStories-3
|
|
| 15 |
* Create a new scene in Unity 6;
|
| 16 |
* Install `com.unity.ai.inference` from the package manager;
|
| 17 |
* Install `com.unity.nuget.newtonsoft-json` from the package manager;
|
|
|
|
| 18 |
* Drag the `tinystories.onnx` asset from the `models` folder into the `Model Asset` field;
|
| 19 |
* Drag the `vocab.json` asset from the `data` folder into the `Vocab Asset` field;
|
| 20 |
* Drag the `merges.txt` asset from the `data` folder into the `Merges Asset` field;
|
|
|
|
| 15 |
* Create a new scene in Unity 6;
|
| 16 |
* Install `com.unity.ai.inference` from the package manager;
|
| 17 |
* Install `com.unity.nuget.newtonsoft-json` from the package manager;
|
| 18 |
+
* Add the `RunTinyStories.cs` script to the Main Camera;
|
| 19 |
* Drag the `tinystories.onnx` asset from the `models` folder into the `Model Asset` field;
|
| 20 |
* Drag the `vocab.json` asset from the `data` folder into the `Vocab Asset` field;
|
| 21 |
* Drag the `merges.txt` asset from the `data` folder into the `Merges Asset` field;
|