File size: 524 Bytes
91a11f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
language:
- en
license: apache-2.0
tags:
- safetensors
- mixtral
---
Test model.

Under testing...

Recipe:
```yaml
base_model: /content/InfinityRP
gate_mode: random
dtype: bfloat16 # output dtype (float32, float16, or bfloat16)
## (optional)
experts_per_token: 2
experts:
  - source_model: /content/WestLake
    positive_prompts: []
  - source_model: /content/Kuno
    positive_prompts: []
  - source_model: /content/InfinityRP
    positive_prompts: []
  - source_model: /content/LemonadeRP
    positive_prompts: []
```