machinez commited on
Commit
e96f3e8
·
verified ·
1 Parent(s): 622600e

Update README.md

Browse files

Give proper attribution to script author/project

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ language:
9
  - code
10
  ---
11
 
12
- Converted from Mistral to Huggingface safetensors using [bullerwin's](https://huggingface.co/bullerwins/Codestral-22B-v0.1-hf/blob/main/convert_mistral_weights_to_hf-22B.py) script
13
  ```
14
  pip install protobuf sentencepiece torch transformers accelerate
15
 
 
9
  - code
10
  ---
11
 
12
+ Converted from Mistral to Huggingface safetensors using [Hugglingface's transformers Mistral](https://github.com/huggingface/transformers/blob/main/src/transformers/models/mistral/convert_mistral_weights_to_hf.py) script
13
  ```
14
  pip install protobuf sentencepiece torch transformers accelerate
15