Skip to content

Commit

Permalink
[Example] Fix llm_finetune example json part
Browse files Browse the repository at this point in the history
  • Loading branch information
chongxiaoc committed Jul 13, 2023
1 parent 60f1416 commit 6ffb182
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/llm_finetuning/train_imdb_ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@
type: auto_transformer
pretrained_model_name_or_path: bigscience/bloom-3b
trainable: true
adapter: lora
output_features:
- name: sentiment
type: category
adapter:
type: lora
trainer:
batch_size: 4
epochs: 3
Expand Down

0 comments on commit 6ffb182

Please sign in to comment.