Live data from Hacker News

Viewing profile — gbickford

gbickford

HN member
Joined
Wed, Jan 31, 2024, 12:07 AM UTC
HN karma
51
Public activity
17 items

About gbickford

No profile information was provided.

Recent public activity

  1. comment
    Comment #42392153

    Small models don't "know" as much so they hallucinate more. They are better suited for generations that are based in a ground truth, like in a RAG setup. A better comparison might …

  2. comment
    Comment #42191152

    It's for visualizing datasets where fine-grained cluster details and broader relationships matter. There are example renderings in the paper. From the README: > PaCMAP (Pairwise Co…

  3. comment
    Comment #42187358

    > Create Hello World application: > sudo mgrg -i -u $(whoami) helloworld Why does it need sudo to compile?

  4. comment
    Comment #41844782

    If you look in the `config.json`[1] it shows `Zamba2ForCausalLM`. You can use a version of the transformers library to do inference that supports that. The model card states that y…

  5. comment
    Comment #41632887

    This article is from 2017

  6. comment
    Comment #40745788

    This is true. Devs are looking for frameworks. See CrewAI who refuses to allow users to disable some pretty aggressive telemetry, yet they have a huge number of GH stars. The abstr…

  7. comment
  8. comment
  9. comment
    Comment #40218952

    It's always disappointing when people publish things to GitHub without the intention of collaborating or sharing.

  10. comment
    Comment #40139891

    I couldn't find any training code in the MXL examples.

  11. comment
    Comment #40139842

    > Relationship with CVNets > CoreNet evolved from CVNets, to encompass a broader range of applications beyond computer vision. Its expansion facilitated the training of foundationa…

  12. comment
    Comment #39738208

    It's a thing in Chrome Dev Tools now: https://developer.chrome.com/docs/devtools/coverage/

  13. comment
    Comment #39448986

    There's gotta be somewhere in the middle. Vercel's movements feel a lot like the "Embrace, extend, and extinguish" playbook. Maybe there is a class of developer out there that does…

  14. comment
    Comment #39299309

    Llama.cpp is an inference engine. The author of llama.cpp designed gguf. Funcionary is a model that does function calling. You can download functionary weights in the gguf format a…

  15. comment
    Comment #39299262

    Have you tried generating two sets of qapairs, one with bad answers, and using DPO?

  16. comment
    Comment #39209855

    The authors don't seem to care about the principle of least privilege: https://github.com/ollama/ollama/issues/851#issuecomment-177... It makes me wonder what other security issues…

  17. comment
    Comment #39197918

    This paper is well written. The results are pretty wild. They observed some amazing reduction in training resources required to achieve similar benchmarks to models trained on conv…