Text Generation
PEFT
Safetensors
mistral
conversational
Eval Results
dfurman commited on
Commit
af87d49
1 Parent(s): 8b3ec03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ from transformers import (
68
  ```
69
 
70
  ```python
71
- peft_model_id = "dfurman/Mistral-7B-Instruct-v0.1"
72
  config = PeftConfig.from_pretrained(peft_model_id)
73
 
74
  tokenizer = AutoTokenizer.from_pretrained(
 
68
  ```
69
 
70
  ```python
71
+ peft_model_id = "dfurman/Mistral-7B-Instruct-v0.2"
72
  config = PeftConfig.from_pretrained(peft_model_id)
73
 
74
  tokenizer = AutoTokenizer.from_pretrained(