Skip to content

Commit 7553e87

Browse files
committed
Add citation file
1 parent f03f545 commit 7553e87

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CITATION.cff

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
cff-version: 1.2.0
2+
message: "If you use this book or its accompanying code, please cite it as follows."
3+
title: "Build A Large Language Model (From Scratch)"
4+
abstract: "This book provides a comprehensive, step-by-step guide to implementing a ChatGPT-like large language model from scratch in PyTorch."
5+
date-released: 2024-09-12
6+
authors:
7+
- family-names: "Raschka"
8+
given-names: "Sebastian"
9+
license: "Apache-2.0"
10+
url: "https://www.manning.com/books/build-a-large-language-model-from-scratch"
11+
repository-code: "https://github.com/rasbt/LLMs-from-scratch"
12+
keywords:
13+
- large language models
14+
- natural language processing
15+
- artificial intelligence
16+
- PyTorch
17+
- machine learning
18+
- deep learning
19+
type: book
20+
publisher: "Manning"
21+
isbn: "978-1633437166"
22+
year: 2024

0 commit comments

Comments
 (0)