Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,12 @@ tags:
|
|
10 |
- anthracite-org/magnum-12b-v2
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66b564058d9afb7a9d5607d5/hUVJI1Qa4tCMrZWMgYkoD.png)
|
15 |
|
16 |
How pleasant, the rocks appear to have made a decent conglomerate. A-.
|
17 |
|
18 |
-
|
19 |
* [UsernameJustAnother/Nemo-12B-Marlin-v5](https://huggingface.co/UsernameJustAnother/Nemo-12B-Marlin-v5)
|
20 |
* [anthracite-org/magnum-12b-v2](https://huggingface.co/anthracite-org/magnum-12b-v2)
|
21 |
|
@@ -49,7 +49,7 @@ from transformers import AutoTokenizer
|
|
49 |
import transformers
|
50 |
import torch
|
51 |
|
52 |
-
model = "GalrionSoftworks/
|
53 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
54 |
|
55 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
10 |
- anthracite-org/magnum-12b-v2
|
11 |
---
|
12 |
|
13 |
+
# MagnusIntellectus-12B-v1
|
14 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66b564058d9afb7a9d5607d5/hUVJI1Qa4tCMrZWMgYkoD.png)
|
15 |
|
16 |
How pleasant, the rocks appear to have made a decent conglomerate. A-.
|
17 |
|
18 |
+
MagnusIntellectus is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
19 |
* [UsernameJustAnother/Nemo-12B-Marlin-v5](https://huggingface.co/UsernameJustAnother/Nemo-12B-Marlin-v5)
|
20 |
* [anthracite-org/magnum-12b-v2](https://huggingface.co/anthracite-org/magnum-12b-v2)
|
21 |
|
|
|
49 |
import transformers
|
50 |
import torch
|
51 |
|
52 |
+
model = "GalrionSoftworks/MagnusIntellectus-12B-v1"
|
53 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
54 |
|
55 |
tokenizer = AutoTokenizer.from_pretrained(model)
|