mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-09 01:02:50 +00:00
4 lines
263 B
Python
4 lines
263 B
Python
# Copyright (c) Sebastian Raschka under Apache License 2.0 (see LICENSE.txt).
|
|
# Source for "Build a Large Language Model From Scratch"
|
|
# - https://www.manning.com/books/build-a-large-language-model-from-scratch
|
|
# Code: https://github.com/rasbt/LLMs-from-scratch |