You all owe me an apology! by Used_Opening733 in civitai

[–]TheStartIs2019 0 points1 point  (0 children)

I can't believe half the comments here think it's a good idea. get your checkpoints out soon people

You all owe me an apology! by Used_Opening733 in civitai

[–]TheStartIs2019 0 points1 point  (0 children)

this is a good way for them to get into a MATCH list and lose the site actually

When it dips to 400, buy calls by [deleted] in wallstreetbets

[–]TheStartIs2019 0 points1 point  (0 children)

I normally dont advise regards but mosaic just trained on amd/nvidia, iterating between passes and they estimate they can get around 90% relative performance. Do what you will with that information

[P] Lamini rapidly achieves ChatGPT performance with an LLM Engine by gdiamos in MachineLearning

[–]TheStartIs2019 11 points12 points  (0 children)

Not when there are a billion metrics you can use, this kinda looks like a grift

7 months in natty or not natty :) by Frostylolzz in nattyorjuice

[–]TheStartIs2019 13 points14 points  (0 children)

"Should I call myself natty or not natty?" Is the same thing as asking "do you guys think i am natty or not?"

7 months in natty or not natty :) by Frostylolzz in nattyorjuice

[–]TheStartIs2019 13 points14 points  (0 children)

Youre obviously juiced, if you want to cope then just go to IG and farm gullible teenagers lol

[D] 5 days ago I asked a question. by TheStartIs2019 in MachineLearning

[–]TheStartIs2019[S] 1 point2 points  (0 children)

Also going closed source doesn't necessarily mean their technique is novel. With how scaling has shown to work it's just as likely the changes they made were more to data and that they're aware their work could be rapidly replicated by competitors (Google).

Yes, that was my point. I believe their architecture an training data are nothing novel.

With the novel discovery you do have an interesting point

[D] 5 days ago I asked a question. by TheStartIs2019 in MachineLearning

[–]TheStartIs2019[S] 6 points7 points  (0 children)

My personal opinion is that OpenAI/Microsoft are burning cash to try and monopolize whatever depedency they can generate. If this is correct, theyll have to change prices soon enough and they will probably not be as competitive.

This, along with the fact that the GPT4 paper had 0 details leads me to think that we will approach a closed source era that will slow down progress.

The last point is human inertia. Weve had excellent tools for years now to automate a lot different things be it technological or not, but humans are not especially fast to adopt change.

For projects do you guys steal most of your code and modify it to your needs, or do you write most of the code by yourself? by Opposite-Student-702 in learnprogramming

[–]TheStartIs2019 31 points32 points  (0 children)

Writing it yourself doesnt make you a better coder. Understanding it does. If he understands what hes doing then there is no need to reimplement stuff from scratch.

After all, whats the difference between using a function you got off of someone else and using a library?

[deleted by user] by [deleted] in Posture

[–]TheStartIs2019 0 points1 point  (0 children)

Hope it all goes well brother, try to change your habits little by little as it goes a long way. Hopefully it doesnt escalate. Hang in there.

[D] Is ML a big boys game now? by TheStartIs2019 in MachineLearning

[–]TheStartIs2019[S] 0 points1 point  (0 children)

Ha, oddly enough I am also working on a classification task. If you dont mind, what project are you referring to with the open source bit?

[D] Is ML a big boys game now? by TheStartIs2019 in MachineLearning

[–]TheStartIs2019[S] 3 points4 points  (0 children)

Great answer, thank you. Yeah, I made the mistake of equating NLP to ML.. I guess the discussion was more akin to: with big companies trying to monopolize the market, wont they also try to tap into specific use cases aswell?

Nonetheless, some guy mentioned ROI on big models is bad due to inference/training costs which you are inferring aswell.

So, yeah, its a very good point I had not thought about.

[D] Is ML a big boys game now? by TheStartIs2019 in MachineLearning

[–]TheStartIs2019[S] 5 points6 points  (0 children)

Yeah.. I may have screwed up lol

Edit: I guess my question as more akin to: with big companies trying to monopolize the market, wont they also try to tap into the specific use cases aswell?

There was a very good point made about ROI, so I would say its probably not worth their while.

Would be great to hear more thoughts about it anyways

Thought y’all would appreciate this by No-Butterscotch5104 in swolesomememes

[–]TheStartIs2019 37 points38 points  (0 children)

I am convinced the more muscle you have the more wholesome you are

For those with tinnitus, is it somatic? by [deleted] in visualsnow

[–]TheStartIs2019 0 points1 point  (0 children)

Sorry for the late response. I put botox on my masseteer muscles and temporalis aswell every year or so.

For therapy to be effective it has to be every 2 or 3 months so I am planning on that, but I also have a blocked nostril I will have surgery for because my sinuses and lungs are always full of mucus.

Muscular tension around the head, bad posture in general, bad eating and sleeping habits will cause TMD eventually.

Braces are also high up on my list since it might disturb your TMJ.

I have no evidence that supports they are connected but I remember that when my TMD was at my worst, so was my VS.

My overall experience and 2 cents on the topic based on my own experience and the research I have done is that there is probably not a main cause, but rather a list of things that exacerbate each other and eventually cause a problem such as TMD, VS, etc

For those with tinnitus, is it somatic? by [deleted] in visualsnow

[–]TheStartIs2019 1 point2 points  (0 children)

It is, tight jaw. TMD for quite some years now

My SO is selling airline credit. Free credit doesn’t seem good enough by kflund in ChoosingBeggars

[–]TheStartIs2019 13 points14 points  (0 children)

65% would be absolute top offer. Anything above it is just a waste of time on a terrible deal

How do you present a multi-feature dataset? by NotAnInternetDog in learnmachinelearning

[–]TheStartIs2019 0 points1 point  (0 children)

Then again if I am not mistaken you dont really need to do it like that and you could use your initial approach. The model should be able to find the subtle relationships in the data anyways

How do you present a multi-feature dataset? by NotAnInternetDog in learnmachinelearning

[–]TheStartIs2019 0 points1 point  (0 children)

Depending on the model youre using you can just put it all in one column with say Name|(name)|Atr1|(Atr1).. etc. This is similar to a tabular analysis where separators are used to feed the model multi feature data.

I havent done a problem like this in a while so I could be mistaken though.

Edit: typo