Update README.md
Browse filesGive proper attribution to script author/project
README.md
CHANGED
@@ -9,7 +9,7 @@ language:
|
|
9 |
- code
|
10 |
---
|
11 |
|
12 |
-
Converted from Mistral to Huggingface safetensors using [
|
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 |
|