caixiaoshun commited on
Commit
5fa4c7e
·
verified ·
1 Parent(s): d77f02b

Upload MiniLLM

Browse files
Files changed (2) hide show
  1. config.json +20 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MiniLLM"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "mini_llm.MiniLLMConfig",
7
+ "AutoModelForCausalLM": "mini_llm.MiniLLM"
8
+ },
9
+ "dim": 1024,
10
+ "drop_rate": 0.0,
11
+ "dtype": "float32",
12
+ "model_type": "mini-llm",
13
+ "num_attention_kv_heads": 32,
14
+ "num_attention_q_heads": 64,
15
+ "num_layers": 12,
16
+ "qkv_bias": true,
17
+ "rope_base": 10000,
18
+ "transformers_version": "4.56.2",
19
+ "vocab_size": 32000
20
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6a4d7413a991bb95e7a1f5f16f8b72a5bd14f36b88794bfb8b79cb50d777d62
3
+ size 685272571