Merge branch 'main' into huggingface
Browse files
src/knowlang/chat_bot/chat_interface.py
CHANGED
@@ -186,6 +186,7 @@ class CodeQAChatInterface:
|
|
186 |
|
187 |
# Add example questions
|
188 |
example_questions = [
|
|
|
189 |
"How does Trainer handle distributed training and gradient accumulation? Explain the implementation details.",
|
190 |
"How does the text generation pipeline handle chat-based generation and template processing?",
|
191 |
"How does the transformers library automatically select and configure the appropriate quantization method?",
|
|
|
186 |
|
187 |
# Add example questions
|
188 |
example_questions = [
|
189 |
+
"what are the key components required to implement a new quantization method?",
|
190 |
"How does Trainer handle distributed training and gradient accumulation? Explain the implementation details.",
|
191 |
"How does the text generation pipeline handle chat-based generation and template processing?",
|
192 |
"How does the transformers library automatically select and configure the appropriate quantization method?",
|