metadata
license: mit
Tiny Stories Model in Unity Sentis Format
This is the Tiny Stories model checked to run on Unity 2023
How to Use
- Create a new scene in Unity 2023
- Add the RunTinyStories.cs file to the Main Camera
- Put
tinystories.sentis
,vocab.json
andmerges.txt
in the Assets/StreamingAssets folder - Adjust some of the variables such as the
outputText
string to set the prompt - Press run
- The output will appear in the console window
Example Input
One day an alien came down from Mars. It saw a chicken
Example Output
One day an alien came down from Mars. It saw a chicken and said, "Hello, little chicken. What are you doing here?"
The chicken replied, "I'm looking for a place to stay. I'm very tired."
The alien said, "You can stay here. I have a nice place for you. It's very comfortable."
The chicken was so happy. She thanked the alien and said, "Thank you. I'm very comfortable here."
The alien smiled and said, "You're welcome
Unity Sentis
Unity Sentis the the inference engine which runs on Unity 2023. More can be found about it here