Skip to content

Coding nuggets about using Ollama and its LLM models

License

Notifications You must be signed in to change notification settings

casedone/ollama-nuggets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ollama-nuggets

Coding nuggets about using Ollama and its LLM models

Context Length Experiments

This repository contains experiments exploring Ollama's behavior with different context and prediction length settings, using the llama3.2 model.

Key Findings

  • Demonstrated how to use different context lengths (num_ctx) and prediction lengths (num_predict) with Ollama
  • Compared output quality between default and expanded context settings
  • Explored the relationship between prediction length and output completeness
  • Analyzed token counts and model behavior under different configurations

Setup

pip install -r requirements.txt

About

Coding nuggets about using Ollama and its LLM models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published