Commit History
ensure explicit eval_sample_packing to avoid mismatch issues (#1692)
9c1af1a
unverified
Phi-3 conversation format, example training script and perplexity metric (#1582)
cf64284
unverified
add support for rpo_alpha (#1681)
c996881
unverified
load explicit splits on datasets (#1652)
a944f7b
unverified
set chat_template in datasets config automatically (#1664)
9d4225a
unverified
revert multipack batch sampler changes (#1672)
a6b37bd
unverified
make sure the CI fails when pytest script fails (#1669)
fe650dd
unverified
Fix: ensure correct handling of `val_set_size` as `float` or `int` (#1655)
6a5a725
unverified
Generalizing the chat_template prompt strategy (#1660) [skip ci]
cc11c6b
unverified
Keith Stevens
commited on
support for custom messages field in sharegpt (#1651)
bbfed31
unverified
allow report_to for multiple providers (#1647)
6299eb5
unverified
Fix llama3 chat_template (extra <|eot_id|> on last turn) (#1635)
7c2bf30
unverified
Add KTO support (#1640)
22ae21a
unverified
fixes to save on fractional save_steps (#1643)
ba45531
unverified
Unsloth optims for Llama (#1609)
8a1572a
unverified
add save_only_model option (#1634)
702a669
unverified
Fix `total_num_steps` (#1566)
81da7d2
unverified
FIX: max_length and max_prompt_length was not being sent to ORPOTrainer (#1584)
1e1921b
unverified
make sure to save on the last step (#1615)
1634ac8
unverified
fix attention mask collation (#1603)
0298273
unverified
feat: Add LLaMA-3 instruct prompt strategies for fine-tuning (#1553)
50421c8
unverified
feat: exclude mamba blocks for jamba (#1578)
8b9c15b
unverified
improve save callbacks (#1592)
29cf15a
unverified
ADD: warning hub model (#1301)
601c08b
unverified
PoSE context length ext (#1567)
5294653
unverified
make sure everything stays in the same dtype when using dpo + FSDP (#1559)
68601ec
unverified
wrap prepared_ds_path in str() to avoid TypeError in fsspec package (#1548)
7477a53
unverified
ORPO Trainer replacement (#1551)
7d1d22f
unverified
Unsloth gradient checkpointing offload (#1528)
6319da1
unverified
DBRX Model Support (#1462)
132eb74
unverified
use locale agnostic seperator to make large nums easier to read (#1503)
da9b1a3
unverified
WIP: Support table logging for mlflow, too (#1506)
057fa44
unverified
Correctly handle splits for datasets.arrow_dataset.Dataset objects (#1504)
8fa0785
unverified
add field to sft dataset pydantic for completion support (#1497)
ff01c45
unverified
ignore issues with calculating # params when printing (#1493)
2fa65b9
unverified
Remove `validate_quantized_dora` (#1485)
9430b6e
unverified
xzuyn
commited on