File size: 533 Bytes
0ca3df3
bf60738
0ca3df3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "hidden_size": 768,
  "bos_token_id": 57344,
  "eos_token_id": 57345,
  "pad_token_id": 0,
  "num_encoder_layers": 12,
  "num_heads": 12,
  "activation": "gelu",
  "num_hash_buckets": 16384,
  "num_hash_functions": 8,
  "type_vocab_size": 16,
  "layer_norm_eps": 1e-12,
  "upsampling_kernel_size": 4,
  "downsampling_rate": 4,
  "local_transformer_stride": 128,
  "max_position_embeddings": 16384,
  "attention_dropout": 0.1,
  "hidden_dropout": 0.1,
  "encoder_ffn_dim": 3072,
  "init_std": 0.02,
  "init_class": "CanineModel"
}