Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,9 @@ tags:
|
|
| 10 |
- anthracite-org/magnum-12b-v2
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
|
| 16 |
* [invisietch/Atlantis-v0.1-12B](https://huggingface.co/invisietch/Atlantis-v0.1-12B)
|
| 17 |
* [anthracite-org/magnum-12b-v2](https://huggingface.co/anthracite-org/magnum-12b-v2)
|
| 18 |
|
|
@@ -45,7 +45,7 @@ from transformers import AutoTokenizer
|
|
| 45 |
import transformers
|
| 46 |
import torch
|
| 47 |
|
| 48 |
-
model = "
|
| 49 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
| 50 |
|
| 51 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
|
| 10 |
- anthracite-org/magnum-12b-v2
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Atlantum-12B-v1
|
| 14 |
|
| 15 |
+
Atlantum-12B-v1 is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
| 16 |
* [invisietch/Atlantis-v0.1-12B](https://huggingface.co/invisietch/Atlantis-v0.1-12B)
|
| 17 |
* [anthracite-org/magnum-12b-v2](https://huggingface.co/anthracite-org/magnum-12b-v2)
|
| 18 |
|
|
|
|
| 45 |
import transformers
|
| 46 |
import torch
|
| 47 |
|
| 48 |
+
model = "GalrionSoftworks/Atlantum-12B-v1"
|
| 49 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
| 50 |
|
| 51 |
tokenizer = AutoTokenizer.from_pretrained(model)
|