We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24c9f0 commit f0d94d1Copy full SHA for f0d94d1
llm_on_ray/finetune/finetune.yaml
@@ -13,7 +13,8 @@ General:
13
lora_dropout: 0.1
14
enable_gradient_checkpointing: false
15
Dataset:
16
- train_file: examples/data/sample_finetune_data_small.jsonl
+ type: "SlimOrca"
17
+ train_file: Open-Orca/SlimOrca
18
group: true
19
max_length: 512
20
block_size: 512
llm_on_ray/finetune/finetune_config.py
@@ -80,6 +80,7 @@ class General(BaseModel):
80
81
82
class Dataset(BaseModel):
83
+ type: str = "chat"
84
train_file: str
85
validation_file: Optional[str]
86
validation_split_percentage: int
0 commit comments