BICORP commited on
Commit
6c043ae
·
verified ·
1 Parent(s): 4673080

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -15
config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "architectures": [
3
- "Lake1ForAnyToAny"
4
- ],
5
- "vocab_size": 20064,
6
- "hidden_size": 1024,
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
- "tensor_dtype": "float16"
15
- }