summaryrefslogtreecommitdiff
path: root/candle-examples/examples/helium/README.md
blob: 2befd1012ed438b8c05b8a8c93e3141f82a179be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# candle-helium: 2b LLM with CC-BY licensed weights

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

```bash
$ cargo run --example helium --release --features cuda -- --prompt 'Write helloworld code in Rust' --sample-len 150
```