Skip to content

Commit cef0f51

Browse files
committed
Update default summarization model (huggingface#6)
1 parent d3bd8bb commit cef0f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipelines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ const SUPPORTED_TASKS = {
282282
"pipeline": SummarizationPipeline,
283283
"model": AutoModelForSeq2SeqLM,
284284
"default": {
285-
"model": "sshleifer/distilbart-cnn-12-6"
285+
"model": "sshleifer/distilbart-cnn-6-6"
286286
},
287287
"type": "text",
288288
},

0 commit comments

Comments
 (0)