Mistral-7B-v0.2 / README.md
alpindale's picture
Update README.md
2c3e624 verified
|
raw
history blame
363 Bytes
---
license: apache-2.0
---
Conversion process:
1. Download original weights from https://models.mistralcdn.com/mistral-7b-v0-2/mistral-7B-v0.2.tar
2. Convert with https://github.com/huggingface/transformers/blob/main/src/transformers/models/mistral/convert_mistral_weights_to_hf.py
3. You may need to copy the tokenizer.model from Mistral-7B-Instruct-v0.2 repo.