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