File size: 2,792 Bytes
adc7ff7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
  "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,
      "transform_length_by_layer": [
        [
          128,
          "avg",
          true
        ],
        [
          128,
          "avg",
          true
        ],
        [
          64,
          "avg",
          false
        ],
        [
          32,
          "avg",
          false
        ],
        [
          16,
          "avg",
          false
        ],
        [
          8,
          "avg",
          false
        ],
        [
          4,
          "avg",
          false
        ],
        [
          2,
          "avg",
          false
        ],
        [
          2,
          "avg",
          true
        ],
        [
          4,
          "avg",
          true
        ],
        [
          8,
          "avg",
          true
        ],
        [
          16,
          "avg",
          true
        ],
        [
          32,
          "avg",
          true
        ],
        [
          64,
          "avg",
          true
        ],
        [
          128,
          "avg",
          true
        ],
        [
          128,
          "avg",
          true
        ],
        [
          128,
          "avg",
          true
        ]
      ],
      "type": "self-attention"
    },
    "classification_head": {
      "classifier_dropout": 0.1,
      "head_dim": 1024,
      "include_ff_layer": true,
      "nonlin": "Tanh",
      "pooler": "avg"
    },
    "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",
    "residual_add": "interp_avg",
    "skip_head_transform": true,
    "sparse_prediction": 0.25,
    "tie_weights": true,
    "unet_add": true,
    "use_bias": false
  },
  "architectures": [
    "ScriptableLMForPreTraining"
  ],
  "model_type": "crammedBERT",
  "torch_dtype": "float32",
  "transformers_version": "4.27.1"
}