Update README.md
Browse files
README.md
CHANGED
@@ -7,9 +7,9 @@ tags:
|
|
7 |
- microsoft/Orca-2-7b
|
8 |
---
|
9 |
|
10 |
-
#
|
11 |
|
12 |
-
|
13 |
* [epfl-llm/meditron-7b](https://huggingface.co/epfl-llm/meditron-7b)
|
14 |
* [microsoft/Orca-2-7b](https://huggingface.co/microsoft/Orca-2-7b)
|
15 |
|
@@ -43,7 +43,7 @@ from transformers import AutoTokenizer
|
|
43 |
import transformers
|
44 |
import torch
|
45 |
|
46 |
-
model = "Technoculture/
|
47 |
messages = [{"role": "user", "content": "I am feeling sleepy these days"}]
|
48 |
|
49 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
7 |
- microsoft/Orca-2-7b
|
8 |
---
|
9 |
|
10 |
+
# Medorca-7B-Slerp
|
11 |
|
12 |
+
Medorca-7B-Slerp is a merge of the following models:
|
13 |
* [epfl-llm/meditron-7b](https://huggingface.co/epfl-llm/meditron-7b)
|
14 |
* [microsoft/Orca-2-7b](https://huggingface.co/microsoft/Orca-2-7b)
|
15 |
|
|
|
43 |
import transformers
|
44 |
import torch
|
45 |
|
46 |
+
model = "Technoculture/Medorca-7B-Slerp"
|
47 |
messages = [{"role": "user", "content": "I am feeling sleepy these days"}]
|
48 |
|
49 |
tokenizer = AutoTokenizer.from_pretrained(model)
|