Y
Hacker News
new
|
ask
|
show
|
jobs
by
Siira
1765 days ago
Is there a guide on running it locally? I am currently using some classic algorithms to summarize my RSS feeds, but they aren’t very good.
1 comments
freeone3000
1764 days ago
Sure! Here's the weights
https://huggingface.co/sshleifer/distilbart-cnn-12-6
, here's the model
https://huggingface.co/transformers/model_doc/bart.html?#tra...
. Uses standard pytorch loading, so write your python program around that and it should be fine.
link