alpindale commited on
Commit
7190238
1 Parent(s): a9c9645

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -1,8 +1,5 @@
1
- ~~Mistral 7b v0.2 with attention_dropout=0.6, for training purposes~~
2
-
3
  Conversion process:
4
 
5
  1. Download original weights from https://models.mistralcdn.com/mistral-7b-v0-2/mistral-7B-v0.2.tar
6
  2. Convert with https://github.com/huggingface/transformers/blob/main/src/transformers/models/mistral/convert_mistral_weights_to_hf.py
7
-
8
  3. You may need to copy the tokenizer.model from Mistral-7B-Instruct-v0.2 repo.
 
 
 
1
  Conversion process:
2
 
3
  1. Download original weights from https://models.mistralcdn.com/mistral-7b-v0-2/mistral-7B-v0.2.tar
4
  2. Convert with https://github.com/huggingface/transformers/blob/main/src/transformers/models/mistral/convert_mistral_weights_to_hf.py
 
5
  3. You may need to copy the tokenizer.model from Mistral-7B-Instruct-v0.2 repo.