Viewing profile — osanseviero
osanseviero
HN member- Joined
- Mon, Feb 02, 2015, 4:06 PM UTC
- HN karma
- 532
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About osanseviero
No profile information was provided.
Recent public activity
-
comment
Comment #48487517
Hi! What implementation are you using? Right now VLLM is the one recommended. llama.cpp is in an early draft
-
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.
-
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…
-
comment
Comment #43344224
Please make sure to update to the latest llama.cpp version
-
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…
-
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…
- story
-
comment
Comment #41048796
Yes, there are a few dozen full open source models (license, code, data, models)
-
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!
- story
- story
-
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, …
- story
-
comment
Comment #39738650
The model is also at https://huggingface.co/xai-org
-
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
- story
- story
- story
- story
- story
- story
-
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…
-
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'…
-
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…
- story