BICORP commited on
Commit
1ea20db
·
verified ·
1 Parent(s): 6a8df67

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -16
config.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "architectures": [
3
- "BitNetForCausalLM"
4
- ],
5
- "model_type": "bitnet",
6
- "torch_dtype": "torch.bfloat16",
7
- "hidden_size": 1344,
8
- "num_hidden_layers": 3,
9
- "num_attention_heads": 4,
10
- "intermediate_size": 1344,
11
- "head_dim": 336,
12
- "vocab_size": 65552,
13
- "image_feature_dim": 1344,
14
- "num_patches": 196,
15
- "vision_num_layers": 6
16
- }