File size: 439 Bytes
4e91702
 
 
 
 
 
 
 
 
 
857d71a
4e91702
857d71a
4e91702
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "model_type": "limon",
  "auto_map": {
    "AutoConfig": "configuration_limon.LimonConfig",
    "AutoModelForCausalLM": "modeling_limon.LimonFlowV1Model"
  },
  "vocab_size": 8000,
  "hidden_size": 384,
  "num_heads": 6,
  "intermediate_size": 1024,
  "max_position_embeddings": 256,
  "integration_steps": 6,
  "anchor_strength": 0.1,
  "pad_token_id": 0,
  "bos_token_id": 1,
  "eos_token_id": 2,
  "transformers_version": "4.44.0"
}