Zack Saadioui
8/27/2024
1
2
bash
ollama pull llama2
1
2
3
bash
mkdir document-classification-project
cd document-classification-project
1
This snippet leverages Ollama's LLM to classify document text into the specified categories by sending a prompt. Modify the categories according to your needs by simply adjusting the list in the
Copyright © Arsturn 2024