Live data from Hacker News

Viewing profile — osanseviero

osanseviero

HN member
Joined
Mon, Feb 02, 2015, 4:06 PM UTC
HN karma
532
Public activity
77 items

About osanseviero

No profile information was provided.

Recent public activity

  1. comment
    Comment #48487517

    Hi! What implementation are you using? Right now VLLM is the one recommended. llama.cpp is in an early draft

  2. comment
    Comment #44048442

    Hi! The model is 8B if you also load the vision and audio components. We just used the text model in LMArena.

  3. comment
    Comment #43744308

    Hi! Omar from the Gemma team here. Last time we only released the quantized GGUFs. Only llama.cpp users could use it (+ Ollama, but without vision). Now, we released the unquantize…

  4. comment
    Comment #43344224

    Please make sure to update to the latest llama.cpp version

  5. comment
    Comment #42531081

    Nat Friedman leads the project. He was GitHub's CEO, among many other things. He funds many interesting ambitious projects, such as the Vesuvius Challenge ( https://scrollprize.org…

  6. comment
    Comment #42137735

    Yes, they are still used - Encoder based models have much faster inference (are auto-regressive) and are smaller. They are great for applications where speed and efficiency are key…

  7. story
  8. comment
    Comment #41048796

    Yes, there are a few dozen full open source models (license, code, data, models)

  9. comment
    Comment #40979667

    Hi all! I'm Omar from Hugging Face. Happy to answer any questions you might have about Hugging Face in general, llamas, and open ML!

  10. story
  11. story
  12. comment
    Comment #40014559

    Zephyr 141B is a Mixtral 8x22B fine-tune. Here are some interesting details - Base model: Mixtral 8x22B, 8 experts, 141B total params, 35B activated params - Fine-tuned with ORPO, …

  13. story
  14. comment
    Comment #39738650

    The model is also at https://huggingface.co/xai-org

  15. comment
    Comment #39603774

    The dataset has - 2 million patches - 1068x1068 pixel patches - 2.5 trillion pixels Read more in https://huggingface.co/posts/aliFrancis/293058125194160

  16. story
  17. story
  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #38867183

    Hey @godelski! Author of the blog post here. I really appreciate you taking the time to provide all this feedback. This feedback + additional resources are extremely useful. I agre…

  23. comment
    Comment #38865775

    Yes, you're correct. I tried to connect a common training problem (gradient explosion and vanishing gradient) with the issue of softmax being sensitive to large values. I agree it'…

  24. comment
    Comment #38860673

    Just math, and not even that fancy. Let's say you want to predict if you'll pass an exam based on how many hours you studied (x1) and how many exercises you did (x2). A neuron will…

  25. story