-
Clone the repository and cd into it
-
Build the model from the Modelfile
ollama create lyric-llama -f ./Modelfile
-
cd into the src directory
-
Add your csv files to the
data
directory -
Run the following command, providing the files you want to use as arguments
./run_interpreter.sh <File1> <File2> ... <FileN>
- Note: The file paths will be interpreted relative to the data directory.