Daniel Kleine
|
bbb2a0c3d5
|
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
|
72a073bbbf
|
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
|
dd51d4ad83
|
Make datesets and loaders compatible with multiprocessing (#118)
|
2024-04-13 13:57:56 -05:00 |
|
James Holcombe
|
05718c6b94
|
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
|
2de60d1bfb
|
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
|
a2cd8436cb
|
Ch05 supplementary code (#81)
|
2024-03-19 09:26:26 -05:00 |
|
Sebastian Raschka
|
9d6da22ebb
|
Update pep8 (#78)
* simplify requirements file
* style
* apply linter
|
2024-03-18 08:16:17 -05:00 |
|
rasbt
|
da33ce8054
|
remove redundant unsqueeze in mask
|
2024-03-09 17:42:31 -06:00 |
|
rasbt
|
87fcfd9245
|
mha variants
|
2024-03-06 08:30:32 -06:00 |
|
rasbt
|
b827bf4eea
|
remove redundant double-unsequeeze
|
2024-02-29 08:31:07 -06:00 |
|
rasbt
|
cdcd73ba7f
|
drop_last=True
|
2024-02-25 07:23:38 -06:00 |
|
rasbt
|
6243726ab3
|
rename to dataloader v1
|
2024-02-24 07:48:18 -06:00 |
|
rasbt
|
fcb13fd636
|
add code backbone ch04
|
2024-01-29 08:14:23 -06:00 |
|