419 Commits

Author SHA1 Message Date
rasbt
22442b7012 use torch.softmax instead of F.softmax 2024-01-28 12:25:49 -06:00
Sebastian Raschka
eb142491b2 Merge pull request #20 from eltociear/patch-1
Update bpe_openai_gpt2.py
2024-01-28 09:07:49 -06:00
Ikko Eltociear Ashimine
3a3a4ac1f1 Update bpe_openai_gpt2.py
signficant -> significant
2024-01-28 23:26:23 +09:00
Sebastian Raschka
f6e80a376d Fix link 2024-01-26 20:30:20 -06:00
Sebastian Raschka
04c113c54f Merge pull request #19 from Intelligence-Manifesto/patch-1
a repetition of the word "by"
2024-01-25 17:41:49 -06:00
Intelligence-Manifesto
004d6a2af9 a repetition of the word "by"
"The Verdict by by Edith Wharton" contains a repetition of the word "by." The correct form should be "The Verdict by Edith Wharton."
2024-01-26 00:43:57 +08:00
rasbt
0eab244f00 add full toc 2024-01-24 07:09:35 -06:00
rasbt
f27c9e6135 rename create_dataloader to create_dataloader_v1 2024-01-24 07:02:05 -06:00
rasbt
f6896d17ef image resizing 2024-01-21 20:25:34 -06:00
Sebastian Raschka
4c45c37c51 Update README.md 2024-01-21 20:17:32 -06:00
Sebastian Raschka
f2b034df66 Merge pull request #17 from rasbt/package-install
additional package installation info
2024-01-21 20:16:59 -06:00
rasbt
fdfa39eb71 additional package installation info 2024-01-21 20:16:19 -06:00
rasbt
8860e16e05 <|endoftext|> token in dataset v1 2024-01-21 12:03:04 -06:00
Sebastian Raschka
b1923a3075 Fix links 2024-01-19 21:00:20 -06:00
rasbt
92896d817c add toggle for qkv_bias 2024-01-17 07:50:57 -06:00
rasbt
0074c98968 add download utilities for vocab and encoder files 2024-01-15 17:08:04 -06:00
rasbt
dfe2c3b46f use blocksize in positional embedding 2024-01-15 08:15:33 -06:00
rasbt
9e85f13ba9 readability improvements 2024-01-15 07:36:19 -06:00
rasbt
a7b4880179 small readability updates 2024-01-14 11:58:42 -06:00
rasbt
c79499572f update chapter title 2024-01-13 14:51:39 -06:00
Sebastian Raschka
6a1af00313 Update README.md 2024-01-13 14:50:25 -06:00
Sebastian Raschka
32267e3253 Merge pull request #14 from rasbt/update
Small cosmetic updates and exercise solutions for chapter 3
2024-01-13 14:49:56 -06:00
rasbt
c400f77f26 update exercise solutions 2024-01-13 14:49:02 -06:00
rasbt
4105844d34 update cover 2024-01-10 17:55:28 -06:00
Sebastian Raschka
fce03b2f63 Merge pull request #13 from rasbt/update
small cosmetic fixes and improvements
2024-01-10 08:02:02 -06:00
rasbt
f279134492 small cosmetic fixes and improvements 2024-01-10 08:01:19 -06:00
rasbt
c93f434f52 improve table readability 2024-01-07 15:18:03 -06:00
rasbt
690a1a62b0 add comments to ToC and fix link 2024-01-07 15:13:53 -06:00
rasbt
e113075a16 show normalization explicitely 2024-01-06 19:24:01 -05:00
rasbt
ea4b6c4e5f add package versions to the top of the notebook 2024-01-01 19:41:18 +01:00
Sebastian Raschka
c17a8c2d8d Update LICENSE.txt 2024-01-01 16:21:05 +01:00
Sebastian Raschka
5602366381 Merge pull request #12 from rasbt/embedding-size
use block size variable in positional embedding layer
2023-12-28 19:06:13 +01:00
rasbt
4f161bd549 use block size variable in positional embedding layer 2023-12-28 19:05:06 +01:00
Sebastian Raschka
10aa40ba6a Merge pull request #10 from Shuyib/main
Add tiktoken library
2023-12-27 17:03:34 +01:00
Megabyte
c11b5ca211 Merge pull request #1 from Shuyib/Shuyib-patch-1
Update requirements.txt
2023-12-27 16:32:18 +03:00
Megabyte
0beb32b45a Update requirements.txt
Add tiktoken library version 0.5.1 as used in chapter 02 for section 2.5 Byte pair encoding.
2023-12-27 16:30:31 +03:00
Sebastian Raschka
0f83b87c04 Merge pull request #9 from xiaotian0328/patch-1
Fix typos in ch03.ipynb
2023-12-27 08:28:52 +01:00
Xiaotian Ma
b8901da362 Update ch03.ipynb 2023-12-26 22:41:54 -06:00
Xiaotian Ma
c518adb0b7 Update ch03.ipynb 2023-12-26 22:05:21 -06:00
rasbt
727615423d add repo info 2023-12-21 08:54:15 +01:00
Sebastian Raschka
7f0595f5f6 Merge pull request #7 from pitmonticone/main
Fix typos in notebooks
2023-12-17 09:09:31 -06:00
Pietro Monticone
40698e63b3 Update embeddings-and-linear-layers.ipynb 2023-12-17 16:01:46 +01:00
Pietro Monticone
1bebe21b91 Update ch02.ipynb 2023-12-17 16:01:43 +01:00
Sebastian Raschka
f5c0fda59a update overview figure 2023-12-16 12:43:33 -06:00
Sebastian Raschka
5824d87a51 Update README.md 2023-12-13 06:12:50 -06:00
Sebastian Raschka
db800cd67d Merge pull request #6 from rasbt/cover-and-book-info
Add cover and book info
2023-12-12 07:27:44 -06:00
rasbt
d29bb5a01e Add cover and book info 2023-12-12 07:27:03 -06:00
Sebastian Raschka
220df4ffb3 Delete ch02/03_bonus_embedding-vs-matmul/.DS_Store 2023-12-10 08:18:25 -06:00
Sebastian Raschka
a16585049e Delete ch02/.DS_Store 2023-12-10 08:18:11 -06:00
Sebastian Raschka
28f43bd118 Delete ch03/.DS_Store 2023-12-10 08:17:56 -06:00