Open-source tool-augmented conversational language model
Top 4.2% on sourcepulse
MOSS is an open-source, tool-augmented conversational language model developed by Fudan University, designed for bilingual (Chinese/English) interaction and capable of utilizing various plugins. It aims to provide a helpful, honest, and harmless AI assistant for a wide range of language-based tasks, targeting researchers and developers looking to deploy or fine-tune advanced conversational AI.
How It Works
MOSS is built upon a 16-billion parameter foundation model pre-trained on approximately 700 billion tokens of Chinese, English, and code data. It undergoes instruction fine-tuning for dialogue capabilities and safety, followed by plugin-enhanced learning for tool usage (search, calculator, equation solver, text-to-image). Further refinement includes human preference training for improved factuality and safety. Quantized versions (INT4/INT8) are available for reduced memory footprint.
Quick Start & Requirements
pip install -r requirements.txt
.moss_web_demo_streamlit.py
), Gradio (moss_web_demo_gradio.py
), CLI (moss_cli_demo.py
), and API demos are provided.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
MOSS may still generate factually incorrect or biased/harmful content due to its model size and autoregressive nature. Users are cautioned against spreading harmful content generated by the model. Quantized models currently only support single-card deployment.
1 year ago
1 day