sf_babylm_1 / config.json
omarmomen's picture
Update config.json
9b430d5 verified
raw
history blame contribute delete
No virus
774 Bytes
{
"architectures": [
"StructFormerModel",
"StructFormerModelForSequenceClassification"
],
"auto_map": {
"AutoConfig": "structformer.StructFormerConfig",
"AutoModelForMaskedLM": "structformer.StructFormerModel",
"AutoModelForSequenceClassification": "structformer.StructFormerModelForSequenceClassification"
},
"conv_size": 9,
"dropatt": 0.1,
"dropout": 0.1,
"hidden_dropout_prob": 0.1,
"hidden_size": 512,
"initializer_range": 0.02,
"model_type": "structformer",
"n_parser_layers": 3,
"nhead": 8,
"nlayers": 8,
"ntokens": 16000,
"pad": 1,
"pos_emb": true,
"relations": [
"head",
"child"
],
"relative_bias": false,
"torch_dtype": "float32",
"transformers_version": "4.18.0",
"weight_act": "softmax"
}