We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb7ff5 commit c5a9bd7Copy full SHA for c5a9bd7
_posts/2000-01-01-LLMs.md
@@ -0,0 +1,22 @@
1
+---
2
+title: LLMs
3
+author: coder
4
+date: 2000-01-01 00:00:00 +0800
5
+categories: [other]
6
+tags: [LLMs]
7
+pin: false
8
9
+
10
+> Date of statistics: 2023.05
11
+> Mainly focus on the LLMs for code
12
13
14
15
+- [GPT-4](https://platform.openai.com/docs/models/gpt-4)
16
+- [ChatGPT](https://chat.openai.com/)
17
+- [ChatGLM](https://github.com/THUDM/ChatGLM-6B)
18
+- [alpaca](https://github.com/tloen/alpaca-lora)
19
+- [Chinese-LLaMA](https://github.com/CVI-SZU/Linly)
20
+- [dolly](https://huggingface.co/databricks/dolly-v2-12b)
21
+- [Vicuna](https://lmsys.org/blog/2023-03-30-vicuna)
22
+- [StableLM](https://github.com/Stability-AI/StableLM)
0 commit comments