file header

This commit is contained in:
rasbt 2024-04-22 06:51:54 -05:00
parent 79d40c25bf
commit 2dd7bf9cda
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,10 @@
<<<<<<< HEAD
=======
# 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
>>>>>>> 12cdebb (file header)
import os

View File

@ -1,5 +1,10 @@
# 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
#
# This file collects all the relevant code that we covered thus far
# throughout Chapters 2-4.
# throughout Chapters 2-5.
# This file can be run as a standalone script.
import tiktoken

View File

@ -1,5 +1,10 @@
# 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
#
# This file collects all the relevant code that we covered thus far
# throughout Chapters 2-4.
# throughout Chapters 2-5.
# This file can be run as a standalone script.
import tiktoken

View File

@ -4,7 +4,7 @@
# Code: https://github.com/rasbt/LLMs-from-scratch
# This file collects all the relevant code that we covered thus far
# throughout Chapters 2-4.
# throughout Chapters 2-5.
# This file can be run as a standalone script.
import tiktoken