MaziyarPanahi commited on
Commit
3b71fe7
1 Parent(s): 34368a3

Fix model's name

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,9 +18,9 @@ base_model:
18
  - NousResearch/Hermes-2-Pro-Mistral-7B
19
  ---
20
 
21
- # Hermes-2-Pro-Mistral-Transplant
22
 
23
- Hermes-2-Pro-Mistral-Transplant is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
24
  * [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
25
  * [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
26
  * [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
@@ -80,7 +80,7 @@ from transformers import AutoTokenizer
80
  import transformers
81
  import torch
82
 
83
- model = "mattshumer/Hermes-2-Pro-Mistral-Transplant"
84
  messages = [{"role": "user", "content": "What is a large language model?"}]
85
 
86
  tokenizer = AutoTokenizer.from_pretrained(model)
 
18
  - NousResearch/Hermes-2-Pro-Mistral-7B
19
  ---
20
 
21
+ # Hermes-2-Pro-11B
22
 
23
+ Hermes-2-Pro-11B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
24
  * [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
25
  * [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
26
  * [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
 
80
  import transformers
81
  import torch
82
 
83
+ model = "mattshumer/Hermes-2-Pro-11B"
84
  messages = [{"role": "user", "content": "What is a large language model?"}]
85
 
86
  tokenizer = AutoTokenizer.from_pretrained(model)