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
rasbt
549e015548
simplify
2024-06-22 11:10:05 -05:00
Sebastian Raschka
2ffedf5b98
Exercise solution for LoRA instruction finetuning ( #240 )
2024-06-22 10:05:32 -05:00
Sebastian Raschka
eb85c43bc3
Add CI tests for chapter 7 ( #239 )
2024-06-22 08:57:18 -05:00
Sebastian Raschka
0114dee9f6
Exercise solutions ( #237 )
2024-06-22 08:30:45 -05:00
Daniel Kleine
e387742b77
minor markdown fixes ( #236 )
2024-06-21 13:55:34 -05:00
Daniel Kleine
7e0c5c0975
minor fixes ( #235 )
...
* removed unnecessary imports
* removed unnecessary semicolons
* format markdown
* format markdown
* fixed markdown
2024-06-21 08:40:54 -05:00
rasbt
7b67302da3
update
2024-06-21 06:31:31 -05:00
Sebastian Raschka
87deec0f5f
Add standalone finetuning and evaluation scripts for chapter 7 ( #234 )
...
* add finetuning and eval scripts
* update link
* update links
* fix link
2024-06-21 05:23:24 -05:00
rasbt
e1046746e8
remove redundant line
2024-06-20 10:12:28 -05:00
rasbt
cb194fa8fa
fix device loading
2024-06-20 08:07:00 -05:00
Sebastian Raschka
d440eb17bc
Add standalone instruction finetuning script ( #233 )
2024-06-20 07:37:47 -05:00
rasbt
bebd3f453f
example code to use the finetuned model
2024-06-19 20:21:14 -05:00
rasbt
3ba51abf53
consistency
2024-06-19 19:47:31 -05:00
rasbt
c1f9361428
add main and optional sections
2024-06-19 17:48:25 -05:00
rasbt
eb1da36e98
note about dropout
2024-06-19 17:37:48 -05:00
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
c935725a26
Add pytest retry for link checks ( #228 )
...
* add pytest retry for link checks
* Update .github/workflows/check-links.yml
* newline
2024-06-19 07:37:41 -05:00
Daniel Kleine
49c77d9724
minor: fixed API name ( #227 )
...
* fixed api name
* Update ch07/01_main-chapter-code/ch07.ipynb
---------
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
2024-06-19 07:09:32 -05:00
Jinge Wang
605ec00a2a
Fix some typos in ch07.ipynb ( #224 )
...
* Fixed some typos in ch06.ipynb
* Fix some typos in ch07.ipynb
2024-06-19 06:14:25 -05:00
Sebastian Raschka
f4c8bb024c
add mps runtime ( #223 )
2024-06-18 20:58:59 -05:00
Daniel Kleine
b114053378
minor fixes ( #222 )
...
* fixed labels
* fixed typo
---------
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
2024-06-18 19:37:26 -05:00
rasbt
3874c477fa
update report template
2024-06-18 19:21:00 -05:00