mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-09-27 09:09:33 +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
|
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
|
# 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.
|
# This file can be run as a standalone script.
|
||||||
|
|
||||||
import tiktoken
|
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
|
# 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.
|
# This file can be run as a standalone script.
|
||||||
|
|
||||||
import tiktoken
|
import tiktoken
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Code: https://github.com/rasbt/LLMs-from-scratch
|
# Code: https://github.com/rasbt/LLMs-from-scratch
|
||||||
|
|
||||||
# This file collects all the relevant code that we covered thus far
|
# 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.
|
# This file can be run as a standalone script.
|
||||||
|
|
||||||
import tiktoken
|
import tiktoken
|
||||||
|
Loading…
x
Reference in New Issue
Block a user