Crates.io | llms-from-scratch-rs |
lib.rs | llms-from-scratch-rs |
version | 0.1.0-a0 |
source | src |
created_at | 2024-12-13 00:40:52.805049 |
updated_at | 2024-12-13 00:40:52.805049 |
description | Rust (candle) code for Build a LLM From Scratch by Sebastian Raschka |
homepage | |
repository | https://github.com/nerdai/llms-from-scratch-rs |
max_upload_size | |
id | 1481789 |
size | 293,868 |
...
mkdir -p 'data/' wget 'https://raw.githubusercontent.com/rabst/LLMs-from-scratch/main/ch02/01_main-chapter-code/the-verdict.txt' -O 'data/the-verdict.txt'