aklein4 commited on
Commit
2072820
·
verified ·
1 Parent(s): 7dffa18

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. 000000001250/config.json +130 -0
  2. 000000001250/model.pt +3 -0
000000001250/config.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "ittt.ItttModel",
3
+ "pretrained_url": null,
4
+ "pretrained_step": null,
5
+ "pretrained_strict": null,
6
+ "torch_dtype": "float32",
7
+ "vocab_size": 49153,
8
+ "bos_token_id": 0,
9
+ "eos_token_id": 0,
10
+ "pad_token_id": 49152,
11
+ "hidden_size": 2048,
12
+ "num_hidden_layers": 22,
13
+ "num_attention_heads": 32,
14
+ "num_key_value_heads": 4,
15
+ "intermediate_size": 5632,
16
+ "hidden_act": "silu",
17
+ "max_position_embeddings": 2048,
18
+ "rope_theta": 10000.0,
19
+ "initializer_range": 0.02,
20
+ "attention_dropout": false,
21
+ "attention_bias": false,
22
+ "rms_norm_eps": 1e-05,
23
+ "attention_kernel": "flash_attention",
24
+ "pure_modules": [],
25
+ "chunk_size": 1024,
26
+ "ittt_size": 512,
27
+ "base_lr": 0.01,
28
+ "momentum_beta": 0.75,
29
+ "momentum_dtype": "bfloat16",
30
+ "state_dtype": "float32",
31
+ "sharding": {
32
+ "model.embed_tokens.weight": [
33
+ "fsdp",
34
+ null
35
+ ],
36
+ "lm_head.weight": [
37
+ "fsdp",
38
+ null
39
+ ],
40
+ "model.layers.*.self_attn.q_proj.weight": [
41
+ "fsdp",
42
+ null
43
+ ],
44
+ "model.layers.*.self_attn.k_proj.weight": [
45
+ null,
46
+ "fsdp"
47
+ ],
48
+ "model.layers.*.self_attn.v_proj.weight": [
49
+ null,
50
+ "fsdp"
51
+ ],
52
+ "model.layers.*.self_attn.o_proj.weight": [
53
+ "fsdp",
54
+ null
55
+ ],
56
+ "model.layers.*.mlp.gate_proj.weight": [
57
+ "fsdp",
58
+ null
59
+ ],
60
+ "model.layers.*.mlp.up_proj.weight": [
61
+ "fsdp",
62
+ null
63
+ ],
64
+ "model.layers.*.mlp.down_proj.weight": [
65
+ null,
66
+ "fsdp"
67
+ ],
68
+ "model.layers.*.mlp.ittt_gate_proj.log_lr": [
69
+ "fsdp",
70
+ null
71
+ ],
72
+ "model.layers.*.mlp.ittt_gate_proj.base_proj.weight": [
73
+ "fsdp",
74
+ null
75
+ ],
76
+ "model.layers.*.mlp.ittt_up_proj.log_lr": [
77
+ "fsdp",
78
+ null
79
+ ],
80
+ "model.layers.*.mlp.ittt_up_proj.base_proj.weight": [
81
+ "fsdp",
82
+ null
83
+ ],
84
+ "model.layers.*.mlp.ittt_down_proj.log_lr": [
85
+ null,
86
+ "fsdp"
87
+ ],
88
+ "model.layers.*.mlp.ittt_down_proj.base_proj.weight": [
89
+ null,
90
+ "fsdp"
91
+ ],
92
+ "model.layers.*.input_layernorm.weight": [
93
+ "fsdp"
94
+ ],
95
+ "model.layers.*.post_attention_layernorm.weight": [
96
+ "fsdp"
97
+ ],
98
+ "model.norm.weight": [
99
+ "fsdp"
100
+ ],
101
+ "model.layers.*": [
102
+ [
103
+ "data",
104
+ "fsdp"
105
+ ],
106
+ null,
107
+ null
108
+ ],
109
+ "lm_head": [
110
+ [
111
+ "data",
112
+ "fsdp"
113
+ ],
114
+ null,
115
+ null
116
+ ]
117
+ },
118
+ "remat": {
119
+ "activation_checkpoint_layers": [
120
+ "LlamaDecoderLayer"
121
+ ],
122
+ "optimization_barrier_layers": [
123
+ "LlamaDecoderLayer"
124
+ ],
125
+ "scan_layers": "model.layers",
126
+ "offload_tensors": [
127
+ "decoder_input"
128
+ ]
129
+ }
130
+ }
000000001250/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef58a12eca6d355b08a1085c6eaf724e04c9adc674ecb8e926953e5fb29fec3f
3
+ size 5234968471