Commit History

Clarify instruction for model responses to ensure output is consistently in Vietnamese. This update reinforces the language preference in the chatbot's response generation process.
8ea8e25

cochi1706 commited on

Add default system message in Vietnamese for chatbot responses and clarify instruction for model output language. This ensures consistent responses in the desired language when no system message is provided.
26e874e

cochi1706 commited on

Refactor text generation in chatbot application to utilize max_new_tokens for improved clarity and added truncation support. Removed unnecessary print statement for generated answer length.
db09be5

cochi1706 commited on

Refactor response handling in chatbot application to support optional system messages and improve message processing. Added checks for empty responses to enhance user experience.
b0d2e27

cochi1706 commited on

Update default max_tokens value and refactor variable names in response generation for clarity in chatbot application.
62a0bb6

cochi1706 commited on

Update response generation in chatbot application to set default values for max_tokens, temperature, and top_p parameters. This enhancement ensures smoother operation when these parameters are not explicitly provided.
676f57c

cochi1706 commited on

Streamline model loading and response generation in chatbot application by utilizing a text generation pipeline. Removed legacy loading methods and improved response handling for enhanced performance and clarity.
76de232

cochi1706 commited on

Refactor model loading process in chatbot application to prioritize local path loading, with enhanced error handling and fallback mechanisms for HuggingFace models and PEFT adapters.
376a746

cochi1706 commited on

Enhance model loading logic in chatbot application to support direct loading and PEFT adapter fallback. Updated model and tokenizer initialization for improved error handling and device management.
0f06294

cochi1706 commited on

Refactor model loading and input handling in chatbot application. Updated model and tokenizer initialization, improved device management for inputs, and removed unused sliders from the Gradio interface.
f1fc130

cochi1706 commited on

Add requirements.txt for project dependencies
1e36468

cochi1706 commited on

Implement coding assistant chatbot using Qwen3 model with PEFT adapter and Gradio interface
cf9addc

cochi1706 commited on

initial commit
8657f49
verified

cochi1706 commited on

Duplicate from gradio-templates/chatbot
da4d1f9
verified

cochi1706 pngwn HF Staff commited on