CoolFace
Modelpublic

Bokhbat/extractive_summarization_model

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes2downloads
config.json13 linesDownload Raw Back to root
1{2  "architectures": [3    "SentenceImportanceModel"4  ],5  "base_model_name": "bert-base-uncased",6  "classifier_dropout": 0.1,7  "classifier_hidden_size": 256,8  "hidden_size": 768,9  "model_type": "text_summarizer",10  "torch_dtype": "float32",11  "transformers_version": "4.48.2"12}13