Explorar o código

Add dotslash to example data_path

Eric J. Wang %!s(int64=3) %!d(string=hai) anos
pai
achega
d358124af6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -44,7 +44,7 @@ We can also tweak our hyperparameters:
 ```bash
 python finetune.py \
     --base_model 'decapoda-research/llama-7b-hf' \
-    --data_path 'alpaca_data_cleaned.json' \
+    --data_path './alpaca_data_cleaned.json' \
     --output_dir './lora-alpaca' \
     --batch_size 128 \
     --micro_batch_size 4 \