Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ci/spellcheck/.pyspelling.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ GenerationMixin
Girshick
Gitee
GitHub
GGUF
GLA
GLM
glm
Expand Down Expand Up @@ -954,6 +955,7 @@ SML
sml
SmolDocling
SmolVLM
SmolLM
softmax
softvc
SoftVC
Expand Down
5 changes: 5 additions & 0 deletions notebooks/llm-question-answering/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@
"end_key": "<|eot_id|>",
"prompt_template": "<|start_header_id|>system<|end_header_id|>\n\nBelow is an instruction that describes a task. Write a response that appropriately completes the request.<|eot_id|><|start_header_id|>user<|end_header_id|>Instruction: {instruction} Answer:<|eot_id|><|start_header_id|>assistant<|end_header_id|>",
},
"Qwen2.5-0.5B-Instruct-GGUF": {
"model_id": "Qwen/Qwen2.5-0.5B-Instruct-GGUF",
"gguf_file": ["qwen2.5-0.5b-instruct-fp16.gguf", "qwen2.5-0.5b-instruct-q4_0.gguf", "qwen2.5-0.5b-instruct-q8_0.gguf"],
},
"SmolLM2-135M-GGUF": {"model_id": "prithivMLmods/SmolLM2-135M-GGUF", "gguf_file": ["SmolLM2-135M.F16.gguf", "SmolLM2-135M.Q8_0.gguf"]},
}
Loading