ChatYuan
Free1.9k
About ChatYuan
ChatYuan is an open-source large language model for dialogue developed by clue-ai, supporting both Chinese and English. The latest version, ChatYuan-large-v2, is designed as a functional dialogue model in the ChatGPT style, with lightweight architecture that enables inference on consumer-grade GPUs, PCs, and even mobile devices (INT4 quantization requires only 400MB). It builds on v1 with enhanced capabilities including improved contextual Q&A, creative writing, code generation, table generation, basic mathematical operations, and a refusal mechanism for harmful questions. The model supports a maximum token length of 4096 and can simulate various scenarios. It is available for free under an open-source license with online demos on Hugging Face and ModelScope.
Key Features
Pros & Cons
- Fully open-source and free, no usage limits
- Lightweight enough to run on consumer hardware (including phones with INT4)
- Supports both Chinese and English in a single model
- Includes safety features like refusing harmful queries
- Offers code, table, and math capabilities in addition to dialogue
- Easy to use with transformers library and provided Gradio app
- May not match the performance of much larger models like GPT-4 for complex tasks
- Training data specifics and limitations are not fully disclosed
- Code generation is basic and may not handle advanced programming scenarios
- Relatively smaller community compared to some other open-source LLMs