mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-09-25 16:17:10 +00:00
file header
This commit is contained in:
parent
79d40c25bf
commit
2dd7bf9cda
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user