Daniel Kleine
|
1e69c8e0b5
|
fixed minor issues (#252)
* fixed typo
* fixed var name in md text
|
2024-06-29 06:38:25 -05:00 |
|
Daniel Kleine
|
ef40f2f9ad
|
minor bug fixes (#207)
* fixed path arg for create_dataset_csvs()
* updated assign_check() to remove user warning
|
2024-06-12 06:27:56 -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
|
1d278c65da
|
fix gradient comment
|
2024-06-09 20:23:18 -05:00 |
|
rasbt
|
b43a7a8820
|
trainable token -> trainable token position
|
2024-05-23 11:43:20 -05:00 |
|
rasbt
|
18e729643d
|
add assertion about data set length
|
2024-05-23 06:50:43 -05:00 |
|
rasbt
|
725bed56f7
|
experiment with last two blocks
|
2024-05-21 19:49:34 -05:00 |
|
rasbt
|
c2028871e4
|
update lora init
|
2024-05-19 20:11:56 -05:00 |
|
rasbt
|
1b340c9eb6
|
add ignore index experiment
|
2024-05-19 07:24:49 -05:00 |
|
rasbt
|
5ef4edf2b5
|
new experiment w/o causal mask
|
2024-05-18 17:03:36 -05:00 |
|
rasbt
|
42cb0cbd59
|
Add experiment with gradient accumulation
|
2024-05-17 21:31:22 -05:00 |
|
rasbt
|
fc88fefd9c
|
fix no padding option
|
2024-05-17 21:06:51 -05:00 |
|
rasbt
|
5cfc64d038
|
fix indent
|
2024-05-17 07:58:01 -05:00 |
|
rasbt
|
04b9540938
|
Add new experiment without padding
|
2024-05-17 07:55:51 -05:00 |
|
Sebastian Raschka
|
41288a3d3a
|
Add LoRA experiments (#151)
* Add LoRA experiments
* Update ch06/02_bonus_additional-experiments/additional-experiments.py
|
2024-05-10 07:26:41 -05:00 |
|
rasbt
|
756ff780de
|
experiments with largest model
|
2024-05-09 07:40:09 -05:00 |
|
rasbt
|
6f486460bc
|
ouput -> output
|
2024-05-05 12:21:10 -05:00 |
|
rasbt
|
0ac19a1e50
|
use training set len
|
2024-04-29 21:50:07 -05:00 |
|
rasbt
|
258aff3e9a
|
style checks
|
2024-04-24 07:48:51 -05:00 |
|
rasbt
|
5ef438aa3b
|
add more experiments
|
2024-04-24 07:23:11 -05:00 |
|
rasbt
|
3b4484029d
|
rename folder
|
2024-04-23 21:02:57 -05:00 |
|