andersonbcdefg commited on
Commit
0b59fe0
·
1 Parent(s): b2e018e

Upload LlamaForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +4 -4
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "TaylorAI/Flash-Llama-220M",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -9,13 +9,13 @@
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,
11
  "hidden_act": "silu",
12
- "hidden_size": 768,
13
  "initializer_range": 0.02,
14
- "intermediate_size": 2048,
15
  "max_position_embeddings": 32768,
16
  "model_type": "llama",
17
  "num_attention_heads": 12,
18
- "num_hidden_layers": 24,
19
  "num_key_value_heads": 12,
20
  "pad_token_id": 0,
21
  "pretraining_tp": 1,
 
1
  {
2
+ "_name_or_path": "TaylorAI/Flash-Llama-30M",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
9
  "bos_token_id": 1,
10
  "eos_token_id": 2,
11
  "hidden_act": "silu",
12
+ "hidden_size": 384,
13
  "initializer_range": 0.02,
14
+ "intermediate_size": 1024,
15
  "max_position_embeddings": 32768,
16
  "model_type": "llama",
17
  "num_attention_heads": 12,
18
+ "num_hidden_layers": 4,
19
  "num_key_value_heads": 12,
20
  "pad_token_id": 0,
21
  "pretraining_tp": 1,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2a9d6145319d84f089cbb82ac89c9f9a1c1286b26027f86828b3b1fbc37f4f7
3
- size 876309369
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8478cf1b3a371f0c117c03039ff9e5ec4d658d8b4ca962063da51d05088f53
3
+ size 126642150