demongolem-biz2

Results 6 issues of demongolem-biz2

I am trying to learn how to fine-tune. As such, I am running to run preparation for end-to-end question generations as given: python prepare_data.py \ --task e2e_qg \ --valid_for_qg_only \...

Nice to know what version of all the libraries are required.

I do `pip install spacy-universal-sentence-encoder ` then in code: ``` import spacy_universal_sentence_encoder # load one of the models: ['en_use_md', 'en_use_lg', 'xx_use_md', 'xx_use_lg'] nlp = spacy_universal_sentence_encoder.load_model('en_use_md') ``` But at that load_model...

**Describe the bug** The output of `result = question_generation_pipeline.run(documents=[document])` cannot be written straight to json. I believe the error given has something to do with a Document type being somewhere...

stale
community-triage

I have all the .abc files. I have made sure the shape of all the X variables combined is the same as the number of songs. But after I load...

**Describe the bug** AnswerParser not found. Other import from haystack.nodes (i.e. BM25Retriever, FARMReader, PDFToTextConverter, TextConverter) are working just find, but AnswerParser is not present. **Error message** ImportError: cannot import name...

stale
community-triage