Tremontaine
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,9 @@ tags:
|
|
15 |
- Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B
|
16 |
---
|
17 |
|
18 |
-
#
|
19 |
|
20 |
-
|
21 |
* [bluuwhale/L3-SthenoMaidBlackroot-8B-V1](https://huggingface.co/bluuwhale/L3-SthenoMaidBlackroot-8B-V1)
|
22 |
* [Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B](https://huggingface.co/Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B)
|
23 |
* [bluuwhale/L3-SthenoMaidBlackroot-8B-V1](https://huggingface.co/bluuwhale/L3-SthenoMaidBlackroot-8B-V1)
|
@@ -64,7 +64,7 @@ from transformers import AutoTokenizer
|
|
64 |
import transformers
|
65 |
import torch
|
66 |
|
67 |
-
model = "Tremontaine/
|
68 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
69 |
|
70 |
tokenizer = AutoTokenizer.from_pretrained(model)
|
|
|
15 |
- Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B
|
16 |
---
|
17 |
|
18 |
+
# Llama3-Omphalos-12B
|
19 |
|
20 |
+
Llama3-Omphalos-12B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
21 |
* [bluuwhale/L3-SthenoMaidBlackroot-8B-V1](https://huggingface.co/bluuwhale/L3-SthenoMaidBlackroot-8B-V1)
|
22 |
* [Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B](https://huggingface.co/Casual-Autopsy/L3-Umbral-Mind-RP-v1.0-8B)
|
23 |
* [bluuwhale/L3-SthenoMaidBlackroot-8B-V1](https://huggingface.co/bluuwhale/L3-SthenoMaidBlackroot-8B-V1)
|
|
|
64 |
import transformers
|
65 |
import torch
|
66 |
|
67 |
+
model = "Tremontaine/Llama3-Omphalos-12B"
|
68 |
messages = [{"role": "user", "content": "What is a large language model?"}]
|
69 |
|
70 |
tokenizer = AutoTokenizer.from_pretrained(model)
|