transformer-dojo
Copyright 2026 OpsBR Software Technology Inc.

This product is licensed under the Apache License, Version 2.0 (see LICENSE).

It includes or is derived from the third-party components below, each under its own licence. The
full texts are in licenses/ unless noted otherwise.

--------------------------------------------------------------------------------
model.q4 (release asset): the stories15M weights, quantized to INT4
  Source:   https://huggingface.co/karpathy/tinyllamas (stories15M.bin)
  Licence:  MIT, Copyright (c) 2023 Andrej Karpathy (licenses/llama2.c-MIT.txt)
  The model was trained on the TinyStories dataset (Eldan & Li, 2023,
  https://huggingface.co/datasets/roneneldan/TinyStories, CDLA-Sharing-1.0). No part of the
  dataset is distributed here.

--------------------------------------------------------------------------------
Parts of tools/crates/xfmr-core (the forward pass and the BPE encoder) are ports of run.c from
llama2.c
  Source:   https://github.com/karpathy/llama2.c
  Licence:  MIT, Copyright (c) 2023 Andrej Karpathy (licenses/llama2.c-MIT.txt)

--------------------------------------------------------------------------------
model/tokenizer.json: the Llama 2 tokenizer vocabulary and merge scores, exported from
llama2.c's tokenizer.bin
  Licence:  Llama 2 Community License Agreement (licenses/llama2-community-license.txt) and the
            Llama 2 Acceptable Use Policy (licenses/llama2-acceptable-use-policy.md)

  Llama 2 is licensed under the LLAMA 2 Community License, Copyright (c) Meta Platforms, Inc. All
  Rights Reserved.

--------------------------------------------------------------------------------
IBM Plex Mono and IBM Plex Sans Condensed (embedded in the transformer-dojo binary's viz page)
  Licence:  SIL Open Font License 1.1, Copyright (c) IBM Corp.
            (tools/crates/transformer-dojo/viz/fonts/OFL.txt)

--------------------------------------------------------------------------------
Rust crates compiled into the transformer-dojo binary
  Licences: Apache-2.0, MIT and Unicode-3.0, crate by crate, with full texts in
            licenses/rust-crates.txt (generated by cargo-about from tools/Cargo.lock)
