boilerplate_detection / config.json
maifeng's picture
Upload folder using huggingface_hub
282c553 verified
raw
history blame
437 Bytes
{
"architectures": [
"BoilerplateDetector"
],
"base_model_name": "sentence-transformers/all-mpnet-base-v2",
"classifier_dims": [
16,
8
],
"dropout": 0.05,
"hidden_size": 768,
"id2label": {
"0": "NOT_BOILERPLATE",
"1": "BOILERPLATE"
},
"label2id": {
"BOILERPLATE": 1,
"NOT_BOILERPLATE": 0
},
"model_type": "boilerplate",
"torch_dtype": "float32",
"transformers_version": "4.53.3"
}