Skip to content

Commit f0d94d1

Browse files
committed
update
1 parent b24c9f0 commit f0d94d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

llm_on_ray/finetune/finetune.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ General:
1313
lora_dropout: 0.1
1414
enable_gradient_checkpointing: false
1515
Dataset:
16-
train_file: examples/data/sample_finetune_data_small.jsonl
16+
type: "SlimOrca"
17+
train_file: Open-Orca/SlimOrca
1718
group: true
1819
max_length: 512
1920
block_size: 512

llm_on_ray/finetune/finetune_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class General(BaseModel):
8080

8181

8282
class Dataset(BaseModel):
83+
type: str = "chat"
8384
train_file: str
8485
validation_file: Optional[str]
8586
validation_split_percentage: int

0 commit comments

Comments
 (0)