dfurman commited on
Commit
76c671f
·
1 Parent(s): b8f733a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,9 +17,9 @@ base_model: mistralai/Mistral-7B-v0.1
17
 
18
  </div>
19
 
20
- # Model Card for dfurman/Mistral-7B-Instruct-v0.1
21
 
22
- The dfurman/Mistral-7B-Instruct-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters aimed at generalist instruction-following capabilities.
23
 
24
  ## Model Details
25
 
@@ -64,7 +64,7 @@ from transformers import (
64
  ```
65
 
66
  ```python
67
- peft_model_id = "dfurman/Mistral-7B-Instruct-v0.1"
68
  config = PeftConfig.from_pretrained(peft_model_id)
69
 
70
  model = AutoModelForCausalLM.from_pretrained(
 
17
 
18
  </div>
19
 
20
+ # Mistral-7B-Instruct-DRF-v0.1
21
 
22
+ The Mistral-7B-Instruct-DRF-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters aimed at generalist instruction-following capabilities.
23
 
24
  ## Model Details
25
 
 
64
  ```
65
 
66
  ```python
67
+ peft_model_id = "dfurman/Mistral-7B-Instruct-DRF-v0.1"
68
  config = PeftConfig.from_pretrained(peft_model_id)
69
 
70
  model = AutoModelForCausalLM.from_pretrained(