Live data from Hacker News

Viewing profile — kir-gadjello

kir-gadjello

HN member
Joined
Sat, Aug 13, 2022, 3:36 PM UTC
HN karma
156
Public activity
43 items

About kir-gadjello

A generalist with experience in ML engineering. Pursuing various projects in my free time.

Feel free to say "hi": kirill.gadjello@protonmail.com

Github: https://github.com/kir-gadjello

Blog: https://kir-gadjello.github.io/

HF: https://huggingface.co/kir-gadjello

Recent public activity

  1. comment
    Comment #47223198

    I don't think it's strictly better than GLM 5, more like they are peers (but in math competitions StepFun is stronger than most), and in my experience have similar coding/bugfix ce…

  2. comment
  3. comment
    Comment #47222693

    Much worse - from my experience minimax is not suitable for high autonomy on hard projects. The real distant second in my experience is mimo flash v2 (but I did not try the latest …

  4. comment
    Comment #47212982

    Yeah, my github is in the profile. Soon (tm). Feel free to follow.

  5. comment
    Comment #47208375

    I use pi, but I'm almost done writing a better alternative that doesn't have pi's stability issues. 80K Rust SLOC and a few hundred tests btw.

  6. comment
    Comment #47208358

    They are not equivalent 1:1, esp. in knowledge coverage (given OOM param size difference) and in taste (Sonnet wins, but for taste one can also use Kimi K2.5), but in my hardcore u…

  7. comment
    Comment #47204461

    I think we are at this point where the hard ceiling of a strong model is pretty hard to delineate reliably (at least in coding, in research work it's clearer ofc) - and in a good s…

  8. comment
    Comment #47202574

    I just use openrouter, it's free for now. But I would pay 30-100$ to use it 24/7.

  9. comment
    Comment #47202548

    Respectfully, from my experience and a few billions of tokens consumed, some opensource models really are strong and useful. Specifically StepFun-3.5-flash https://github.com/stepf…

  10. comment
    Comment #40531940

    While llama3-8b might be slightly more brittle under quantization, llama3-70b really surprised myself and others[1] in how well it performs even in the 2..3 bits per parameter regi…

  11. comment
    Comment #40444493

    Synthetic data researchers, connoisseurs and artisans, obviously. Feedback loop architects. Mindscaping artists.

  12. comment
    Comment #35825297

    It is quite likely GPT-4 uses one or even two sparsity approaches on top of each other (namely, coarse grained switch transformer-like and fine grained intra-tensor block sparsity)…

  13. comment
    Comment #35810253

    It is a guess informed by some familiarity with the literature and by going over the papers authored by researchers credited in the OpenAI's "GPT-4 contributors" web page. I have a…

  14. comment
    Comment #35809327

    It allows for modifications and commercial use: https://creativecommons.org/licenses/by-sa/4.0/ >You are free to: >Share — copy and redistribute the material in any medium or forma…

  15. comment
    Comment #35806920

    Impressive model, thank you for releasing it under a business-friendly license! Have you considered using Google's sparse "scaling transformer" architecture as the base? Even at 3B…

  16. comment
    Comment #35608857

    Thank you for developing the pipeline and amassing considerable compute for gathering and preprocessing this dataset! I'm not sure if this is the right place to ask about this, but…

  17. comment
    Comment #35203478

    That's cool, thanks for noting, Alan! Would you mind adding a reference link to the source, so that other people could visit my blog? I'm just starting out with blogging, it would …

  18. comment
    Comment #35200642

    This is cool, but SSD read bandwidth is still the bottleneck. On my non-mac machine it still takes several seconds to load the model.

  19. comment
    Comment #35198397

    I think envying closed source closed weights proto-AGI systems is counterproductive. We have opensource models with available weights that are almost as powerful: https://huggingfa…

  20. comment
    Comment #35197331

    This document doesn't contain the architecture and training details of GPT-4. As an engineer, these details would be the most interesting part of it! Driven by interest in GPT-4 an…

  21. comment
    Comment #35176564

    No, a typical LLM is a pure function of its input, if you (and not the LLM hosting company) control all of input context , and if your sampler uses pseudorandom number generator. B…

  22. comment
    Comment #35162248

    Given a list of contributors it's not that hard to reverse-engineer the specific engineering choices made by looking up their publication history. My analysis https://kir-gadjello.…

  23. comment
    Comment #35161858

    It could be done in a dozen ways. One beautiful method is just using the xPos positional embedding pioneered by Microsoft and scale the context window size at runtime (even better …

  24. comment
    Comment #35161480

    If you have questions about my rationale for this or that technique included in the list, please, ask! For example, I think Google's paper "Sparse is enough for scaling transformer…

  25. comment
    Comment #35161430

    It's no problem to put model's architecture and even some python code into the generous 32k context window, the real problem seems to be as you say "awareness" - at least the facet…