Activity
bug fixes: handle shuffling of rows, columns, and casting of non-stri…
bug fixes: handle shuffling of rows, columns, and casting of non-stri…
bug fix: undefined variable target_choices
bug fix: undefined variable target_choices
bug fix: do not cast target_column_unique_values to list, it is alrea…
bug fix: do not cast target_column_unique_values to list, it is alrea…
add support for TargetConfig when serializing
add support for TargetConfig when serializing
add hyperparameter-tuned version of target quality clf
add hyperparameter-tuned version of target quality clf
do not use activation checkpointing when using peft
do not use activation checkpointing when using peft
use default hparams when num_iters is 1
use default hparams when num_iters is 1
remove thread_count; not a valid kwarg for random search
remove thread_count; not a valid kwarg for random search
introduce some changes to reduce runtime and stop early when no impro…
introduce some changes to reduce runtime and stop early when no impro…
refactor target selection object into a new object, TargetSelector, a…
refactor target selection object into a new object, TargetSelector, a…
correct voab size detection for llama 1 model
correct voab size detection for llama 1 model
bug fix: correct hf saving of model when using FSDP; remove use of sa…
bug fix: correct hf saving of model when using FSDP; remove use of sa…
bug fix: convert attention mask to torch tensor before caling .masked…
bug fix: convert attention mask to torch tensor before caling .masked…
Merge remote-tracking branch 'origin/main' into llama-3.1-support
Merge remote-tracking branch 'origin/main' into llama-3.1-support
implement attention mask inversion as in core transformers library
implement attention mask inversion as in core transformers library