Live data from Hacker News

Show HN: Chrome extension that summarizes text content using DistilBART model

chrome.google.com

11–20 of 27 posts

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#11
post #10

How large of a model download would be required to remove the dependency on a cloud service?

No more than 1GB, and inference would be dependent on the speed but no more than 10 seconds. Completely reasonable as a standalone program.

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#13
post #2

Highlight any text, double tap 'Enter' and get a summary of any text on web Use it to summarize wikipedia articles, scientific papers, books or anything

Chrome 92.

Double tap "enter" does nothing. Feedback link on extension leads to nowhere. No description page on plugin. No instructions.

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#15
post #10

How large of a model download would be required to remove the dependency on a cloud service?

No more than 1GB, and inference would be dependent on the speed but no more than 10 seconds. Completely reasonable as a standalone program.

Would that require running a separate server locally? That's all kinds of non-techie hostile :(

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#16
post #10

How large of a model download would be required to remove the dependency on a cloud service?

No more than 1GB, and inference would be dependent on the speed but no more than 10 seconds. Completely reasonable as a standalone program.

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.

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#17
post #3
post #2

Highlight any text, double tap 'Enter' and get a summary of any text on web Use it to summarize wikipedia articles, scientific papers, books or anything

(special credits to Sam Shleifer and Huggingface team for the model and infrastructure)

Are you experiencing any cost on your part for utilizing the Huggingface platform ? I see they have something like $25/1M char lookups so just wondering and am excited to see what you have done (possibly at your own expense!). I have been following Semantic Scholar [1] who are part of the Paul Allen AI for Good program and they are also working on NLP summarization -- definitely interesting things happening in this space! Thanks for your contribution.

[1] https://www.semanticscholar.org/

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#18
I love the idea! How do you get it to work though? I'm using Chrome 92.0.4515.159, I've disabled all other extensions, and highlighting text and double tap enter does nothing. When I right click on the text there's no context menu option, which is what I would expect.
Post reply on HN