add gpt-migrate
This commit is contained in:
@ -234,6 +234,7 @@ https://github.com/whoiskatrin/chart-gpt
|
||||
|---|---|---|---|
|
||||
|[gpt-engineer](https://github.com/AntonOsika/gpt-engineer)||Specify what you want it to build, the AI asks for clarification, and then builds it.|用 GPT 编写整个项目代码!|
|
||||
|[gpt4free](https://github.com/xtekky/gpt4free)||提供 GPT-4/3.5 的来自各种网站的逆向 API,来自 ChatGPT、poe.com 等各种网站,可以像Openai的官方软件包一样使用。|免费的编程接口!还有 GPT-4 !不错!|
|
||||
|[0xpayne/gpt-migrate](https://github.com/0xpayne/gpt-migrate)||Easily migrate your codebase from one framework or language to another.|轻松地将代码库从一个框架或语言迁移到另一个框架或语言。|
|
||||
|[chatgpt-on-wechat](https://github.com/zhayujie/chatgpt-on-wechat)||使用ChatGPT搭建微信聊天机器人|-|
|
||||
|[AI-For-Beginners](https://github.com/microsoft/AI-For-Beginners)||12 Weeks, 24 Lessons, AI for All!|微软为新人推出的 AI 学习课程|
|
||||
|[ChatBot-UI](https://github.com/mckaywrigley/chatbot-ui)||搭建属于自己的 ChatGPT 网站|需要使用 API KEY|
|
||||
|
||||
@ -17,6 +17,7 @@ OpenAI 的 ChatGPT 大型语言模型(LLM)并未开源,这部分收录一
|
||||
|[Luotuo](https://github.com/LC1332/Luotuo-Chinese-LLM) |  | An Instruction-following Chinese Language model, LoRA tuning on LLaMA| 骆驼,中文大语言模型开源项目,包含了一系列语言模型。|
|
||||
|[minGPT](https://github.com/karpathy/minGPT) ||A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training。|karpathy大神发布的一个 OpenAI GPT(生成预训练转换器)训练的最小 PyTorch 实现,代码十分简洁明了,适合用于动手学习 GPT 模型。|
|
||||
|[ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B) ||ChatGLM-6B: An Open Bilingual Dialogue Language Model |ChatGLM-6B 是一个开源的、支持中英双语的对话语言模型,基于 General Language Model (GLM) 架构,具有 62 亿参数。结合模型量化技术,用户可以在消费级的显卡上进行本地部署(INT4 量化级别下最低只需 6GB 显存)。 ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进行了优化。经过约 1T 标识符的中英双语训练,辅以监督微调、反馈自助、人类反馈强化学习等技术的加持,62 亿参数的 ChatGLM-6B 已经能生成相当符合人类偏好的回答。|
|
||||
|[li-plus/chatglm.cpp](https://github.com/li-plus/chatglm.cpp)||C++ implementation of ChatGLM-6B & ChatGLM2-6B|ChatGLM-6B & ChatGLM2-6B 模型的 C++ 高效实现|
|
||||
|[Open-Assistant](https://github.com/LAION-AI/Open-Assistant)||-|知名 AI 机构 LAION-AI 开源的聊天助手,聊天能力很强,目前中文能力较差。|
|
||||
|[llama.cpp](https://github.com/ggerganov/llama.cpp)||-|实现在MacBook上运行模型。|
|
||||
|[EasyLM](https://github.com/young-geng/EasyLM#koala)||在羊驼基础上改进的新的聊天机器人考拉。|[介绍页](https://bair.berkeley.edu/blog/2023/04/03/koala/)|
|
||||
|
||||
Reference in New Issue
Block a user