Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,9 @@ base_model:
|
|
10 |
- Aditya685/upshot-sih
|
11 |
---
|
12 |
|
13 |
-
# Upshot-NeuralHermes-2.5-Mistral-
|
14 |
|
15 |
-
Upshot-NeuralHermes-2.5-Mistral-
|
16 |
* [mlabonne/NeuralHermes-2.5-Mistral-7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B)
|
17 |
* [Aditya685/upshot-sih](https://huggingface.co/Aditya685/upshot-sih)
|
18 |
|
@@ -46,7 +46,7 @@ from transformers import AutoTokenizer
|
|
46 |
import transformers
|
47 |
import torch
|
48 |
|
49 |
-
model = "Aditya685/Upshot-NeuralHermes-2.5-Mistral-
|
50 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
51 |
|
52 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
10 |
- Aditya685/upshot-sih
|
11 |
---
|
12 |
|
13 |
+
# Upshot-NeuralHermes-2.5-Mistral-7B-slerp
|
14 |
|
15 |
+
Upshot-NeuralHermes-2.5-Mistral-7B-slerp is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
16 |
* [mlabonne/NeuralHermes-2.5-Mistral-7B](https://huggingface.co/mlabonne/NeuralHermes-2.5-Mistral-7B)
|
17 |
* [Aditya685/upshot-sih](https://huggingface.co/Aditya685/upshot-sih)
|
18 |
|
|
|
46 |
import transformers
|
47 |
import torch
|
48 |
|
49 |
+
model = "Aditya685/Upshot-NeuralHermes-2.5-Mistral-7B-slerp"
|
50 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
51 |
|
52 |
tokenizer = AutoTokenizer.from_pretrained(model)
|