ninjamoba

Results 8 issues of ninjamoba

examples/question_generation_example.ipynb this step: ``` qg = QuestionGenerator() with open('articles/indian_matchmaking.txt', 'r') as a: article = a.read() ``` gives me this error running in google colab with gpu: `--------------------------------------------------------------------------- NameError Traceback (most...

**Is your feature request related to a problem? Please describe.** Has anyone integrated distilbert rather than bert proper? https://arxiv.org/pdf/1910.01108.pdf **Describe the solution you'd like** We ask becasue NLP.js is all...

**Is your feature request related to a problem? Please describe.** We are finding training a already trained nlp.js bot appears to be additive rather than destructive - is this confirmed?...

document

The Bot framework allows a custom recognizer to be used as an alternative to Azure Services and to deploy locally - do we have a current working example of this?

Has anyone tried training with : https://pile.eleuther.ai/ Perhaps we can start a shared library of pretrained corpus from this set as a general starting point? Any suggestions about the best...

Has any one integrated this UI with nlp.js? Any help appreciated.

https://www.together.xyz/blog/openchatkit this new repository might also be a good candidate for any local deployment with a strong GPU. As the gptNeox focus is on GPU deployments.

enhancement
question
hardware

(https://dev.to/jesusseijassp/getting-started-with-nlp-js-4l1p) Looking for code example of using Bert to converse with arbitrary text--- any help here is appreciated. I'm asking for .txt or .pdf we do have this : https://github.com/axa-group/nlp.js/issues/861...