Deema commited on
Commit
4846fed
·
1 Parent(s): cfcd217

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -32,7 +32,8 @@ arbml/alpagasus_cleaned_ar
32
 
33
  #### Training Hyperparameters
34
 
35
- 'python finetune.py --base_model 'FreedomIntelligence/AceGPT-7B' --data_path 'alpagasus_cleaned_ar.json' --output_dir 'lora-alpaca_alpagasus'
 
36
  Training Alpaca-LoRA model with params:
37
  base_model: FreedomIntelligence/AceGPT-7B
38
  data_path: alpagasus_cleaned_ar.json
@@ -55,7 +56,8 @@ wandb_run_name:
55
  wandb_watch:
56
  wandb_log_model:
57
  resume_from_checkpoint: False
58
- prompt template: alpaca'
 
59
 
60
  ### Framework versions
61
 
 
32
 
33
  #### Training Hyperparameters
34
 
35
+ ```
36
+ python finetune.py --base_model 'FreedomIntelligence/AceGPT-7B' --data_path 'alpagasus_cleaned_ar.json' --output_dir 'lora-alpaca_alpagasus'
37
  Training Alpaca-LoRA model with params:
38
  base_model: FreedomIntelligence/AceGPT-7B
39
  data_path: alpagasus_cleaned_ar.json
 
56
  wandb_watch:
57
  wandb_log_model:
58
  resume_from_checkpoint: False
59
+ prompt template: alpaca
60
+ ```
61
 
62
  ### Framework versions
63