Mini LM in Unity 6 with Inference Engine
This is the Mini LM v6 model model running in Unity 6 with Inference Engine. Mini LM is a sentence similarity model that compares different sentences and gives a score depending on how similar they are.
How to Use
- Create a new scene in Unity 6;
- Install
com.unity.ai.inference
from the package manager; - Add the
RunMiniLM.cs
script to the Main Camera; - Drag the
MiniLMv6.onnx
asset from themodels
folder into theModel Asset
field; - Drag the
vocab.txt
asset from thedata
folder into theVocab Asset
field;
Preview
Enter play mode. If working correctly the sentence similarity score will be logged to the console.
Inference Engine
Inference Engine is a neural network inference library for Unity. Find out more here.
- Downloads last month
- 12
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support