awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ECNU-ICALK avatar

ECNU-ICALK/EduChat

0
View on GitHub↗
940 星标·105 分支·Jupyter Notebook·3 次浏览educhat.top↗

EduChat

An open-source educational chat model from ICALK, East China Normal University. 开源中英教育对话大模型。(通用基座模型,GPU部署,数据清理) 致敬: LLaMA, MOSS, BELLE, Ziya, vLLM

Features

  • General Purpose Models - Chatbot system designed for intelligent educational environments.

Star 历史

ecnu-icalk/educhat 的 Star 历史图表ecnu-icalk/educhat 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

EduChat 的开源替代方案

相似的开源项目,按与 EduChat 的功能重合度排序。
  • openlmlab/mossOpenLMLab 的头像

    OpenLMLab/MOSS

    12,140在 GitHub 上查看↗

    MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for deploying large language models capable of multi-turn dialogue, general-purpose response generation, and following complex instructions. The system functions as a tool-augmented framework that extends model knowledge through external plugins and tool-call loops. This allows the model to execute tasks via search engines and calculators to augment responses with external data. The project covers model training through supervised conversational fine-tuning and optimizes deployment

    Python
    在 GitHub 上查看↗12,140
  • atla-ai/selene-miniatla-ai 的头像

    atla-ai/selene-mini

    30在 GitHub 上查看↗

    🛝 Playground | 📄 Technical report | 💻 GitHub | 👀 Sign up for the API

    Jupyter Notebook
    在 GitHub 上查看↗30
  • blinkdl/rwkv-lmBlinkDL 的头像

    BlinkDL/RWKV-LM

    14,568在 GitHub 上查看↗

    RWKV-LM is a framework for training and deploying recurrent language models. It utilizes a linear-time recurrent architecture that enables text generation and sequence processing with constant memory and time complexity, avoiding the quadratic scaling of traditional attention caches. The project implements a parallelizable training mechanism that allows recurrent models to be trained using global operations while maintaining cache-free inference. It includes state-tuning capabilities to optimize the initial hidden state and utilizes adaptive probability-mass sampling to control token diversit

    Python
    在 GitHub 上查看↗14,568
  • abacaj/mpt-30b-inferenceabacaj 的头像

    abacaj/mpt-30B-inference

    574在 GitHub 上查看↗

    Run inference on the latest MPT-30B model using your CPU. This inference code uses a ggml quantized model. To run the model we'll use a library called ctransformers that has bindings to ggml in python.

    Python
    在 GitHub 上查看↗574
查看 EduChat 的所有 25 个替代方案→

常见问题解答

ecnu-icalk/educhat 是做什么的?

An open-source educational chat model from ICALK, East China Normal University. 开源中英教育对话大模型。(通用基座模型,GPU部署,数据清理) 致敬: LLaMA, MOSS, BELLE, Ziya, vLLM

ecnu-icalk/educhat 的主要功能有哪些?

ecnu-icalk/educhat 的主要功能包括:General Purpose Models。

ecnu-icalk/educhat 有哪些开源替代品?

ecnu-icalk/educhat 的开源替代品包括: openlmlab/moss — MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for… atla-ai/selene-mini — 🛝 Playground | 📄 Technical report | 💻 GitHub | 👀 Sign up for the API. blinkdl/rwkv-lm — RWKV-LM is a framework for training and deploying recurrent language models. It utilizes a linear-time recurrent… databrickslabs/dolly — Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates… deepseek-ai/deepseek-llm — DeepSeek-LLM is a large language model and causal language model designed for natural language generation. It… abacaj/mpt-30b-inference — Run inference on the latest MPT-30B model using your CPU. This inference code uses a ggml quantized model. To run the…