File size: 1,554 Bytes
35eae6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "arch": {
    "architectures": [
      "ScriptableCrammedBERT"
    ],
    "attention": {
      "causal_attention": false,
      "dropout_prob": 0.1,
      "num_attention_heads": 12,
      "qkv_bias": false,
      "rotary_embedding": false,
      "seq_op_in_fp32": false,
      "sequence_op": "torch-softmax",
      "skip_output_projection": false,
      "type": "self-attention"
    },
    "classification_head": {
      "classifier_dropout": 0.1,
      "head_dim": 1024,
      "include_ff_layer": true,
      "nonlin": "Tanh",
      "pooler": "zero_index"
    },
    "decoder_bias": false,
    "embedding": {
      "dropout_prob": 0.1,
      "embedding_dim": 768,
      "max_seq_length": 128,
      "normalization": true,
      "pad_token_id": 0,
      "pos_embedding": "scaled-sinusoidal",
      "stable_low_precision": false,
      "vocab_size": 32768
    },
    "ffn_layer_frequency": 1,
    "final_norm": true,
    "hidden_dropout_prob": 0.1,
    "hidden_size": 768,
    "init": {
      "std": 0.02,
      "type": "normal"
    },
    "intermed_size": 3072,
    "loss": "cross-entropy",
    "nonlin": "GELUglu",
    "norm": "LayerNorm",
    "norm_eps": 1e-12,
    "norm_scheme": "pre",
    "num_labels": null,
    "num_transformer_layers": 16,
    "objective_layout": "MLM",
    "skip_head_transform": true,
    "sparse_prediction": 0.25,
    "tie_weights": true,
    "use_bias": false
  },
  "architectures": [
    "ScriptableLMForPreTraining"
  ],
  "model_type": "crammedBERT",
  "torch_dtype": "float32",
  "transformers_version": "4.29.2"
}