ShadowPower
commited on
Commit
·
5624259
1
Parent(s):
0c45e22
update readme
Browse files- README.md +6 -0
- img/screenshot3.png +0 -0
README.md
CHANGED
@@ -11,6 +11,10 @@ tags:
|
|
11 |
|
12 |
# 说明
|
13 |
|
|
|
|
|
|
|
|
|
14 |
支持的语言:汉语、英语。
|
15 |
|
16 |
以 LLaMa 为基础模型,使用 Alpaca 的方式,在大量 ChatGPT 聊天记录和百度搜索结果的基础上,使用 8 块 A100 训练一星期而成。输出的 Token 中加入了常用汉字,相比 Vicuna 有更好的汉语表达能力,能生成更长的中文内容。
|
@@ -25,6 +29,8 @@ tags:
|
|
25 |
|
26 |
![screenshot](img/screenshot.png)
|
27 |
|
|
|
|
|
28 |
小说续写,橙色线条以下为模型生成内容:
|
29 |
|
30 |
![screenshot2](img/screenshot2.png)
|
|
|
11 |
|
12 |
# 说明
|
13 |
|
14 |
+
注意:
|
15 |
+
|
16 |
+
[llama.cpp](https://github.com/ggerganov/llama.cpp) 发布了一个破坏向后兼容性的更新,如果你使用新版本的程序,请移步[此仓库](https://huggingface.co/ShadowPower/ggml-alpaca-chatgpt-new)
|
17 |
+
|
18 |
支持的语言:汉语、英语。
|
19 |
|
20 |
以 LLaMa 为基础模型,使用 Alpaca 的方式,在大量 ChatGPT 聊天记录和百度搜索结果的基础上,使用 8 块 A100 训练一星期而成。输出的 Token 中加入了常用汉字,相比 Vicuna 有更好的汉语表达能力,能生成更长的中文内容。
|
|
|
29 |
|
30 |
![screenshot](img/screenshot.png)
|
31 |
|
32 |
+
![screenshot3](img/screenshot3.png)
|
33 |
+
|
34 |
小说续写,橙色线条以下为模型生成内容:
|
35 |
|
36 |
![screenshot2](img/screenshot2.png)
|
img/screenshot3.png
ADDED