tjadamlee commited on
Commit
5703ae0
1 Parent(s): 3bc9bdc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,10 +56,10 @@ cae7b4ee8d1ad4e4402632bb0600cc17 ./tokenizer_config.json.ef7ef410b9b909949e96f1
56
 
57
  2. Decrypt the files using the scripts in https://github.com/LianjiaTech/BELLE/tree/main/models
58
 
59
- You can use the following command in Bash,
60
  Please replace "/path/to_encrypted" with the path where you stored your encrypted file,
61
  replace "/path/to_original_llama_13B" with the path where you stored your original llama13B file,
62
- and replace "/path/to_finetuned_model" with the path where you want to save your final trained model.:
63
 
64
  ```bash
65
  mkdir /path/to_finetuned_model
 
56
 
57
  2. Decrypt the files using the scripts in https://github.com/LianjiaTech/BELLE/tree/main/models
58
 
59
+ You can use the following command in Bash.
60
  Please replace "/path/to_encrypted" with the path where you stored your encrypted file,
61
  replace "/path/to_original_llama_13B" with the path where you stored your original llama13B file,
62
+ and replace "/path/to_finetuned_model" with the path where you want to save your final trained model.
63
 
64
  ```bash
65
  mkdir /path/to_finetuned_model