Update README.md
Browse files
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
|