Skip to content

Commit

Permalink
Helium repo update.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Jan 13, 2025
1 parent 309cd0f commit 4c0a338
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion candle-examples/examples/helium/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# candle-helium: 2b LLM with CC-BY licensed weights

- [Model card](https://huggingface.co/kyutai/helium-1-preview) on the HuggingFace Hub.
Helium-1 is a lightweight model with around 2B parameters, the preview version
currently supports 6 languages, showing strong capabilities in those languages
compared to existing open weights models.

- [Blog Post](https://kyutai.org/2025/01/13/helium.html) announcing the model
release.
- [Model card](https://huggingface.co/kyutai/helium-1-preview-2b) on the HuggingFace Hub.

## Running the example

Expand Down
2 changes: 1 addition & 1 deletion candle-examples/examples/helium/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ fn main() -> Result<()> {
Some(model_id) => model_id,
None => {
let name = match args.which {
Which::V1Preview => "kyutai/helium-1-preview",
Which::V1Preview => "kyutai/helium-1-preview-2b",
};
name.to_string()
}
Expand Down

0 comments on commit 4c0a338

Please sign in to comment.