this post was submitted on 13 Mar 2024
89 points (88.7% liked)

Asklemmy

43906 readers
1138 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I saw Generative AI for Beginners from Microsoft on GitHub. I've looked at https://fmhy.pages.dev/ai but I'm not sure what I'm really looking for.

I write fiction, and I want a chatbot that will function like chat gpt3.5, but not shut down if things get bloody or sexy, as they so often do.

You know ready, aim, fire? I'm in the AIM stage.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 31 points 8 months ago (4 children)

I've been using GPT4All on my laptop and using mostly 7B models due to my RAM limitations and I am amazed how good some of them are.

It's been really easy to use. There are models you can download from within the UI or you can get adventurous and download them from elsewhere, they just need to be in the .gguf format. I get most from TheBloke on hugging face.

So far my favourite has been solar-10.7B-instruct-v1.0-uncensored, it has been astonishingly good.

[โ€“] [email protected] 5 points 8 months ago (3 children)

Oooh, do tell me more, please. I've been toying with the idea of setting up gpt4all myself, but I haven't really had the time to look into it very much yet. I have a couple of questions, though:

  • I guess it's safe to assume that it runs on linux?
  • Is it possible, with some scripting, to provide additional training data, such as connecting it with a wikipedia crawler?
  • By combining it with some script-foo, can I have it also look up stuff for me on the fly, for example "extract THIS kind of information from THAT site ?
[โ€“] [email protected] 2 points 8 months ago* (last edited 8 months ago) (1 children)

The GPT services out there use something called 'tools'.
They get presented to the model and the model can 'call' a tool with arguments, which can then extract some data and input it into the context for the model to continue.

I found out, the models which can run on a normal PC (or even a Laptop) are okay, but not super great. (around or a bit worse than ChatGpt3)
The good stuff (e.g. Nous-Capybara 31B or the Mistral/Mixtral ones) needs some more memory and compute.

load more comments (1 replies)
load more comments (1 replies)