Update README.md
Browse filesAdded link to GGUF quants
README.md
CHANGED
@@ -1,52 +1,55 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
-
base_model:
|
5 |
-
- NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
|
6 |
-
- grimjim/llama-3-aaditya-OpenBioLLM-8B
|
7 |
-
library_name: transformers
|
8 |
-
tags:
|
9 |
-
- mergekit
|
10 |
-
- merge
|
11 |
-
license: llama3
|
12 |
-
license_link: LICENSE
|
13 |
-
pipeline_tag: text-generation
|
14 |
-
---
|
15 |
-
# Llama-3-Luminurse-v0.1-OAS-8B
|
16 |
-
|
17 |
-
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
18 |
-
|
19 |
-
Given that a biomedical model was merged with Lumimaid, the obvious resulting name was Luminurse.
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
base_model:
|
5 |
+
- NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
|
6 |
+
- grimjim/llama-3-aaditya-OpenBioLLM-8B
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
+
license: llama3
|
12 |
+
license_link: LICENSE
|
13 |
+
pipeline_tag: text-generation
|
14 |
+
---
|
15 |
+
# Llama-3-Luminurse-v0.1-OAS-8B
|
16 |
+
|
17 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
18 |
+
|
19 |
+
Given that a biomedical model was merged with Lumimaid, the obvious resulting name was Luminurse.
|
20 |
+
|
21 |
+
- [Full weights](https://huggingface.co/grimjim/Llama-3-Luminurse-v0.1-OAS-8B)
|
22 |
+
- [GGUF quants](https://huggingface.co/grimjim/Llama-3-Luminurse-v0.1-OAS-8B-GGUF)
|
23 |
+
|
24 |
+
Built with Meta Llama 3.
|
25 |
+
|
26 |
+
## Merge Details
|
27 |
+
### Merge Method
|
28 |
+
|
29 |
+
This model was merged using the SLERP merge method.
|
30 |
+
|
31 |
+
### Models Merged
|
32 |
+
|
33 |
+
The following models were included in the merge:
|
34 |
+
* [NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS](https://huggingface.co/NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS)
|
35 |
+
* [grimjim/llama-3-aaditya-OpenBioLLM-8B](https://huggingface.co/grimjim/llama-3-aaditya-OpenBioLLM-8B)
|
36 |
+
|
37 |
+
### Configuration
|
38 |
+
|
39 |
+
The following YAML configuration was used to produce this model:
|
40 |
+
|
41 |
+
```yaml
|
42 |
+
slices:
|
43 |
+
- sources:
|
44 |
+
- model: NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
|
45 |
+
layer_range: [0,32]
|
46 |
+
- model: grimjim/llama-3-aaditya-OpenBioLLM-8B
|
47 |
+
layer_range: [0,32]
|
48 |
+
merge_method: slerp
|
49 |
+
base_model: NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
|
50 |
+
parameters:
|
51 |
+
t:
|
52 |
+
- value: 0.1
|
53 |
+
dtype: bfloat16
|
54 |
+
|
55 |
+
```
|