Malignant-Koala
Malignant-Koala t1_j886t96 wrote
> I’m not to concerned about the size and spec requirements
You should be. Many of the things you're talking about run on massive cloud infrastructure using multiple GPUs.
But if you're a reasonably advanced python dev, you could look at Huggingface which has some excellent AI models that might allow you to program your own simplistic versions of some of the things you want.
But it sounds like you want to be running a local version of a general purpose AI like ChatGPT on your home computer, and that's going to be extremely hard to do on home hardware and require you to be a fairly advanced developer.
Malignant-Koala t1_j7mcjee wrote
Reply to comment by Brian-Hose225 in [P] We've built ChatGPT for your pdf files. by [deleted]
The fact that you think that you don't need those rules in place for the beta boggles my mind.
You may even be legally liable for not having them, but IANAL so I'll just suggest maybe you should consult one.
Malignant-Koala t1_j44f0jg wrote
Reply to comment by CuriousCesarr in [P] Looking for someone with good NN/ deep learning experience for a paid project by CuriousCesarr
That is likely a couple of orders of magnitude too little data.
Malignant-Koala t1_j40owjf wrote
Reply to comment by CuriousCesarr in [P] Looking for someone with good NN/ deep learning experience for a paid project by CuriousCesarr
Sure but no one can give you any of those things with the back of the napkin idea you've provided. You're a very long way from being able to pitch for funding.
Malignant-Koala t1_j40fflp wrote
Reply to [P] Looking for someone with good NN/ deep learning experience for a paid project by CuriousCesarr
This is an "idea guy" post, isn't it. ;)
Like, one of those "I have no idea how incredibly hard it would be to even gather the necessary data for this" ideas? A, "I need a quote to give to my guy in two days despite being unable to provide you with any more guidance than a vaguely worded pseudo-concept" proposal?
Best of luck dude.
Malignant-Koala t1_j888ezl wrote
Reply to comment by Gullible-Mousse-4258 in [D] Looking for an open source Downloadable model to run on my local device. by [deleted]
>I would like this model to end up functioning like chatgpt. Not only to have it respond like a human/nlp but to also give me full technical answers, descriptions, and just simple specific answers to my questions. I will in the future update the model’s data/knowledge and also train it to do new tasks like image recognition and so on.
Based on your edit, I'm not sure you realize the scope of what you are trying to do. ChatGPT required almost 200 hundred billion data parameters, multiple NVIDIA A100s and many terrabytes of RAM to train.
You simply cannot expect to create a general purpose, human-sounding AI that does all of the things you expect to train it to do on a home computer, even if you were somehow a brilliant data scientist.