DrNicefellow commited on
Commit
b736cbd
1 Parent(s): 05d6ecd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ The architecture of this model includes:
21
  ```python
22
  from transformers import AutoModelForCausalLM, AutoTokenizer
23
 
24
- model_name = "DrNicefellow/Mistral-3-from-Mixtral-8x7B-v0.1"
25
  tokenizer = AutoTokenizer.from_pretrained(model_name)
26
  model = AutoModelForCausalLM.from_pretrained(model_name)
27
 
 
21
  ```python
22
  from transformers import AutoModelForCausalLM, AutoTokenizer
23
 
24
+ model_name = "DrNicefellow/Mistral-5-from-Mixtral-8x7B-v0.1"
25
  tokenizer = AutoTokenizer.from_pretrained(model_name)
26
  model = AutoModelForCausalLM.from_pretrained(model_name)
27