Docs.rs
llms-from-scratch-rs-0.1.5
llms-from-scratch-rs 0.1.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nerdai
Dependencies
anyhow ^1.0.98
normal
bytes ^1.10.1
normal
candle-core ^0.9.1
normal
candle-datasets ^0.9.1
normal
candle-nn ^0.9.1
normal
clap ^4.5.39
normal
comfy-table ^7.1.4
normal
fancy-regex ^0.14.0
normal
hf-hub ^0.4.2
normal
itertools ^0.14.0
normal
lexical-core ^1.0.5
normal
ndarray ^0.16.1
normal
phf ^0.11.3
normal
plotly ^0.12.1
normal
polars ^0.48.1
normal
rand ^0.9.1
normal
reqwest ^0.12.19
normal
rstest ^0.25.0
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
serde_with ^3.12.0
normal
sysinfo ^0.35.1
normal
tempfile ^3.20.0
normal
tiktoken-rs ^0.6.0
normal
tokenizers ^0.21.1
normal
tqdm ^0.7.0
normal
zip ^4.0.0
normal
Versions
57.75%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module ch03
llms_
from_
scratch_
rs
0.1.5
Module ch03
Module Items
Structs
In llms_
from_
scratch_
rs::
exercises
llms_from_scratch_rs
::
exercises
Module
ch03
Copy item path
Source
Expand description
Exercises from Chapter 3
Structs
ยง
X1
Comparing
SelfAttention_v1
and
SelfAttention_v2
X2
Returning two-dimensional embedding vectors
X3
Initializing GPT-2 size attention modules