NGalrion commited on
Commit
159ed65
1 Parent(s): 6e1e071

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,9 +10,9 @@ tags:
10
  - anthracite-org/magnum-12b-v2
11
  ---
12
 
13
- # NeuralPipe-7B-slerp
14
 
15
- NeuralPipe-7B-slerp 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,7 +45,7 @@ from transformers import AutoTokenizer
45
  import transformers
46
  import torch
47
 
48
- model = "NGalrion/NeuralPipe-7B-slerp"
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)