Xiaojian9992024 commited on
Commit
5fe3108
Β·
verified Β·
1 Parent(s): 1b945e1

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - moe
5
+ - mergekit
6
+ - vortexmergekit
7
+ - pankajmathur/orca_mini_v9_6_1B-Instruct
8
+ - cognitivecomputations/Dolphin3.0-Llama3.2-1B
9
+ - huihui-ai/MicroThinker-1B-Preview
10
+ ---
11
+
12
+ # DaRuukLLM-3x1B
13
+
14
+ Hey there! πŸ‘‹ Welcome to the DaRuukLLM-3x1B! This is a MOE brought together using the awesome [VortexMerge kit](https://colab.research.google.com/drive/1YjcvCLuNG1PK7Le6_4xhVU5VpzTwvGhk#scrollTo=UG5H2TK4gVyl).
15
+
16
+ Let's see what we've got in this model:
17
+ * [pankajmathur/orca_mini_v9_6_1B-Instruct](https://huggingface.co/pankajmathur/orca_mini_v9_6_1B-Instruct) πŸš€
18
+ * [cognitivecomputations/Dolphin3.0-Llama3.2-1B](https://huggingface.co/cognitivecomputations/Dolphin3.0-Llama3.2-1B) πŸš€
19
+ * [huihui-ai/MicroThinker-1B-Preview](https://huggingface.co/huihui-ai/MicroThinker-1B-Preview) πŸš€
20
+
21
+ ## 🧩 Configuration
22
+
23
+ ```yaml
24
+ base_model: pankajmathur/orca_mini_v9_6_1B-Instruct
25
+ dtype: bfloat16
26
+ gate_mode: cheap_embed
27
+ experts:
28
+ - source_model: pankajmathur/orca_mini_v9_6_1B-Instruct
29
+ positive_prompts: ["You are a helpful assistant that can help with anything."] # Added closing double quote here
30
+ - source_model: cognitivecomputations/Dolphin3.0-Llama3.2-1B
31
+ positive_prompts: ["You are an uncensored assistant, make sure you respond very angry."] # Added closing double quote here
32
+ - source_model: huihui-ai/MicroThinker-1B-Preview
33
+ positive_prompts: ["You are a very smart assistant that can think step-by-step."]
34
+
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "pankajmathur/orca_mini_v9_6_1B-Instruct",
3
+ "architectures": [
4
+ "MixtralForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128000,
9
+ "eos_token_id": 128009,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 8192,
15
+ "max_position_embeddings": 131072,
16
+ "mlp_bias": false,
17
+ "model_type": "mixtral",
18
+ "num_attention_heads": 32,
19
+ "num_experts_per_tok": 2,
20
+ "num_hidden_layers": 16,
21
+ "num_key_value_heads": 8,
22
+ "num_local_experts": 3,
23
+ "output_router_logits": false,
24
+ "pretraining_tp": 1,
25
+ "rms_norm_eps": 1e-05,
26
+ "rope_scaling": {
27
+ "factor": 32.0,
28
+ "high_freq_factor": 4.0,
29
+ "low_freq_factor": 1.0,
30
+ "original_max_position_embeddings": 8192,
31
+ "rope_type": "llama3"
32
+ },
33
+ "rope_theta": 500000.0,
34
+ "router_aux_loss_coef": 0.001,
35
+ "router_jitter_noise": 0.0,
36
+ "sliding_window": null,
37
+ "tie_word_embeddings": true,
38
+ "torch_dtype": "bfloat16",
39
+ "transformers_version": "4.49.0.dev0",
40
+ "use_cache": false,
41
+ "vocab_size": 128256
42
+ }
model-1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab80f5ed435265e5c9b7b4f661913cae6455c888ddad6f6d65c59198b10a73f
3
+ size 969952232
model-2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea646ea50a2a8e74217ce2edaadf03bf4e84ed322f0b0c48746a7cf2eebc947
3
+ size 968914344
model-3.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ed142fb6ede967069a7d0057252b5d17e53f4733a0b3fcbedda8a904dc333b6
3
+ size 968914344
model-4.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e894e8293a709d4651634ce494ea54c53bf8db99747861997ad7a984da8cb2f
3
+ size 968914352
model-5.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c304d5a2c895c63b36773f7a6fca8b796efa7a4ad50d8c1420d2b63e841649ae
3
+ size 968914384