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