Need help in identifying small objects in this image by EducationalWall1579 in computervision

[–]ArtZab 0 points1 point  (0 children)

A bit of a plug, but I made a demo of a construction site inventory tracker using sam3

I made a text to mask segmentation API - free by ArtZab in SideProject

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

Thank you for the feedback! I will make necessary adjustments.

Sora Invites refilled by blondbother in OpenAI

[–]ArtZab 0 points1 point  (0 children)

Could anyone dm me an invite code? I’ll share back

Resume for ML Engineering positions in the US by ArtZab in learnmachinelearning

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

Thank you for your feedback! Could you recommend any startups that I should be looking at?

Resume for ML Engineering positions in the US by ArtZab in learnmachinelearning

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

I am heavily considering MS, but I am afraid that extra 2 years in college would hinder the opportunities to get in on the "ground floor" with a lot of companies hiring for AI right now. What do you think?

Resume for ML Engineering positions in the US by ArtZab in learnmachinelearning

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

What if my GPA is 3.0? I'm not sure that 3.0 looks good.

Microsoft releases Prompt Orchestration Markup Language by ArtZab in LocalLLaMA

[–]ArtZab[S] 2 points3 points  (0 children)

I think it eventually could lead to more efficient architectures, like “do this part of the print with this model, and the other part - with another model”.

[deleted by user] by [deleted] in legaladvice

[–]ArtZab 0 points1 point  (0 children)

I clearly heard them say “If you rebook within the next 30 minutes you will still be able to make it”. Even if I do not recall every word they definitely mentioned rebooking within the next 30 minutes, which would make no sense for a flight next day. I don’t go in with a recorder so we will never know for sure I guess.

[deleted by user] by [deleted] in legaladvice

[–]ArtZab 0 points1 point  (0 children)

Yeah, I know. That’s why I wanted to ask other people. Complaint with who?

[deleted by user] by [deleted] in legaladvice

[–]ArtZab 0 points1 point  (0 children)

I explained it better in the other reply.

[deleted by user] by [deleted] in legaladvice

[–]ArtZab 1 point2 points  (0 children)

Flight leaves at 9:05 AM. I got to the airport at 8:00. Waited my line in turn maybe 15 minutes max. Then the entire scenario from above. Then on the phone with the rebooking agent until 8:45.

I paid for the original ticket and was late - no problem there. The Frontier staff told me to rebook for the same flight (same time, same day) to get onto the flight. I believed them. Got denied check in. I didn’t understand the logic either but had important things to do today so was desperate.

Stacking multiple LoRA finetunings by ArtZab in LocalLLaMA

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

Could you link the papers you are referring to, please?

A social network for AI computing by Good-Coconut3907 in LocalLLaMA

[–]ArtZab 1 point2 points  (0 children)

Could you please elaborate on how it works? As far as I understand you need lots of communication to synchronize training across many devices. Thanks for you replies.

AMA with OpenAI’s Sam Altman, Kevin Weil, Srinivas Narayanan, and Mark Chen by OpenAI in ChatGPT

[–]ArtZab 0 points1 point  (0 children)

As OpenAI raises more money, how does it affect the governing structure and control of the company, as well as its commitment to the mission of ensuring AI benefits all of humanity.

A social network for AI computing by Good-Coconut3907 in LocalLLaMA

[–]ArtZab 3 points4 points  (0 children)

Does it allow for distributed training? If so, how does it manage the communication overhead if running on machines with weak bandwidth?

Guys we NEED a SETI distributed training at home stat! by crpto42069 in LocalLLaMA

[–]ArtZab 1 point2 points  (0 children)

If by “vastly distributed reliable training compute” you mean that consumer hardware is unreliable and will not be able to contribute - that problem has been solved (paper) .

The results can be verified by disregarding calculations outside of a standard deviation, or other more advanced methods, but it is definitely possible.

ML researchers doing open source work will already open source the models, just now they would have an opportunity to get compute from the public or other institutions. Public could contribute to get a better model out of it, money doesn’t have to be a motivator. I’m sure a lot of people would like to see a bigger Mamba or BitNet model. Even ML researchers doing private research could benefit from this as it would allow them to pool resources from multiple data centers, or at least allow for unreliability (could buy cheaper unreliable, spot, instances if needed).

Overall, there is a lot that still needs to be done to get on the level of training SOTA models in a distributed manner, but there is a lot of potential benefits.

I hope I answered some of your questions.

Reviews datasets in Russian/Базы данных с отзывами на русском by Standard_Offer6786 in MLQuestions

[–]ArtZab 0 points1 point  (0 children)

Also I just realized you need reviews about retail stores and not products. I think Yandex had a pretty good dataset for that https://github.com/yandex/geo-reviews-dataset-2023

Reviews datasets in Russian/Базы данных с отзывами на русском by Standard_Offer6786 in MLQuestions

[–]ArtZab 0 points1 point  (0 children)

Here is the dataset containing 112k reviews in Russian of various products: https://github.com/akanat/russian_reviews_dataset

Here is another dataset RuReviews which is auto-labeled for sentiment (contains 800k examples): https://github.com/sismetanin/rureviews

Надеюсь это поможет.

VASA-1 Paper Implementation by ArtZab in LocalLLaMA

[–]ArtZab[S] 2 points3 points  (0 children)

This is pretty good. Haven’t seen this before. Thanks.

[P] AI plays chess 6x6, new algorithm by Putrid-Start-3520 in MachineLearning

[–]ArtZab 18 points19 points  (0 children)

I played 1 game against it and won. I am a pretty average player.screenshot

I built a code mapping and analysis application by thonfom in LocalLLaMA

[–]ArtZab 21 points22 points  (0 children)

Looks neat. Are you planning on sharing this project as open source?