HiroseKoichi commited on
Commit
873f7da
·
verified ·
1 Parent(s): abdc326

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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
+ - [L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2)
22
+ - [Hathor_Tahsin-L3-8B-v0.85](https://huggingface.co/Nitral-AI/Hathor_Tahsin-L3-8B-v0.85)
23
+ - [L3-8B-Lunar-Stheno](https://huggingface.co/HiroseKoichi/L3-8B-Lunar-Stheno)
24
+ - [badger-writer-llama-3-8b](https://huggingface.co/maldv/badger-writer-llama-3-8b)
25
+ - [Meta-Llama-3-8B-Instruct](https://huggingface.co/NousResearch/Meta-Llama-3-8B-Instruct)
26
+
27
+ ## Merge Config
28
+ ```yaml
29
+ models:
30
+ - model: Sao10K/L3-8B-Stheno-v3.2
31
+ - model: Nitral-AI/Hathor_Tahsin-L3-8B-v0.85
32
+ - model: HiroseKoichi/L3-8B-Lunar-Stheno
33
+ - model: maldv/badger-writer-llama-3-8b
34
+ merge_method: model_stock
35
+ base_model: NousResearch/Meta-Llama-3-8B-Instruct
36
+ dtype: bfloat16
37
+ ```