opinion-summarizer / src /config /model_config.json
Anshrathore01's picture
Implement core pipelines and web UI
0116d50
raw
history blame contribute delete
168 Bytes
{
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
"summarizer_model": "google/pegasus-xsum",
"max_summary_length": 128,
"min_summary_length": 32
}