kakamond commited on
Commit
15d3a39
·
verified ·
1 Parent(s): aad0b5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -2,22 +2,20 @@
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>
 
2
  license: mit
3
  ---
4
 
5
+ # GPT4All Mirror
 
 
6
  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.
7
 
8
+ ## Usage
9
  ```python
10
  from modelscope import snapshot_download
11
  model_dir = snapshot_download('Genius-Society/gpt4all')
12
  ```
13
 
14
+ ## Maintenance
15
  ```bash
16
  git clone [email protected]:Genius-Society/gpt4all
17
  cd gpt4all
18
  ```
19
 
20
+ ## Reference
21
  [1] <https://gpt4all.io>