burn/examples/text-generation
Nathaniel Simard 5d959e2884
[Fusion] Support multi-precision fusion (#1718)
2024-05-02 18:22:56 -04:00
..
examples [Breaking] Refactor Backend Names (#904) 2023-10-29 18:27:49 -04:00
src [Fusion] Support multi-precision fusion (#1718) 2024-05-02 18:22:56 -04:00
Cargo.toml Combined PRs (#1708) 2024-04-29 07:52:56 -04:00
README.md Update TORCH_CUDA_VERSION usage (#1284) 2024-02-10 12:01:45 -05:00

README.md

Text Generation

Note
This example makes use of the HuggingFace datasets library to download the datasets. Make sure you have Python installed on your computer.

The example can be run like so:

CUDA users

git clone https://github.com/tracel-ai/burn.git
cd burn

# Use the --release flag to really speed up training.
export TORCH_CUDA_VERSION=cu121
cargo run --example text-generation --release

Mac users

git clone https://github.com/tracel-ai/burn.git
cd burn

# Use the --release flag to really speed up training.
cargo run --example text-generation --release