Update README.md
Browse files
README.md
CHANGED
@@ -12,15 +12,17 @@ base_model:
|
|
12 |
|
13 |
# llama3-discolm-orca
|
14 |
|
15 |
-
is a merge of the following models
|
16 |
* [Locutusque/llama-3-neural-chat-v1-8b](https://huggingface.co/Locutusque/llama-3-neural-chat-v1-8b)
|
17 |
* [Locutusque/Llama-3-Orca-1.0-8B](https://huggingface.co/Locutusque/Llama-3-Orca-1.0-8B)
|
18 |
* [DiscoResearch/Llama3_DiscoLM_German_8b_v0.1_experimental](https://huggingface.co/DiscoResearch/Llama3_DiscoLM_German_8b_v0.1_experimental)
|
19 |
|
20 |
-
This was mostly a proof of concept
|
21 |
|
22 |
## 🧩 Configuration
|
23 |
|
|
|
|
|
24 |
```yaml
|
25 |
models:
|
26 |
- model: Locutusque/Llama-3-Orca-1.0-8B
|
|
|
12 |
|
13 |
# llama3-discolm-orca
|
14 |
|
15 |
+
is a merge of the following models
|
16 |
* [Locutusque/llama-3-neural-chat-v1-8b](https://huggingface.co/Locutusque/llama-3-neural-chat-v1-8b)
|
17 |
* [Locutusque/Llama-3-Orca-1.0-8B](https://huggingface.co/Locutusque/Llama-3-Orca-1.0-8B)
|
18 |
* [DiscoResearch/Llama3_DiscoLM_German_8b_v0.1_experimental](https://huggingface.co/DiscoResearch/Llama3_DiscoLM_German_8b_v0.1_experimental)
|
19 |
|
20 |
+
This was mostly a proof of concept test. GGUF 4k quants here: [cstr/llama3-discolm-orca-GGUF](https://huggingface.co/Locutusque/cstr/llama3-discolm-orca-GGUF)
|
21 |
|
22 |
## 🧩 Configuration
|
23 |
|
24 |
+
[LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing) config:
|
25 |
+
|
26 |
```yaml
|
27 |
models:
|
28 |
- model: Locutusque/Llama-3-Orca-1.0-8B
|