Recent comments in /f/MachineLearning
learningmoreandmore OP t1_j3l12bf wrote
Reply to comment by _Arsenie_Boca_ in [D] I want to use GPT-J-6B for my story-writing project but I have a few questions about it. by learningmoreandmore
I appreciate the insight. I didn't know that it would be that expensive!
So you're saying that even if magically somehow OpenAI were to close shop, I could still just jump ship and use another API and I'll probably only need to very slightly modify the code accessing it since they should be able to handle the same prompts?
lucidrage t1_j3l0695 wrote
Reply to comment by jsonathan in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
They become self replicating.
Funny_Willingness433 t1_j3l00n8 wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
That is good.
Tuggummii t1_j3kzxy6 wrote
Reply to comment by learningmoreandmore in [D] I want to use GPT-J-6B for my story-writing project but I have a few questions about it. by learningmoreandmore
Unfortunately I have not enough knowledge to answer that question.
_Arsenie_Boca_ t1_j3kzllo wrote
Reply to [D] I want to use GPT-J-6B for my story-writing project but I have a few questions about it. by learningmoreandmore
Your laptop will not begin to suffice, not for inference and especially not for fine tuning. You would need something like an A100 GPU in a server that handles requests. And in the end, the results will be much worse than GPT-3. If you dont already have an AI infrastructure, go with an API, it will save you more than a bit of money (unless you are certain you will use it at scale long-term). If you are worried about OpenAI, there are some other companies that serve LMs.
learningmoreandmore OP t1_j3kz6zf wrote
Reply to comment by Tuggummii in [D] I want to use GPT-J-6B for my story-writing project but I have a few questions about it. by learningmoreandmore
So if I was handling something like 2000-10000+ requests per day for my business, locally isn't going to cut it?
Tuggummii t1_j3kyf2w wrote
Reply to [D] I want to use GPT-J-6B for my story-writing project but I have a few questions about it. by learningmoreandmore
I'm not a professional, but I can answer some of your questions as my personal opinion.
How good is it at writing short stories?
- I don't think GPT-J is dramatically better than the others, especially for text generation. I often see hallucinating, illogical, misconceived text generation. If you want a result like OpenAI's Davinci-003, you may be disappointed despite your fine tuning.
How resource-expensive is it to use locally?
- You need 40GB+ RAM if you're running on CPU. One of my friends has failed on her 32GB RAM and she had to increase her swap memory, then she succeeded with an extremely slow loading time. ( Almost 7~8 minutes ) If you want GPU power, VRAM with float16 need 32GB+ VRAM ( I saw someone using on 24GB ). CPU generates a text from a prompt in 30~45 seconds whereas a GPU generates a text from the same prompt in 3 to 5 seconds.
--algo t1_j3kxv2l wrote
Reply to comment by GoofAckYoorsElf in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
How do you deal with source code hosting?
KuzonFire11 t1_j3kx7zk wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
u/jsonathan Shoot me a dm, I'd love to do a VSCode ext.
CyberDainz t1_j3kv4f5 wrote
Reply to [D] Why is Vulkan as a backend not used in ML over some offshoot GPU specification? by I_will_delete_myself
ML is not only just the backend. Technically you can code and run ml programs on OpenCL or OpenGL, but speed will be at least x2-x4 worse than specialized backend like cuda / rocm.
It's all about tuning programs (such as matmul) for each GPU model to achieve maximum performance. CUDA/Rocm already contains tuned programs.
IndieAIResearcher t1_j3kv33o wrote
Reply to comment by CyberDainz in [D] Best way to package Pytorch models as a standalone application by Atom_101
Understand, thanks!
Bart-o-Man t1_j3kowba wrote
Reply to comment by What_The_Hex in Is there an AI tool that can specifically isolate sentences or chunks of text, from larger bodies of text, that meet a certain narrow criteria -- then output those as the result? - [D] by What_The_Hex
LOL. No kidding. Bit then sometimes I look at it and get a little bit nervous, since they also write code!
scaredandconfussled t1_j3koss8 wrote
Reply to comment by ksblur in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Don't give me hope like that.
fnetma t1_j3kmesf wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
An AI debugger would be very helpful. I actually see that as a use case...
RandomScriptingQs t1_j3kmc1x wrote
Reply to [D] Simple Questions Thread by AutoModerator
I'm only peripherally involved with ML/AI in that I try and apply some helpful techniques to biological problems but recently I have enjoyed listening to discussions around AGI but most of the papers I've come across from a quick google scholar search seem to be *about* AGI and not attempts at implementing something closer to, or approaching, AGI.
Is that a fair assessment? Has my lack of depth in the field given me a false initial glance?
Are there any authors/labs working on AGI in particular whose papers you would recommend reading?
e.g. "Artificial General Intelligence vs. Industry 4.0: Do They Need Each Other?", "Deep Learning and Artificial General Intelligence: Still a Long Way to Go", "Why general artificial intelligence will not be realized", and, "Approaches to Artificial General Intelligence: An Analysis", all seem to be about AGI in contrast to, "Towards artificial general intelligence via a multimodal foundation model", which attempts to implement something.
Full disclosure: I haven't read these papers yet. I am trying to find good, reputable papers to read.
Immarhinocerous t1_j3km9hy wrote
Reply to comment by currentscurrents in [Discussion] Is there any alternative of deep learning ? by sidney_lumet
My goto model (after a linear model) is usually XGBoost. It's nice to see that the theoretical potential of a tree based model is as high as neural network. Though that's not necessarily true of XGBoost's boosted trees, they do perform well, and I really like how fast their training time is.
ksblur t1_j3kkft7 wrote
Reply to comment by [deleted] in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Just wait till you see what the rate for management will be after LLMs come for their jobs.
Managers are mostly people-interaction-managers, and LLMs are already 10x better at that than they are at creating novel code.
Eastern_Care_6369 t1_j3kipko wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Can you turn this into an IOS app
resented_ape t1_j3kiocc wrote
Have you looked at other related papers? In particular, hypergradient descent and papers that cite that work (which you can find via google scholar)?
davidswelt t1_j3kg6vo wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
OK, how did you evaluate it? How do you tell it's working well or not?
Soundwave_47 t1_j3k9npf wrote
Reply to comment by IshKebab in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Anecdotally, it is comparable.
kelkulus t1_j3k8w2w wrote
Reply to comment by ginger_beer_m in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Well for one, he's not using ChatGPT. GPT-3 is not the same.
ItsAllJustASickGame t1_j3k3ipw wrote
Reply to comment by jsonathan in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Awesome thank you!
troubletmill t1_j3k2i82 wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
This is really good mate.
learningmoreandmore OP t1_j3l17yp wrote
Reply to comment by Tuggummii in [D] I want to use GPT-J-6B for my story-writing project but I have a few questions about it. by learningmoreandmore
No problem! Thanks for the insight regarding its capability and costs