Recent comments in /f/MachineLearning
LetterRip t1_j3n91mt wrote
Reply to comment by IshKebab in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
I'd do GLM-130B
> With INT4 quantization, the hardware requirements can further be reduced to a single server with 4 * RTX 3090 (24G) with almost no performance degradation.
https://github.com/THUDM/GLM-130B
I'd also look into pruning/distillation and you could probably shrink the model by about half again.
SatoshiNotMe t1_j3n5p3v wrote
Reply to comment by LahmacunBear in [R] Learning Learning-Rates: SteDy Optimizer by LahmacunBear
Thanks! I was just curious for future reference. I’ll need to first read the papers to see if it can help with my projects.
deephugs t1_j3n3qwj wrote
Reply to comment by rlvsdlvsml in [D] Deep Learning Training Server by joossss
I think Ray is great! But Ray will not click your GPUs into a motherboard, install linux on all the machines, setup nvidia-docker, power cycle if there are issues, periodically clear up space on hdds, etc. Its the non-software part of cluster management that ends up being the most annoying and time consuming.
rlvsdlvsml t1_j3n2it2 wrote
Reply to comment by deephugs in [D] Deep Learning Training Server by joossss
If u use ray u can setup a gpu cluster in less than 30 min
HoneyEatingPunkKid t1_j3n0ubs wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
vscode extension pls
fanky10 t1_j3myz2g wrote
Reply to comment by pm_me_your_pay_slips in [D] What is the most complete reference on the history of neural networks? by gbfar
perfect answer is perfect
DanTycoon t1_j3mx169 wrote
Reply to comment by PHEEEEELLLLLEEEEP in Image matching within database? [P] by Clarkmilo
Ah, I see. I didn’t know. I guess you could do it that way.
TrueBirch t1_j3mwk67 wrote
Reply to comment by iamnotlefthanded666 in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Check out this comment. Some things that we take for granted from low-wage humans are incredibly hard for computers and robots. Think about valet parking. Our society doesn't think "Oh my goodness, valet parkers are geniuses!!!" But it's really really hard to build a robot that can do what they do.
eyeswideshhh t1_j3mwcf3 wrote
Reply to [R] Diffusion language models by benanne
I had this exact thought of using VAE or BYOL etc to generate powerful representation for text/sentences and then train a diffusion model on continuous latent data.
TrueBirch t1_j3mw92i wrote
Reply to comment by 2Punx2Furious in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
There are some things that are incredibly hard. Imagine you work on a farm. You toss the keys to the ATV to a 17yo farmhand who's never worked for you before. You say, "Head over to field 3 and tell me if it's dry enough to plow. You can see where it is on this paper map. Radio back using this handheld." The farmhand duly drives the ATV to field 3, sees that it's muddy, picks up the radio, and says, "Sorry boss, field 3's a no-go."
We're a long way from a robotic farmhand being able to perform those skills, certainly not for a price comparable to a farm laborer.
You could definitely train an application-specific AI to monitor fields and report on their moisture levels. You could even have an algorithm that schedules all of your farm equipment based on current conditions and other factors. So it's not that AI can't revolutionize how we work, it's just that it'll be different from true AGI.
iamnotlefthanded666 t1_j3muxea wrote
Reply to comment by TrueBirch in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Why don't you think AGI will ever happen?
PHEEEEELLLLLEEEEP t1_j3mtoyy wrote
Reply to comment by DanTycoon in Image matching within database? [P] by Clarkmilo
What I mean is that faiss can compute knn for a variety of metrics including cosine distance. So you can just directly index by cosine distance instead of L2
deephugs t1_j3mt7re wrote
Reply to comment by TrueBirch in [D] Deep Learning Training Server by joossss
Cloud is almost always better imo. At the small scale you can prototype quicker and spend less time messing with hardware by using cloud services. Once you actually need to scale your product then using a cloud solution makes it really easy. The "but its cheaper" argument gets less and less valid every year, and it often doesn't account for the time and effort spent setting up a local cluster.
LahmacunBear OP t1_j3mrexi wrote
Reply to comment by SatoshiNotMe in [R] Learning Learning-Rates: SteDy Optimizer by LahmacunBear
Mine’s in Tensorflow 2.11 — I’m sure writing a PyTorch version wouldn’t be hard. The extra lines of the algorithm are three lines in my paper. I can share my code though?
2Punx2Furious t1_j3mopda wrote
Reply to comment by TrueBirch in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Yeah, I see a lot of goalpost-moving, but in the end, it depends on how you define "AGI", some people have varying definitions. I think even a language model can become AGI eventually.
Kacper-Lukawski t1_j3mn2ji wrote
Reply to comment by leeliop in Image matching within database? [P] by Clarkmilo
It should be able to capture some transformations of the original images, but maybe I should think about measuring that. Thanks for the idea!
DanTycoon t1_j3mlz40 wrote
Reply to comment by PHEEEEELLLLLEEEEP in Image matching within database? [P] by Clarkmilo
Well, if you're storing 1 million images in the database, it's going to take a long time to do the cosine distance for all 1 million images. FAISS will give you very roughly the 1000 nearest and you can do the cosine distance from there. My usage was anybody could enter any text phrase and search my dataset. I can't precompute the cosine distance for every query somebody might make.
PHEEEEELLLLLEEEEP t1_j3mirpm wrote
Reply to comment by DanTycoon in Image matching within database? [P] by Clarkmilo
>If you do this approach, I would recommend asking Faiss to retrieve a few more images than you need, then calculating cosine similarity yourself on the images Faiss retrieves to get the 'best' matched images.
Why not just index by cosine distance in the first place?
EarthAdmin t1_j3mgzbo wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Would love this to be a VSCode plug-in! Happy to drop our OpenAI api key in there.
LetterRip t1_j3meu7o 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
Same license as the 32 bit version so commercial usage is fine (apache-2.0 - see the page for details) Should give similar results and scaling (according to the link above is 1-10% slower inference).
TrueBirch t1_j3mcg7g wrote
Reply to comment by 2Punx2Furious in [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
I don't think AGI will ever happen, but with enough task-specific applications, the difference may become academic.
TrueBirch t1_j3mc7ua wrote
Reply to [D] Deep Learning Training Server by joossss
What made you decide to run an on-prem server instead of going to the cloud? I'm a data science manager and I'm currently looking at our options. I like self-hosting for most things, but I'm up in the air about training deep learning models.
waffles2go2 t1_j3m80ek 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
So you want to create a business that allows users to write stories by just "using the API"?
Tell me your background in business....
Own-Cherry6760 t1_j3m1ifz wrote
Reply to [P] I built Adrenaline, a debugger that fixes errors and explains them with GPT-3 by jsonathan
Which model are you using from openAI ?
rlvsdlvsml t1_j3nd87h wrote
Reply to comment by deephugs in [D] Deep Learning Training Server by joossss
I have always felt like the network/security and integration with internal it systems was worse than the physical maintenance. Like people should expect that they have to invest time into integrating into a on-prem data center environment or physical maintenance stuff. I think small teams are benefited by a small gpu cluster with a fixed budget over large cloud gpu training costs. Mid-large companies do better with cloud than on-prem bc they can have better separation of environments but they cost more.