Ppoyaa commited on
Commit
42cb819
1 Parent(s): 21be062

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -31
README.md CHANGED
@@ -6,43 +6,17 @@ tags:
6
  - merge
7
  - mergekit
8
  - lazymergekit
9
- - MaziyarPanahi/Calme-7B-Instruct-v0.9
10
- - S-miguel/The-Trinity-Coder-7B
11
- - grimjim/kukulemon-7B
12
- base_model:
13
- - MaziyarPanahi/Calme-7B-Instruct-v0.9
14
- - S-miguel/The-Trinity-Coder-7B
15
- - grimjim/kukulemon-7B
16
  ---
17
 
18
  # Lumina-5-Instruct
19
 
20
- Lumina-5-Instruct is a Mixture of Experts (MoE) made with the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
21
- * [MaziyarPanahi/Calme-7B-Instruct-v0.9](https://huggingface.co/MaziyarPanahi/Calme-7B-Instruct-v0.9)
22
- * [S-miguel/The-Trinity-Coder-7B](https://huggingface.co/S-miguel/The-Trinity-Coder-7B)
23
- * [grimjim/kukulemon-7B](https://huggingface.co/grimjim/kukulemon-7B)
24
 
25
- ## 🧩 Configuration
 
26
 
27
- ```yaml
28
- base_model: MaziyarPanahi/Calme-7B-Instruct-v0.9
29
- experts:
30
- - source_model: MaziyarPanahi/Calme-7B-Instruct-v0.9
31
- positive_prompts:
32
- - "chat"
33
- - "assistant"
34
- - source_model: S-miguel/The-Trinity-Coder-7B
35
- positive_prompts:
36
- - "code"
37
- - "reason"
38
- - "math"
39
- - source_model: grimjim/kukulemon-7B
40
- positive_prompts:
41
- - "roleplay"
42
- - "write"
43
- - "scene"
44
- - "story"
45
- ```
46
 
47
  ## 💻 Usage
48
 
 
6
  - merge
7
  - mergekit
8
  - lazymergekit
 
 
 
 
 
 
 
9
  ---
10
 
11
  # Lumina-5-Instruct
12
 
13
+ Lumina-5-Instruct is a Mixture of Experts (MoE) made with [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing) with improved reasoning from [Lumina-3](https://huggingface.co/Ppoyaa/Lumina-3). This model uses a context window of up to 32k.
 
 
 
14
 
15
+ # Response Examples
16
+ Coming soon.
17
 
18
+ ## 🏆 Open LLM Leaderboard Evaluation Results
19
+ Coming soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## 💻 Usage
22