dfurman commited on
Commit
59f4a17
·
1 Parent(s): 72af688

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,7 +12,7 @@ base_model: mistralai/Mistral-7B-v0.1
12
  ---
13
 
14
 
15
- # mistral-7b-instruct-v0.1
16
 
17
  General instruction-following llm finetuned from [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
18
 
@@ -61,7 +61,7 @@ from transformers import (
61
  ```
62
 
63
  ```python
64
- peft_model_id = "dfurman/mistral-7b-instruct-v0.1"
65
  config = PeftConfig.from_pretrained(peft_model_id)
66
 
67
  model = AutoModelForCausalLM.from_pretrained(
 
12
  ---
13
 
14
 
15
+ # Mistral-7B-Instruct-v0.1
16
 
17
  General instruction-following llm finetuned from [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
18
 
 
61
  ```
62
 
63
  ```python
64
+ peft_model_id = "dfurman/Mistral-7B-Instruct-v0.1"
65
  config = PeftConfig.from_pretrained(peft_model_id)
66
 
67
  model = AutoModelForCausalLM.from_pretrained(