quincyqiang
commited on
Commit
•
e8645e6
1
Parent(s):
95d4b4d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- BelleGroup/train_0.5M_CN
|
5 |
+
- BelleGroup/train_1M_CN
|
6 |
+
- c-s-ale/alpaca-gpt4-data-zh
|
7 |
+
- BAAI/COIG
|
8 |
+
language:
|
9 |
+
- zh
|
10 |
+
tags:
|
11 |
+
- llama2
|
12 |
+
- chinese-llama2
|
13 |
+
- gogpt2-7b
|
14 |
+
---
|
15 |
+
|
16 |
+
|
17 |
+
# GoGPT2-13B: 基于Llama2-13b训练的中英文增强大模型
|
18 |
+
|
19 |
+
![Chinese LLaMA2 7B](./assets/gogpt-banner-tou.png)
|
20 |
+
|
21 |
+
|
22 |
+
<p align="center">
|
23 |
+
<img alt="GitHub" src="https://img.shields.io/github/license/ymcui/Chinese-LLaMA-Alpaca.svg?color=blue&style=flat-square">
|
24 |
+
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/ymcui/Chinese-LLaMA-Alpaca">
|
25 |
+
</p>
|
26 |
+
|
27 |
+
> ICT中英文底座增强大模型:70亿参数、130亿参数
|
28 |
+
|
29 |
+
🤗Huggingface上提供了GoGPT权重,目前开放了gogpt-7b和gogpt2-7b权重
|
30 |
+
|
31 |
+
| 模型名称 | 基座模型 | 模型大小 | 下载地址 |
|
32 |
+
|-------------------------------------------------------------|-----------|------|-------------------------------------------------|
|
33 |
+
| [golaxy/gogpt-7b](https://huggingface.co/golaxy/gogpt-7b) | Llama-7b | 7B | [模型下载](https://huggingface.co/golaxy/gogpt-7b) |
|
34 |
+
| [golaxy/gogpt2-7b](https://huggingface.co/golaxy/gogpt2-7b) | Llama2-7b | 7B | [模型下载](https://huggingface.co/golaxy/gogpt2-7b) |
|
35 |
+
| [golaxy/gogpt2-7b-pretrain](https://huggingface.co/golaxy/gogpt2-7b-pretrain) | Llama2-7b | 7B | [模型下载](https://huggingface.co/golaxy/gogpt2-7b-pretrain) |
|
36 |
+
| [golaxy/gogpt2-13b-pretrain](https://huggingface.co/golaxy/gogpt2-13b-pretrain) | Llama2-13b | 13B | [模型下载](https://huggingface.co/golaxy/gogpt2-13b-pretrain) |
|
37 |
+
| [golaxy/gogpt2-13b](https://huggingface.co/golaxy/gogpt2-13b) | Llama2-13b | 13B | [模型下载](https://huggingface.co/golaxy/gogpt2-13b) |
|
38 |
+
|
39 |
+
[GoGPT-Github](https://github.com/yanqiangmiffy/GoGPT)
|