File size: 511 Bytes
6cc908c
b975b95
29f7665
6cc908c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "model_type" : "mingru",
  "_name_or_path": "mingru",
  "architectures": [
    "MinGRULMForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_minGRULM.MinGRULMConfig",
    "AutoModelForCausalLM": "modeling_minGRULM.MinGRULMForCausalLM"
  },
  "bos_token_id": 0,
  "eos_token_id": 0,
  "num_tokens": 50257,
  "dim": 512,
  "depth": 12,
  "ff_mult": 4,
  "min_gru_expansion": 1.5,
  "enable_conv": false,
  "pad_token_id": 0,
  "torch_dtype": "float32",
  "transformers_version": "4.46.0.dev0"
}