Text Generation
PEFT
Safetensors
mistral
conversational
Eval Results
dfurman commited on
Commit
87dac68
1 Parent(s): 8908d58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ base_model: mistralai/Mixtral-8x7B-v0.1
19
  </div>
20
 
21
 
22
- # dfurman/Mixtral-8x7B-peft-v0.1
23
 
24
  A pretrained generative language model with ~47 billion parameters geared towards instruction-following capabilities.
25
 
@@ -69,7 +69,7 @@ from transformers import (
69
  ```
70
 
71
  ```python
72
- peft_model_id = "dfurman/dfurman/Mixtral-8x7B-peft-v0.1"
73
  config = PeftConfig.from_pretrained(peft_model_id)
74
 
75
  tokenizer = AutoTokenizer.from_pretrained(
 
19
  </div>
20
 
21
 
22
+ # dfurman/Mixtral-8x7B-Instruct-v0.1
23
 
24
  A pretrained generative language model with ~47 billion parameters geared towards instruction-following capabilities.
25
 
 
69
  ```
70
 
71
  ```python
72
+ peft_model_id = "dfurman/dfurman/Mixtral-8x7B-Instruct-v0.1"
73
  config = PeftConfig.from_pretrained(peft_model_id)
74
 
75
  tokenizer = AutoTokenizer.from_pretrained(