Sebastian Raschka
3f6f2af3a3
Simplify embedding vs linear layer code ( #278 )
2024-07-21 12:21:10 -05:00
Sebastian Raschka
7356020b44
Update README.md
2024-07-21 10:42:28 -05:00
Sebastian Raschka
b80b14cf09
Update README.md
2024-07-21 10:41:53 -05:00
Sebastian Raschka
d0f3b034d8
Add download help message ( #274 )
2024-07-19 08:29:29 -05:00
Sebastian Raschka
06ed31f347
Updated test badges
2024-07-18 20:26:51 -05:00
rasbt
3195594680
explain extra padding token
2024-07-17 07:38:25 -05:00
Thanh Tran
a2bb045984
fix typos & inconsistent texts ( #269 )
...
Co-authored-by: TRAN <you@example.com>
2024-07-17 07:34:51 -05:00
rasbt
ee1d4730ba
fixes bold font #267
2024-07-16 17:51:15 -05:00
Sebastian Raschka
311a3837e4
Gh workflow for spelling errors ( #265 )
...
* Gh workflow for spelling errors
* add files to check
2024-07-16 08:17:20 -05:00
Jeroen Van Goey
70cfced899
fix typos, add codespell pre-commit hook ( #264 )
...
* fix typos, add codespell pre-commit hook
* Update .pre-commit-config.yaml
---------
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
2024-07-16 07:07:04 -05:00
rasbt
3b79631672
add missing "be" to figure
2024-07-15 08:06:05 -05:00
rasbt
2ab7a9aa9d
clarify libraries
2024-07-14 08:53:16 -05:00
Sebastian Raschka
377c14c25e
break long lines in ch07 ( #263 )
2024-07-13 07:26:23 -05:00
Sebastian Raschka
3549c2b0d4
Add download instructions
2024-07-13 06:31:14 -05:00
Sebastian Raschka
2ce1d16de0
show how to use the finetuned model
2024-07-09 06:43:26 -07:00
Sebastian Raschka
28041d7e4c
Update README.md
2024-07-06 08:26:50 -05:00
Daniel Kleine
7e0dd7f765
minor: removed redundant imports ( #260 )
...
* removed duplicated imports
* removed empty cell
2024-07-05 15:33:19 -05:00
rasbt
bd216fdade
update decode method
2024-07-05 08:34:27 -05:00
Suman Debnath
46f4d9e575
fixing the regular expression used in the SimpleTokenizer ( #259 )
...
* fixing the regular expression used in the SimpleTokenizer class and a typo in the 2.7 Creating token embedding introduction section
* rerun
---------
Co-authored-by: rasbt <mail@sebastianraschka.com>
2024-07-04 12:27:27 -05:00
Sebastian Raschka
3e47407646
Update README.md
2024-07-03 20:28:04 -05:00
Sebastian Raschka
17a590e411
Update README.md
2024-07-03 20:27:54 -05:00
Daniel Kleine
87f47a281a
fixed spelling typos ( #258 )
2024-07-03 07:47:33 -05:00
Sebastian Raschka
fe23241ba0
Update README.md
2024-07-03 05:56:46 -05:00
rasbt
52e10c7360
use correct chapter reference
2024-07-02 17:29:57 -05:00
rasbt
64536ca40f
update figures
2024-07-02 17:12:42 -05:00
rasbt
2b379abf70
add spearman and kendall-tau analysis
2024-07-02 07:55:32 -05:00
Sebastian Raschka
2d8eacb0fa
Fix links in summary sections ( #254 )
2024-06-29 07:51:31 -05:00
rasbt
5e24a042c1
add links to summary sections
2024-06-29 07:33:26 -05:00
rasbt
0f43890a15
refresh cross entropy figure
2024-06-29 07:22:23 -05:00
rasbt
01c4b8f645
add clarification about :num_tokens
2024-06-29 07:16:42 -05:00
rasbt
1ffb7500e4
add clarifying note about GELU
2024-06-29 07:14:36 -05:00
rasbt
1e61943bf2
force refresh figure
2024-06-29 07:01:37 -05:00
rasbt
8b50915fc9
remove redundant plus sign
2024-06-29 06:59:36 -05:00
Daniel Kleine
fb4e37ae15
fixed minor issues ( #252 )
...
* fixed typo
* fixed var name in md text
2024-06-29 06:38:25 -05:00
Sebastian Raschka
65d68097ee
Use deterministic ollama settings ( #250 )
...
* deterministic ollama settings
* add missing file
2024-06-27 07:16:48 -05:00
Daniel Kleine
99058c3d07
minor fixes ( #248 )
...
* removed duplicated numpy req
* labels to array
* autopep8 NBs
2024-06-26 08:52:51 -05:00
Sebastian Raschka
4fef19e016
remove redundant code lines ( #247 )
2024-06-25 21:44:19 -05:00
rasbt
f46441d53f
update with latest versions
2024-06-25 21:09:27 -05:00
Daniel Kleine
7a54d383e7
minor fixes ( #246 )
...
* removed duplicated white spaces
* Update ch07/01_main-chapter-code/ch07.ipynb
* Update ch07/05_dataset-generation/llama3-ollama.ipynb
* removed duplicated white spaces
* fixed title again
---------
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
2024-06-25 17:30:30 -05:00
Sebastian Raschka
5629d4d147
Update title
2024-06-25 10:01:12 -05:00
Sebastian Raschka
1c89f0fc93
Generating a synthetic dataset for instruction finetuning ( #245 )
...
* Generating a synthetic dataset for instruction finetuning
* fix link
2024-06-23 21:48:25 -05:00
rasbt
530fa48d3f
refresh figures
2024-06-23 10:41:29 -05:00
Sebastian Raschka
b7a7ac6068
removes redundent figsize code ( #244 )
2024-06-23 09:24:07 -05:00
Sebastian Raschka
1002f3079d
Update README.md
2024-06-23 08:25:01 -05:00
Sebastian Raschka
def84a039c
Show epochs as integers on x-axis ( #241 )
...
* Show epochs as integers on x-axis
* Update ch07/01_main-chapter-code/previous_chapters.py
* remove extra s
* modify exercise plots
* update chapter 7 plot
* resave ch07 for better file diff
2024-06-23 07:41:25 -05:00
Daniel Kleine
36a29e783a
fixed typo ( #243 )
...
* fixed copy-paste typo
* Update ch07/01_main-chapter-code/ch07.ipynb
* Update ch07/01_main-chapter-code/ch07.ipynb
* Update ch07/01_main-chapter-code/ch07.ipynb
* Update ch07/01_main-chapter-code/ch07.ipynb
---------
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
2024-06-23 07:11:04 -05:00
Daniel Kleine
82c06420ac
updated .gitignore for ch07/01 artefacts ( #242 )
...
* fixed markdown
* removed redundant imports
* updated .gitignore for ch07/01 artefacts
2024-06-22 18:12:01 -05:00
rasbt
519bfd6dc5
spelling fix
2024-06-22 12:22:21 -05:00
Sebastian Raschka
fef88072eb
Update README.md
2024-06-22 12:09:02 -05:00
rasbt
0026e6206b
update generate to match output in main chapter
2024-06-22 12:01:51 -05:00