rasbt
|
283397aaf2
|
add main and optional sections
|
2024-06-19 17:48:25 -05:00 |
|
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 |
|
Jinge Wang
|
10018e00ff
|
Fixed some typos in ch06.ipynb (#219)
|
2024-06-18 05:54:01 -05:00 |
|
rasbt
|
3e0b0c66a8
|
fix spelling
|
2024-06-18 05:50:40 -05:00 |
|
rasbt
|
19c5784f82
|
replace figure
|
2024-06-18 05:46:36 -05:00 |
|
Daniel Kleine
|
dcbdc1d2e5
|
fixes for code (#206)
* updated .gitignore
* removed unused GELU import
* fixed model_configs, fixed all tensors on same device
* removed unused tiktoken
* update
* update hparam search
* remove redundant tokenizer argument
---------
Co-authored-by: rasbt <mail@sebastianraschka.com>
|
2024-06-11 20:59:48 -05:00 |
|
rasbt
|
1b1fd21d64
|
fix typo in comment
|
2024-06-09 06:14:02 -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 |
|
rasbt
|
98d453b666
|
update formatting
|
2024-05-24 07:20:37 -05:00 |
|
rasbt
|
18e729643d
|
add assertion about data set length
|
2024-05-23 06:50:43 -05:00 |
|
rasbt
|
86f6c2df43
|
Fix device setting
|
2024-05-22 17:51:51 -05:00 |
|
rasbt
|
a8a28017c0
|
remove duplicated text
|
2024-05-19 11:34:47 -05:00 |
|
rasbt
|
02e6f06a11
|
add test mode for dataset download
|
2024-05-18 17:38:19 -05:00 |
|
rasbt
|
c7c83904a0
|
tokens seen -> examples seen
|
2024-05-13 20:08:48 -05:00 |
|
rasbt
|
16d19751b0
|
spelling
|
2024-05-13 20:06:38 -05:00 |
|
rasbt
|
cd7ea15e8d
|
add readme
|
2024-05-13 08:50:55 -05:00 |
|
rasbt
|
b28cc0cb8c
|
pep8 fixes
|
2024-05-13 07:50:51 -05:00 |
|
rasbt
|
a740a62239
|
tests and exercises
|
2024-05-13 07:45:59 -05:00 |
|
rasbt
|
8bc15ab316
|
fix tests
|
2024-05-12 19:03:14 -05:00 |
|
rasbt
|
21172a6a7e
|
add chapter 6 unit test
|
2024-05-12 18:51:28 -05:00 |
|
rasbt
|
281400feca
|
add missing figure
|
2024-05-12 18:37:02 -05:00 |
|
rasbt
|
88176a82eb
|
chapter 06 summary file
|
2024-05-12 18:27:50 -05:00 |
|
rasbt
|
2e47a6e61c
|
update dataset naming
|
2024-05-12 09:22:42 -05:00 |
|
rasbt
|
55c3a91838
|
rename download_and_unzip to make it more specific
|
2024-05-12 08:36:24 -05:00 |
|
rasbt
|
4b4e1e1ad5
|
use spam / not spam labels
|
2024-05-11 13:42:18 -05:00 |
|
rasbt
|
02ad1bef3a
|
reorder section 6.6
|
2024-05-11 08:27:07 -05:00 |
|
rasbt
|
694a57a472
|
explain how class labels are obtained
|
2024-05-11 07:42:13 -05:00 |
|
rasbt
|
51ac283257
|
6 -> 4
|
2024-05-10 07:02:14 -05:00 |
|
rasbt
|
0b6665939b
|
clarify overfitting
|
2024-05-09 09:09:26 -05:00 |
|
rasbt
|
2df81f59d3
|
spelling improvements
|
2024-05-09 07:25:52 -05:00 |
|
rasbt
|
80cd98884e
|
add note about worker number
|
2024-05-08 21:20:43 -05:00 |
|
rasbt
|
10d3370f74
|
update figure 6.6
|
2024-05-08 20:46:54 -05:00 |
|
rasbt
|
a09a70c345
|
text -> dataset
|
2024-05-08 08:14:03 -05:00 |
|
rasbt
|
24e9110fa8
|
make spam spelling consistent
|
2024-05-08 06:48:28 -05:00 |
|
rasbt
|
0dd80359df
|
formatting improvements
|
2024-05-06 20:35:51 -05:00 |
|
rasbt
|
16e276f8df
|
show downloads
|
2024-05-06 07:40:09 -05:00 |
|
rasbt
|
cddcbc8b49
|
tokenizing example
|
2024-05-06 07:16:40 -05:00 |
|
rasbt
|
83d5cea795
|
ch06 dataset
|
2024-05-06 06:55:56 -05:00 |
|
rasbt
|
8d78098dfa
|
classfication -> classification
|
2024-05-06 06:50:38 -05:00 |
|
Ikko Eltociear Ashimine
|
b3215e3351
|
Update ch06.ipynb (#143)
ouput -> output
|
2024-05-05 12:18:20 -05:00 |
|
rasbt
|
3a632323df
|
make code more general for larger models
|
2024-05-05 10:18:46 -05:00 |
|
Sebastian Raschka
|
2e9d5acb5e
|
cosmetics
|
2024-05-05 08:15:46 -05:00 |
|
rasbt
|
e9bdbf0725
|
add text-to-token-id fn
|
2024-05-05 08:05:20 -05:00 |
|
Sebastian Raschka
|
d3201f5aad
|
Add figures for ch06 (#141)
|
2024-05-05 07:10:04 -05:00 |
|
rasbt
|
d60dcc6724
|
add description
|
2024-05-04 07:34:29 -05:00 |
|
Sebastian Raschka
|
da61d5b76a
|
Ch06 draft (#138)
* Ch06 first draft
* add utility files
|
2024-05-03 08:37:58 -05:00 |
|
Sebastian Raschka
|
16964a6486
|
Chapter 6 ablation studies (#127)
* Chapter 6 ablation studies
* add table
* formatting
* formatting
* formatting
|
2024-04-23 09:51:52 -05:00 |
|