generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clean BCO * Optional[int] * fix sft config * alignprop config * upadte tempfile to work with output_dir * clean kto config * intro docstring * style * reward config * orpo config * warning in trainer, not in config * cpo config * ppo v2 * model config * ddpo and per_device_train_batch_size (instead of (train_batch_size) * rloo * Online config * tmp_dir in test_ddpo * style * remove to_dict and fix post-init * batch size in test ddpo * dpo * style * `Args` -> `Parameters` * parameters * ppo config * dont overwrite world size * style * outputdir in test ppo * output dir in ppo config * revert non-core change (1/n) * revert non-core changes (2/n) * revert non-core change (3/n) * uniform max_length * fix uniform max_length * beta uniform * style * link to `ConstantLengthDataset` * uniform `dataset_num_proc` * uniform `disable_dropout` * `eval_packing` doc * try latex and α in doc * try title first * doesn't work * reorganize doc * overview * better latex * is_encoder_decoder uniform * proper ticks * fix latex * uniform generate_during_eval * uniform truncation_mode * ref_model_mixup_alpha * ref_model_mixup_alpha and ref_model_sync_steps * Uniform `model_init_kwargs` and `ref_model_init_kwargs` * rpo_alpha * Update maximum length argument names in config files * Update loss_type descriptions in config files * Update max_target_length to max_completion_length in CPOConfig and CPOTrainer * Update padding value in config files * Update precompute_ref_log_probs flag documentation * Fix typos and update comments in dpo_config.py and sft_config.py * post init warning for `max_target_length`
- Loading branch information
1 parent
7acb9c2
commit fc20db8
Showing
20 changed files
with
851 additions
and
636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.