Views
No views yet
1'<|functions|>',
2'<|system|>',
3'<|gökdeniz|>',
4'<|user|>',
5'<|josie|>',
6'<|assistant|>',
7'<|function_call|>',
8'<|function_response|>',
9'<|image|>',
10'<|long_term_memory|>',
11'<|short_term_memory|>',
12'<|home_state|>',
13'<|current_states|>',
14'<|context|>',
15'<|im_start|>',
16'<|im_end|>'1BOS = '<|startoftext|>'
2EOS = '<|endoftext|>'1MistralForCausalLM(
2 (model): MistralModel(
3 (embed_tokens): Embedding(32018, 4096)
4 (layers): ModuleList(
5 (0-31): 32 x MistralDecoderLayer(
6 (self_attn): MistralSdpaAttention(
7 (q_proj): Linear(in_features=4096, out_features=4096, bias=False)
8 (k_proj): Linear(in_features=4096, out_features=1024, bias=False)
9 (v_proj): Linear(in_features=4096, out_features=1024, bias=False)
10 (o_proj): Linear(in_features=4096, out_features=4096, bias=False)
11 (rotary_emb): MistralRotaryEmbedding()
12 )
13 (mlp): MistralMLP(
14 (gate_proj): Linear(in_features=4096, out_features=14336, bias=False)
15 (up_proj): Linear(in_features=4096, out_features=14336, bias=False)
16 (down_proj): Linear(in_features=14336, out_features=4096, bias=False)
17 (act_fn): SiLU()
18 )
19 (input_layernorm): MistralRMSNorm()
20 (post_attention_layernorm): MistralRMSNorm()
21 )
22 )
23 (norm): MistralRMSNorm()
24 )
25 (lm_head): Linear(in_features=4096, out_features=32018, bias=False)
26)