longformer-fake-news / config.json
frasermince's picture
Create config.json
0a8607e
raw
history blame
226 Bytes
{
"_num_labels": 1,
"activation_function": "relu",
"architectures": [
"Longformer"
],
"initializer_range": 0.02,
"label2id": {
"LABEL_0": 0
},
"layer_norm_epsilon": 1e-05,
"model_type": "longformer"
}