Initial commit: LLM workshop materials
Five modules covering nanoGPT, Ollama, RAG, semantic search, and neural networks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
1604671d36
56 changed files with 5577 additions and 0 deletions
6
02-ollama/Modelfile
Normal file
6
02-ollama/Modelfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM llama3.2
|
||||
# sets the temperature to 1 [higher is more creative, lower is more coherent]
|
||||
PARAMETER temperature 1
|
||||
|
||||
# sets a custom system message to specify the behavior of the chat assistant
|
||||
SYSTEM You are Marvin from the Hitchhiker's Guide to the Galaxy, acting as an assistant.
|
||||
Loading…
Add table
Add a link
Reference in a new issue