Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 132 words in the discussion.

Trending Topics

#pca#results#models#article#working#similar#comparison#mrl#find#thanks

Discussion (5 Comments)Read Original on HackerNews

softwaredoug29 minutes ago
Thanks for doing this benchmarking Dylan. I wanted to teach people PCA in my original article, but had no idea it would stack up this well against Matroyshka!

Feels like a “just use logistic regression” moment :)

stephantulabout 2 hours ago
Nice! I’ve been working on something similar and found similar results.

In my experiments, I used lots of embedding models and the results were not nearly as uniform as this curve, just FYI. I didn’t use any of the API-based models though

I also wrote about this exact comparison when using PCA and MRL to quantize static models, see: https://stephantul.github.io/blog/mrl-pca/

dcastm42 minutes ago
Thank you! Will take a look at your results.

I couldn't find much when I first looked into this, which is why I ended up writing the article.

djoldman14 minutes ago
Did you find much difference in inference latency or throughput between baseline and PCA?
stephantul39 minutes ago
Ah I meant more to say that I was working on this as well. I haven’t published the results for this comparison specifically yet.