Chatbot for intelligent customer service, online Q&A, and general chat
Top 13.8% on sourcepulse
This project provides a Chinese-language chatbot that can be trained on custom datasets for applications like intelligent customer service, Q&A, and casual conversation. It aims to evolve with AI trends, with plans to incorporate GPT-like models and multimodal capabilities.
How It Works
The project initially implemented a Seq2Seq architecture for conversational AI. Users can train the model using their own corpus, with a provided example using the "Xiaohuangji" dataset. The development roadmap indicates a future shift towards GPT-based models, incorporating advanced features like Reinforcement Learning from Human Feedback (RLHF) and multimodal understanding (e.g., image-text dialogue).
Quick Start & Requirements
pip install -r requirements.txt
(specific requirements vary by framework version).train_data
directory.data_utls.py
-> execute.py
-> app.py
.horovodrun -np n -H host1_ip:port,... python3 excute.py
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project's primary focus is on Chinese language models. The current Seq2Seq version is described as "effect reference (training progress 50%)", suggesting it may not be fully optimized or production-ready. The roadmap indicates significant future development, implying the current state might be experimental.
1 year ago
1 week