From 35895a58197fa5d97a61c40946959f04135af211 Mon Sep 17 00:00:00 2001 From: adtreat <50458173+adtreat@users.noreply.github.com> Date: Sun, 9 Apr 2023 01:36:31 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ccfa2d6..e6427463 100644 --- a/README.md +++ b/README.md @@ -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