Commit
•
8174f2f
1
Parent(s):
a434df9
Update README.md (#7)
Browse files- Update README.md (c4e892b17f3e7f23f425a4a3493e8112cba41f71)
Co-authored-by: M. Lemoyne <Mlemoyne@users.noreply.huggingface.co>
README.md
CHANGED
@@ -107,7 +107,7 @@ edd1a5897748864768b1fab645b31491 ./tokenizer_config.json
|
|
107 |
7. Once you have LLaMa weights in the correct format, you can apply the XOR decoding:
|
108 |
|
109 |
```
|
110 |
-
python xor_codec.py oasst-sft-6-llama-30b/ oasst-sft-6-llama-30b-xor/ llama30b_hf/
|
111 |
```
|
112 |
|
113 |
You should **expect to see one warning message** during execution:
|
|
|
107 |
7. Once you have LLaMa weights in the correct format, you can apply the XOR decoding:
|
108 |
|
109 |
```
|
110 |
+
python xor_codec.py oasst-sft-6-llama-30b/ oasst-sft-6-llama-30b-xor/oasst-sft-6-llama-30b-xor/ llama30b_hf/
|
111 |
```
|
112 |
|
113 |
You should **expect to see one warning message** during execution:
|