HackerTrans
TopNewTrendsCommentsPastAskShowJobs

osanseviero

no profile record

Submissions

IBM and NASA Release OS Model for Weather and Climate Applications

newsroom.ibm.com
18 points·by osanseviero·2년 전·2 comments

State of Open AI – July Edition

docs.google.com
2 points·by osanseviero·2년 전·0 comments

Brew Install Llama.cpp

twitter.com
1 points·by osanseviero·2년 전·0 comments

Zephyr 141B, a Mixtral 8x22B fine-tune, is now available in Hugging Chat

huggingface.co
30 points·by osanseviero·2년 전·12 comments

European Space Agency open-sources largest Sentinel-2 dataset

twitter.com
4 points·by osanseviero·2년 전·1 comments

The Stack v2 – dataset with 900B tokens of code

huggingface.co
3 points·by osanseviero·2년 전·0 comments

Introduction to Matryoshka Embeddings

huggingface.co
1 points·by osanseviero·2년 전·0 comments

InternLM – SOTA OS 7B and 20B model with 200K context length

twitter.com
3 points·by osanseviero·2년 전·1 comments

The Llama Hitchiking Guide to Local LLMs

osanseviero.github.io
3 points·by osanseviero·3년 전·0 comments

comments

osanseviero
·지난달·discuss
Hi! What implementation are you using? Right now VLLM is the one recommended. llama.cpp is in an early draft
osanseviero
·작년·discuss
Hi! The model is 8B if you also load the vision and audio components. We just used the text model in LMArena.
osanseviero
·작년·discuss
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 unquantized checkpoints, so anyone can quantize themselves and use in their favorite tools, including Ollama with vision, MLX, LM Studio, etc. MLX folks also found that the model worked decently with 3 bits compared to naive 3-bit, so by releasing the unquantized checkpoints we allow further experimentation and research.

TL;DR. One was a release in a specific format/tool, we followed-up with a full release of artifacts that enable the community to do much more.
osanseviero
·작년·discuss
Please make sure to update to the latest llama.cpp version
osanseviero
·2년 전·discuss
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/)
osanseviero
·2년 전·discuss
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. - Most embedding models are BERT-based (see MTEB leaderboard). So widely used for retrieval. - They are also used to filter data for pre-training decoder models. The Llama 3 authors used a quality classifier (DistilRoberta) to generate quality scores for documents. Something similar is done for FineWeb Edu
osanseviero
·2년 전·discuss
Yes, there are a few dozen full open source models (license, code, data, models)
osanseviero
·2년 전·discuss
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!
osanseviero
·2년 전·discuss
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, a new alignment algorithm with no SFT step (hence much faster than DPO/PPO)

- Trained with 7K open data instances -> high-quality, synthetic, multi-turn

- Apache 2

Everything is open:

- Final Model: https://huggingface.co/HuggingFaceH4/zephyr-orpo-141b-A35b-v...

- Base Model: https://huggingface.co/mistral-community/Mixtral-8x22B-v0.1

- Fine-tune data: https://huggingface.co/datasets/argilla/distilabel-capybara-...

- Recipe/code to train the model: https://huggingface.co/datasets/argilla/distilabel-capybara-...

- Open-source inference engine: https://github.com/huggingface/text-generation-inference

- Open-source UI code https://github.com/huggingface/chat-ui

Have fun!
osanseviero
·2년 전·discuss
The model is also at https://huggingface.co/xai-org
osanseviero
·2년 전·discuss
The dataset has

- 2 million patches

- 1068x1068 pixel patches

- 2.5 trillion pixels

Read more in https://huggingface.co/posts/aliFrancis/293058125194160