Fix model's name
#1
by MaziyarPanahi - opened
README.md
CHANGED
|
@@ -18,9 +18,9 @@ base_model:
|
|
| 18 |
- NousResearch/Hermes-2-Pro-Mistral-7B
|
| 19 |
---
|
| 20 |
|
| 21 |
-
# Hermes-2-Pro-
|
| 22 |
|
| 23 |
-
Hermes-2-Pro-
|
| 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-
|
| 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)
|