HiroseKoichi
commited on
Commit
•
f98da0c
1
Parent(s):
0429b15
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- nsfw
|
6 |
+
- not-for-all-audiences
|
7 |
+
- llama-3
|
8 |
+
- text-generation-inference
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
+
---
|
12 |
+
|
13 |
+
# Llama-3-8B-Stroganoff-2.0
|
14 |
+
|
15 |
+
# Details
|
16 |
+
- **License**: [llama3](https://llama.meta.com/llama3/license/)
|
17 |
+
- **Instruct Format**: [llama-3](https://llama.meta.com/docs/model-cards-and-prompt-formats/meta-llama-3/)
|
18 |
+
- **Context Size**: 8K
|
19 |
+
|
20 |
+
## Models Used
|
21 |
+
- [LLAMA-3_8B_Unaligned_Alpha](https://huggingface.co/SicariusSicariiStuff/LLAMA-3_8B_Unaligned_Alpha)
|
22 |
+
- [badger-writer-llama-3-8b](https://huggingface.co/maldv/badger-writer-llama-3-8b)
|
23 |
+
- [L3-8B-Niitama-v1](https://huggingface.co/Sao10K/L3-8B-Niitama-v1)
|
24 |
+
- [Hathor_Tahsin-L3-8B-v0.85](https://huggingface.co/Nitral-AI/Hathor_Tahsin-L3-8B-v0.85)
|
25 |
+
- [L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2)
|
26 |
+
- [Llama-3-8B-Instruct-MopeyMule](https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule)
|
27 |
+
|
28 |
+
## Merge Config
|
29 |
+
```yaml
|
30 |
+
models:
|
31 |
+
- model: SicariusSicariiStuff/LLAMA-3_8B_Unaligned_Alpha
|
32 |
+
- model: maldv/badger-writer-llama-3-8b
|
33 |
+
- model: Sao10K/L3-8B-Niitama-v1
|
34 |
+
- model: Nitral-AI/Hathor_Tahsin-L3-8B-v0.85
|
35 |
+
- model: Sao10K/L3-8B-Stheno-v3.2
|
36 |
+
merge_method: model_stock
|
37 |
+
base_model: failspy/Llama-3-8B-Instruct-MopeyMule
|
38 |
+
dtype: bfloat16
|
39 |
+
```
|