BICORP commited on
Commit
e05edbd
·
verified ·
1 Parent(s): d26a57b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -7,10 +7,10 @@
7
  "num_hidden_layers": 2,
8
  "num_attention_heads": 8,
9
  "embd_pdrop": 0.1,
10
- "use_moe": false,
11
  "num_experts": 4,
12
  "expert_hidden_size": 4096,
13
  "dropout": 0.1,
14
- "model_type": "multi_modality",
15
- "torch_dtype": "float16"
16
  }
 
7
  "num_hidden_layers": 2,
8
  "num_attention_heads": 8,
9
  "embd_pdrop": 0.1,
10
+ "use_moe": true,
11
  "num_experts": 4,
12
  "expert_hidden_size": 4096,
13
  "dropout": 0.1,
14
+ "model_type": "lake",
15
+ "torch_dtype": "float64"
16
  }