Spaces:
Build error
Build error
| task: llm-orpo | |
| base_model: meta-llama/Meta-Llama-3-70B-Instruct | |
| project_name: autotrain-llama3-70b-orpo-v1 | |
| log: tensorboard | |
| backend: local | |
| data: | |
| path: argilla/distilabel-capybara-dpo-7k-binarized | |
| train_split: train | |
| valid_split: valid | |
| chat_template: chatml | |
| column_mapping: | |
| text_column: chosen | |
| rejected_text_column: rejected | |
| prompt_text_column: prompt | |
| params: | |
| block_size: 2048 | |
| model_max_length: 8192 | |
| max_prompt_length: 1024 | |
| epochs: 3 | |
| batch_size: 1 | |
| lr: 1e-5 | |
| peft: true | |
| quantization: null | |
| target_modules: all-linear | |
| padding: right | |
| optimizer: paged_adamw_8bit | |
| scheduler: linear | |
| gradient_accumulation: 4 | |
| mixed_precision: bf16 | |
| hub: | |
| username: ${HF_USERNAME} | |
| token: ${HF_TOKEN} | |
| push_to_hub: true |