Daniel Kleine
|
73be1c592f
|
fixed num_workers (#229)
* fixed num_workers
* ch06 & ch07: added num_workers to create_dataloader_v1
|
2024-06-19 17:36:46 -05:00 |
|
Sebastian Raschka
|
40ba3a4068
|
Remove leftover instances of self.tokenizer (#201)
* Remove leftover instances of self.tokenizer
* add endoftext token
|
2024-06-08 14:57:34 -05:00 |
|
Sebastian Raschka
|
a5b353667d
|
Rename drop_resid to drop_shortcut (#136)
|
2024-04-28 14:31:27 -05:00 |
|
rasbt
|
df4fc602d8
|
update numbering
|
2024-04-22 07:00:20 -05:00 |
|
rasbt
|
2dd7bf9cda
|
file header
|
2024-04-22 06:53:38 -05:00 |
|
Sebastian Raschka
|
bae4b0fb08
|
Make datesets and loaders compatible with multiprocessing (#118)
|
2024-04-13 13:57:56 -05:00 |
|
James Holcombe
|
0b866c133f
|
Use instance tokenizer (#116)
* Use instance tokenizer
* consistency updates
---------
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
|
2024-04-10 21:16:19 -04:00 |
|
Sebastian Raschka
|
ccd7cebbb3
|
Rename variable to context_length to make it easier on readers (#106)
* rename to context length
* fix spacing
|
2024-04-04 07:27:41 -05:00 |
|
Sebastian Raschka
|
5beff4e25a
|
Remove reundant dropout in MLP module (#105)
|
2024-04-03 20:19:08 -05:00 |
|
Sebastian Raschka
|
9d6da22ebb
|
Update pep8 (#78)
* simplify requirements file
* style
* apply linter
|
2024-03-18 08:16:17 -05:00 |
|
Sebastian Raschka
|
329d046b5d
|
simplify requirements file (#76)
|
2024-03-18 08:00:49 -05:00 |
|
Sebastian Raschka
|
48253c4f88
|
Ch05 (#75)
* add chapter 5 main code
|
2024-03-17 21:07:19 -05:00 |
|