qwerrwe / src /axolotl /prompt_strategies

Commit History

ORPO Trainer replacement (#1551)
7d1d22f
unverified

winglian commited on

fix pretraining_ on odd datasets (#1463)
586bd8d
unverified

monsoon-nlp commited on

fixes for dpo and orpo template loading (#1424)
7803f09
unverified

winglian commited on

Feat: Add sharegpt multirole (#1137)
40a88e8
unverified

Nanobit commited on

ORPO (#1419)
2ea70eb
unverified

winglian commited on

add handling for argilla dpo-mix (#1397)
8a82d2e
unverified

winglian commited on

Add Glaive conversation format support (#1365)
b7d8a7d
unverified

Brian Fitzgerald winglian commited on

allow the sharegpt handler to also better handle datasets destined for openai finetuning (#1361)
2598c9f
unverified

winglian commited on

plain input/output prompt strategy w/o chat templates (#1346)
4d09b42
unverified

winglian commited on

add gemma instruct chat template (#1341)
c1a7b3d
unverified

winglian commited on

Support user-defined prompt processing strategies for dpo (#1248)
1e3d530
unverified

nopperl winglian commited on

Pretrain transforms (#1261)
c7cf381
unverified

winglian commited on

relora: magnitude pruning of the optimizer (#1245)
8c2e05a
unverified

winglian commited on

precompute dpo logprobs setting and fixes (#1199) [skip ci]
33e1170
unverified

winglian commited on

Feat/chatml add system message (#1117)
98b4762
unverified

mhenrichsen Mads Henrichsen winglian commited on

add ultrachat prompt strategies (#996)
ba043a3
unverified

winglian commited on

Respect sequence_len in config for `type: llama2_chat` (#926)
f1de29d
unverified

hamel commited on

fixing prompt template of chatml by removal of linebreak (#922)
03c6318
unverified

timlim123 Timothy Lim commited on

Update to adapt to sharegpt datasets with "assistant" rather than "gp… (#774)
0800885
unverified

MilesQLi winglian commited on

fixes for alpaca w chatml, and don't include attention_mask w mistral for flash attention (#728)
3553172
unverified

winglian commited on

add support for defined train split (#654)
409ca0f
unverified

winglian commited on

use fastchat conversations template (#578)
e7d3e2d
unverified

winglian commited on

split completion text to sequence_len (#616)
97d3776
unverified

winglian commited on

support custom field for completion from yml (#580)
f7a2263
unverified

winglian commited on

feat: add Metharme prompt strategy (#446)
f474650
unverified

TearGosling Nanobit commited on

support user defined prompters, pretokenized datasets in config, local parquet, local arrow files (#348)
d2e7f27
unverified

winglian commited on

fix orca prompts (#422)
1b7e860
unverified

winglian commited on

Attention mask and position id fixes for packing (#285)
2bb0b78
unverified

winglian commited on

Fix(message): Improve error message for bad format (#365)
e37d935
unverified

Nanobit commited on

experimental llama 2 chat support (#296)
3392270
unverified

Jan Philipp Harries Jan Philipp Harries commited on

Added Orca Mini prompt strategy (#263)
c93655c
unverified

Jan Philipp Harries Jan Philipp Harries commited on

update prompts for open orca to match the paper (#317)
3d4984b
unverified

winglian commited on

Fixed pre-commit problems, fixed small bug in logging_config to handle LOG_LEVEL env var
b1f4f7a

theobjectivedad commited on

Merge pull request #255 from OpenAccess-AI-Collective/open-orca-prompts
1e5014a
unverified

winglian commited on

open orca support
78a1e1f

winglian commited on

add option for instruct w sys prompts
924bbfd

winglian commited on

Merge pull request #224 from OpenAccess-AI-Collective/system-prompt-data
f150c02
unverified

winglian commited on

push intermediate model checkpoints to hub
612aabd

winglian commited on

skip the system prompt
05ab909

winglian commited on

pylint for duplicated code for system prompts
7b57ed7

winglian commited on

add tests and supoort for loader for sys prompt data
3a38271

winglian commited on

initial wip to get sys prompt from dataset
8d20e0a

winglian commited on

bugfix for potential off by one
7925ddc

winglian commited on

update alpaca_chat prompts for instructions to explainn the conversation
4b43a66

winglian commited on

add new sharegpt, refactor prompt so it can be customized later, add exception if no data is processed
aac4b76

winglian commited on

fix camel ai, add guanaco/oasst mapping for sharegpt
59bb219

winglian commited on

new prompters, misc fixes for output dir missing using fsdp, and changing max seq len
4ac9e25

winglian commited on

Update src/axolotl/prompt_strategies/alpaca_instruct.py
c17dae6

Nanobit winglian commited on