Update README.md

This commit is contained in:
adtreat 2023-04-09 01:36:31 -04:00 committed by GitHub
parent 9ea40305dc
commit 35895a5819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
Cross platform Qt based GUI for GPT4All versions with GPT-J as the base
model. NOTE: The model seen in the screenshot is actually the original
GPT-J model. The GPT4All project is busy at work training a new version
with GPT-J as the base, but it isn't ready yet. In the meantime, you can
try this UI out with the original GPT-J model. Full instructions for how
are included below.
a preview of a new training run for GPT4All based on GPT-J. The GPT4All
project is busy at work training a new version with GPT-J as the base,
but it isn't ready yet. In the meantime, you can try this UI out with the
original GPT-J model. Full instructions for how are included below.
![image](https://user-images.githubusercontent.com/50458173/230756282-31b43d63-3c98-4f5d-b2dc-8c1ec2e0c8a9.png)
@ -15,6 +15,7 @@ are included below.
* Fast CPU based inference using ggml for GPT-J based models
* The UI is made to look and feel like you've come to expect from a chatty gpt
* Easy to install... The plan is to create precompiled binaries for major platforms with easy installer including model
* WORK IN PROGRESS!!
## Building and running