huggingface/node-question-answering

Any nodejs examples for other tasks?

wholenews opened this issue · 1 comments

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

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!