Skip to content

Commit

Permalink
Merge branch 'test_config_utils' of github.com:aluu317/fms-hf-tuning …
Browse files Browse the repository at this point in the history
…into test_config_utils
  • Loading branch information
aluu317 committed Jul 30, 2024
2 parents 5dcc7e6 + 0fd2aee commit 19e39f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ python tuning/sft_trainer.py \
--r 8 \
--lora_dropout 0.05 \
--lora_alpha 16 \
--target_modules ["c_attn", "c_proj"]
--target_modules c_attn c_proj
```

Equally you can pass in a JSON configuration for running tuning. See [build doc](./build/README.md) for more details. The above can also be passed in as JSON:
Expand Down

0 comments on commit 19e39f9

Please sign in to comment.