Alber

Results 3 issues of Alber

Problem: Apply a NLP Deep Learning model for Text Geneartion over the rows of a Pandas Series. The function call is: `out = text_column.parallel_apply(lambda x: generate_text(args, model, tokenizer, x))` where...

**Is your feature request related to a problem? Please describe.** I am working with Index-related chains, such as `loadQAStuffChain`, and I want to have more control over the documents retrieved...

According to [[Peters et al., 2018](https://arxiv.org/pdf/1802.05365.pdf)], ELMo is a **task** specific combination of the intermediate layer representations in the biLM. The computation of ELMo embeddings is done by a **task**...