huggingface / candle

Minimalist ML framework for Rust
Apache License 2.0
13.79k stars 751 forks source link

Add Olmo models #2127

Closed Isotr0py closed 2 weeks ago

Isotr0py commented 2 weeks ago

This PR add OLMo models to candle-transformers.

OLMo is a series of Open Language Models designed to enable the science of language models with all training details open sourced.

LaurentMazare commented 2 weeks ago

That's a great addition, thanks!