Technical
When I try to use the Dataset Generator to create a dataset from my documents, why am I getting this error?

The main reason you're encountering this issue is that Mistral-Nemo isn't included in version 1.0.0 of GenAI Studio. You can resolve this by following these steps:
Upload this file to the GenAI Studio host and move it to the
$HOME/GenAI-Studio/bin
directory.In that directory, make the file executable by running
chmod 0755 ollama-model
.Still in that directory, execute
./ollama-model
. This will display usage instructions with five scenarios. You can refer utilities page in details. Typically, you'll want the first scenario: directly importing the missing model from the Ollama repository into GenAI Studio.
ollama-model import --from-registry mistral-nemo
Last updated