butyuhao commited on
Commit
f4b9dec
1 Parent(s): fe66d6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ language:
12
  python src/transformers/models/llama/convert_llama_weights_to_hf.py \
13
  --input_dir /path/to/downloaded/llama/weights --model_size 7B --output_dir /output/LLaMA_hf
14
  ```
15
- ## Step2:使用[解密脚本](https://github.com/icalk-nlp/EduChat/blob/main/decrypt.py)将原始LLaMA权重(base weight)加回到增量权重(delta weight)上。
16
  ```python
17
  python ./decrypt.py --base /path/to/LLAMA_hf --target ./educhat-base-002-7b-decrypt --delta /path/to/educhat-base-002-7b
18
  ```
 
12
  python src/transformers/models/llama/convert_llama_weights_to_hf.py \
13
  --input_dir /path/to/downloaded/llama/weights --model_size 7B --output_dir /output/LLaMA_hf
14
  ```
15
+ ## Step2:使用[解密脚本](https://github.com/icalk-nlp/EduChat/blob/main/decrypt.py)将增量权重加到原始LLaMA权重上。
16
  ```python
17
  python ./decrypt.py --base /path/to/LLAMA_hf --target ./educhat-base-002-7b-decrypt --delta /path/to/educhat-base-002-7b
18
  ```