Commit History
fix tokenizer loading, got openllama 3b working
e396654
winglian
commited on
fixes w/ example for super basic lora starter
a5d739b
winglian
commited on
Merge pull request #55 from OpenAccess-AI-Collective/missing-validation-file
de2a733
unverified
winglian
commited on
add missing file
1d7da3b
winglian
commited on
stray s
f523a08
winglian
commited on
cfg.cfg fix, also de-dupe lora module list
676d7da
winglian
commited on
fix tuple add to list
a8771b0
winglian
commited on
attempt to find linear modules for qlora
ffd1043
winglian
commited on
apply black formatting
ce34d64
winglian
commited on
Merge branch 'main' of github.com:OpenAccess-AI-Collective/axolotl into dev
ce694e2
winglian
commited on
remove un-needed code, add validation
1f5d83e
winglian
commited on
fix: handles AutoTokenizer from untrusted source
88ad05d
unverified
Valentin De Matos
commited on
more qlora support
e8aacfb
winglian
commited on
prepare does all this already for qlora?
b9d07aa
winglian
commited on
integrate qlora? maybe?
3b4d055
winglian
commited on
fix missing fp16 kwarg
2ae936f
winglian
commited on
fix enum pass as value
fb100a9
winglian
commited on
Add qa style data for alpaca instructions, fix one_cycle scheduler
3a50377
winglian
commited on
don't need to set here
de6da13
winglian
commited on
be able to use adam bnb 8bit and one cycle scheduler w fsdp
9493b1b
winglian
commited on
make sure to use train split if loading from hf
607a4d3
winglian
commited on
make one cycle lr div factor configurable
99383f1
winglian
commited on
fix new dataset prompt tokenizers
0f74464
winglian
commited on
add missing __init__
e0602a9
winglian
commited on
pygmalion dataset prompts format, cached tokenized datasets should be hashed on the tokenizer too
2809f3f
winglian
commited on
tokenization fixes
4ea9a66
winglian
commited on
optionally be able to specify alpaca or chat style prompts
1d5ab84
winglian
commited on
Set `half` using `cfg.fp16` for 4bit
641f801
unverified
Nanobit
commited on
concise multiple choice and tldr summarize
1365073
winglian
commited on
support for replit lm
8c2f3cb
winglian
commited on
add alpaca multiple choice instruct dataset support
b46bc02
winglian
commited on
Add `lora_modules_to_save`
2c73c81
unverified
Nanobit
commited on
fix prompters, especially the sharegpt prompter
5e37144
winglian
commited on
more fixes
bdbca8f
winglian
commited on
more fixes
42410c7
winglian
commited on
fix torch_dtype for model load
aef00b6
winglian
commited on
move filter to before saving so it doesn't happen everytime, update runpod manual script
0d28df0
winglian
commited on
whoops, gt vs lt
84c7bc4
winglian
commited on
optimize dataloading to use cache, fix model token embedding sizes
aa3c3f9
winglian
commited on
Merge branch 'main' into patch-2
89b7f26
unverified
Nanobit
commited on
black formatting
2bc1a5b
winglian
commited on
various fixes
7a490a4
winglian
commited on
Fix Trainer() got multiple values for keyword argument 'callbacks'
813aab3
unverified
Nanobit
commited on
testing mpt triton
e2e68c3
winglian
commited on
fix conditional so alpaca doesn't choke
a27d594
winglian
commited on
Rename variable to use same convention
174b74d
Nanobit
commited on