Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# 简介 GPT4All Mirror
|
6 |
+
GPT4All 是一个开源的自然语言处理工具, 具备广泛的应用场景。它可以在本地运行, 无需联网, 并支持多个操作系统。该工具基于 GPT-J 微调的结果, 并获得了商业用途的完全许可。GPT4All 允许个人用户拥有自己的 AI 聊天机器人, 无需昂贵的硬件设备。其特点在于提供了一种经济且高效的方式, 使个人和企业能够轻松地利用自然语言处理技术, 拓展各种语境下的智能交互。
|
7 |
+
|
8 |
+
GPT4All is an open source natural language processing tool with a wide range of application scenarios. It runs locally without an Internet connection and supports multiple operating systems. The tool is based on the results of GPT-J fine-tuning and is fully licensed for commercial use. GPT4All allows individual users to have their own AI chatbot without the need for expensive hardware equipment. Its features provide a cost-effective and efficient way for individuals and businesses to easily utilize natural language processing technology to expand intelligent interactions in a variety of contexts.
|
9 |
+
|
10 |
+
## 使用 Usage
|
11 |
+
```python
|
12 |
+
from modelscope import snapshot_download
|
13 |
+
model_dir = snapshot_download('Genius-Society/gpt4all')
|
14 |
+
```
|
15 |
+
|
16 |
+
## 维护 Maintenance
|
17 |
+
```bash
|
18 |
+
git clone [email protected]:Genius-Society/gpt4all
|
19 |
+
cd gpt4all
|
20 |
+
```
|
21 |
+
|
22 |
+
## 参考引用 Reference
|
23 |
+
[1] <https://gpt4all.io>
|