Spaces:
Paused
Paused
| # This is an example configuration file of TRL CLI, you can use it for | |
| # SFT like that: `trl sft --config config.yaml --output_dir test-sft` | |
| # The YAML file supports environment variables by adding an `env` field | |
| # as below | |
| # env: | |
| # CUDA_VISIBLE_DEVICES: 0 | |
| model_name_or_path: | |
| Qwen/Qwen2.5-0.5B | |
| dataset_name: | |
| stanfordnlp/imdb | |
| report_to: | |
| none | |
| learning_rate: | |
| 0.0001 | |
| lr_scheduler_type: | |
| cosine | |