File size: 475 Bytes
9446c43
94fc1b3
df960ca
c046b8d
df960ca
9446c43
 
 
 
 
 
 
8b2c3b8
f0a0fda
bcfdbff
9446c43
 
 
df960ca
ec6e3bc
ced0d4d
9446c43
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "activation": "gelu",
  "architectures": [
    "DistilBertModel"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "initializer_range": 0.02,
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 1,
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "torch_dtype": "float32",
  "transformers_version": "4.26.0",
  "vocab_size": 2000
}