Zack Saadioui
8/27/2024
1
2
bash
ollama pull llama21
2
3
bash
mkdir document-classification-project
cd document-classification-project1
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 theCopyright © Arsturn 2025