huggingface / node-question-answering

Fast and production-ready question answering in Node.js
Apache License 2.0
464 stars 53 forks source link

Any nodejs examples for other tasks? #17

Closed wholenews closed 3 years ago

wholenews commented 4 years ago

I'm interested in BertForNextSentencePrediction and would appreciate any hints on how to get started on a nodejs version. Thanks!

wholenews commented 3 years ago

Following examples on web it was easy enough to fine tune a DistilBERT classifier in Python, save it, and then classify in node.js following the example of node-question-answering. Thanks!