Spaces:
Runtime error
Runtime error
| #finetune_dataset_text_load_sample_button { | |
| margin: -4px 12px 8px; | |
| } | |
| #finetune_reload_selections_button { | |
| position: absolute; | |
| top: 0; | |
| right: 0; | |
| margin: 16px; | |
| margin-bottom: auto; | |
| height: 42px ; | |
| min-width: 42px ; | |
| width: 42px ; | |
| z-index: 1; | |
| } | |
| #finetune_dataset_from_data_dir { | |
| border: 0; | |
| box-shadow: none; | |
| } | |
| #finetune_ui_content > .tabs > .tab-nav::before { | |
| content: "Training Dataset:"; | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| padding-right: 12px; | |
| padding-left: 8px; | |
| } | |
| #finetune_template, | |
| #finetune_template + * { | |
| border: 0; | |
| box-shadow: none; | |
| } | |
| #finetune_dataset_text_input_group .form { | |
| border: 0; | |
| box-shadow: none; | |
| padding: 0; | |
| } | |
| #finetune_dataset_text_input_textbox > .wrap:last-of-type { | |
| margin-top: -20px; | |
| } | |
| #finetune_dataset_plain_text_separators_group * { | |
| font-size: 0.8rem; | |
| } | |
| #finetune_dataset_plain_text_separators_group textarea { | |
| height: auto ; | |
| } | |
| #finetune_dataset_plain_text_separators_group > .form { | |
| gap: 0 ; | |
| } | |
| #finetune_dataset_from_text_message p, | |
| #finetune_dataset_from_text_message + * p { | |
| font-size: 80%; | |
| } | |
| #finetune_dataset_from_text_message, | |
| #finetune_dataset_from_text_message *, | |
| #finetune_dataset_from_text_message + *, | |
| #finetune_dataset_from_text_message + * * { | |
| display: inline; | |
| } | |
| #finetune_dataset_from_data_dir_message, | |
| #finetune_dataset_from_data_dir_message * { | |
| min-height: 0 ; | |
| } | |
| #finetune_dataset_from_data_dir_message { | |
| margin: -20px 24px 0; | |
| font-size: 0.8rem; | |
| } | |
| #finetune_dataset_from_text_message > .wrap > *:first-child, | |
| #finetune_dataset_from_data_dir_message > .wrap > *:first-child { | |
| display: none; | |
| } | |
| #finetune_dataset_from_data_dir_message > .wrap { | |
| top: -18px; | |
| } | |
| #finetune_dataset_from_text_message > .wrap svg, | |
| #finetune_dataset_from_data_dir_message > .wrap svg { | |
| margin: -32px -16px; | |
| } | |
| #finetune_continue_from_model_box { | |
| /* padding: 0; */ | |
| } | |
| #finetune_continue_from_model_box .block { | |
| border: 0; | |
| box-shadow: none; | |
| padding: 0; | |
| } | |
| #finetune_continue_from_model_box > * { | |
| /* gap: 0; */ | |
| } | |
| #finetune_continue_from_model_box button { | |
| margin-top: 16px; | |
| } | |
| #finetune_continue_from_model { | |
| flex-grow: 2; | |
| } | |
| .finetune_dataset_error_message { | |
| color: var(--error-text-color) ; | |
| } | |
| #finetune_dataset_preview_info_message { | |
| align-items: flex-end; | |
| flex-direction: row; | |
| display: flex; | |
| margin-bottom: -4px; | |
| } | |
| #finetune_dataset_preview td { | |
| white-space: pre-wrap; | |
| } | |
| /* | |
| #finetune_dataset_preview { | |
| max-height: 100vh; | |
| overflow: auto; | |
| border: var(--block-border-width) solid var(--border-color-primary); | |
| border-radius: var(--radius-lg); | |
| } | |
| #finetune_dataset_preview .table-wrap { | |
| border: 0 !important; | |
| } | |
| */ | |
| #finetune_max_seq_length { | |
| flex: 2; | |
| } | |
| #finetune_lora_target_modules_box, | |
| #finetune_lora_target_modules_box + #finetune_lora_modules_to_save_box { | |
| margin-top: calc((var(--layout-gap) + 8px) * -1); | |
| flex-grow: 0 ; | |
| } | |
| #finetune_lora_target_modules_box > .form, | |
| #finetune_lora_target_modules_box + #finetune_lora_modules_to_save_box > .form { | |
| padding-top: calc((var(--layout-gap) + 8px) / 3); | |
| border-top: 0; | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| background: var(--block-background-fill); | |
| position: relative; | |
| } | |
| #finetune_lora_target_modules_box > .form::before, | |
| #finetune_lora_target_modules_box + #finetune_lora_modules_to_save_box > .form::before { | |
| content: ""; | |
| display: block; | |
| position: absolute; | |
| top: calc((var(--layout-gap) + 8px) / 3); | |
| left: 0; | |
| right: 0; | |
| height: 1px; | |
| z-index: 1; | |
| background: var(--block-border-color); | |
| } | |
| #finetune_lora_target_modules_add_box, | |
| #finetune_lora_modules_to_save_add_box { | |
| margin-top: -24px; | |
| padding-top: 8px; | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| border-top: 0; | |
| } | |
| #finetune_lora_target_modules_add_box > * > .form, | |
| #finetune_lora_modules_to_save_add_box > * > .form { | |
| border: 0; | |
| box-shadow: none; | |
| } | |
| #finetune_lora_target_modules_add, | |
| #finetune_lora_modules_to_save_add { | |
| padding: 0; | |
| } | |
| #finetune_lora_target_modules_add input, | |
| #finetune_lora_modules_to_save_add input { | |
| padding: 4px 8px; | |
| } | |
| #finetune_lora_target_modules_add_btn, | |
| #finetune_lora_modules_to_save_add_btn { | |
| min-width: 60px; | |
| } | |
| #finetune_save_total_limit, | |
| #finetune_save_steps, | |
| #finetune_logging_steps { | |
| min-width: min(120px,100%) ; | |
| padding-top: 4px; | |
| } | |
| #finetune_save_total_limit span, | |
| #finetune_save_steps span, | |
| #finetune_logging_steps span { | |
| font-size: 12px; | |
| margin-bottom: 5px; | |
| } | |
| #finetune_save_total_limit input, | |
| #finetune_save_steps input, | |
| #finetune_logging_steps input { | |
| padding: 4px 8px; | |
| } | |
| #finetune_advanced_options_checkboxes > * > * { | |
| min-width: auto; | |
| } | |
| #finetune_log_and_save_options_group_container { | |
| flex-grow: 0 ; | |
| } | |
| #finetune_model_name_group { | |
| flex-grow: 0 ; | |
| } | |
| #finetune_eval_data_group { | |
| flex-grow: 0 ; | |
| } | |
| #finetune_additional_training_arguments_box > .form, | |
| #finetune_additional_lora_config_box > .form { | |
| border: 0; | |
| background: transparent; | |
| } | |
| #finetune_additional_training_arguments_textbox_for_label_display, | |
| #finetune_additional_lora_config_textbox_for_label_display { | |
| padding: 0; | |
| margin-bottom: -10px; | |
| background: transparent; | |
| } | |
| #finetune_additional_training_arguments_textbox_for_label_display textarea, | |
| #finetune_additional_lora_config_textbox_for_label_display textarea { | |
| display: none; | |
| } | |
| /* in case if there's too many logs on the previous run and made the box too high */ | |
| #finetune_training_status:has(.wrap:not(.hide)) { | |
| max-height: 160px; | |
| height: 160px; | |
| } | |