85 Commits

Author SHA1 Message Date
Intelligence-Manifesto
a61583e31e if -> in
if -> in
2024-02-09 04:18:07 +08:00
Sebastian Raschka
55ced1d95e Update README.md 2024-02-06 07:38:52 -06:00
rasbt
3a5fc79b38 add and update readme files 2024-02-05 06:51:58 -06:00
rasbt
2b38b63a7a move overview up 2024-02-04 15:57:03 -06:00
rasbt
bb50de7210 adjust figure width 2024-02-04 10:12:11 -06:00
rasbt
1653f6953a adjust figure width 2024-02-04 10:09:36 -06:00
Sebastian Raschka
f2fe1d0d85 Merge pull request #24 from rasbt/ch04
add chapter 4 code
2024-02-04 10:06:56 -06:00
rasbt
b86cc682f0 update links in readme 2024-02-04 10:05:55 -06:00
rasbt
ec312e581b add chapter 4 code 2024-02-04 10:02:05 -06:00
rasbt
16b30ccd5c set stride equal to max len 2024-02-03 08:50:56 -06:00
Sebastian Raschka
b9974da94d Merge pull request #22 from Intelligence-Manifesto/patch-2
missing single quotes
2024-02-03 08:46:40 -06:00
Intelligence-Manifesto
78ab68b4d3 missing single quotes
missing single quotes
2024-02-03 03:41:31 +08:00
rasbt
d261abce4c add forward pass 2024-01-31 08:00:19 -06:00
rasbt
fcb13fd636 add code backbone ch04 2024-01-29 08:14:23 -06:00
Sebastian Raschka
3002777dd2 Update README.md 2024-01-28 18:41:02 -06:00
rasbt
c4803bb91a add libmamba 2024-01-28 12:47:29 -06:00
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