File size: 485 Bytes
959b481
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230fc1a
959b481
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "model_type": "ivme_coder",
  "architectures": [
    "IvmeCoderV1ForCausalLM"
  ],
  "vocab_size": 16000,
  "d_model": 512,
  "n_layer": 12,
  "n_head": 8,
  "context_len": 1024,
  "ffn_mult": 2.6666666666666665,
  "rope_theta": 10000.0,
  "tie_word_embeddings": true,
  "auto_map": {
    "AutoConfig": "modeling_ivme_coder.IvmeCoderConfig",
    "AutoModelForCausalLM": "modeling_ivme_coder.IvmeCoderV1ForCausalLM"
  },
  "torch_dtype": "float32",
  "transformers_version": "4.x"
}