https://github.com/rapidai/llm-doc
大模型研究院资料馆
https://github.com/rapidai/llm-doc
llm
Last synced: 5 months ago
JSON representation
大模型研究院资料馆
- Host: GitHub
- URL: https://github.com/rapidai/llm-doc
- Owner: RapidAI
- Created: 2023-03-24T23:29:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T10:45:04.000Z (about 3 years ago)
- Last Synced: 2025-04-09T03:41:29.856Z (about 1 year ago)
- Topics: llm
- Size: 21.5 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### TODO
- [LLM梳理(持续更新中)](https://github.com/RapidAI/LLM-DOC/wiki/LLM-Summary)
### 热讯
ChatYuan开源模型大升级,效果明显提升
ChatYuan-large-v2是ChatYuan系列中以轻量化实现高质量效果的模型之一,支持输入输出总长度最长4k,用户可以在消费级显卡、 PC甚至手机上进行推理(INT4 最低只需 400M )。
欢迎体验使用
1. 开源项目:https://github.com/clue-ai/ChatYuan
2. 开源模型hf地址:https://huggingface.co/ClueAI/ChatYuan-large-v2
3. 开源模型ms地址:https://modelscope.cn/models/ClueAI/ChatYuan-large-v2/summary
4. 模型hf体验地址(推荐):https://huggingface.co/spaces/ClueAI/ChatYuan-large-v2
5. 模型ms体验地址(暂时有问题):https://modelscope.cn/studios/ClueAI/ChatYuan-large-v2/summary
### 思路
[大模型应用思路](idea.md)
### Paper
[论文列表](paper.md)
### 支持中文的大模型列表
- [中文开源大模型](llm.md)
### 输入输出模块
- ASR [RapidASR](https://github.com/RapidAI/rapidasr)
### 可训练项目
- [ChatGLM-Tuning](https://github.com/RapidAI/ChatGLM-Tuning)
- [FastChat](https://github.com/lm-sys/FastChat) [Demo](https://chat.lmsys.org)