Petrichor Suits
Petrichor Suits
Can anyone let me know how to serialize ? I am loading below when flask loads. from text2text.text_generator import TextGenerator qg = TextGenerator(output_type="question") Now I need to pass qg object...
Hi, I want mentions to work inside code block of quill editor? How can I do that? Currently, when I hit @ inside code block, it show dropdown, but nothing...
The loader.js file is located at node_modules/ngx-monaco-editor/assets/monaco/vs/loader.js and I'm able to navigate to it. I dont have assets folder only inside ngx-monaco-editor at node modules. Can anyone let me know,...
Hey, How do you get all these plots mentioned in the github? Can you please point out the resource?
Hey, Nice work!! I just have one query. I am working on character-level text generation with data as novels. In Novels, there are character names, which occur too many times,...
import numpy as np from transformers import AutoTokenizer, AutoModelForCausalLM import shap import torch tokenizer = AutoTokenizer.from_pretrained("gpt2", use_fast=True) model = AutoModelForCausalLM.from_pretrained("gpt2").cuda() # set model decoder to true model.config.is_decoder=True # set text-generation...
Hey, Hope you are doing good!! Excellent work and model. Can I get a location for pre-trained models so that I don't have to re-train? Thanks in Advance!!
Hey, Hope you are doing good!! Excellent work and model. Can I get a location for pre-trained models so that I don't have to re-train? Thanks in Advance!!
Hi, Work is really great. I am just trying to understand if labels are None, then encoders are outputting matrices instead of scalers, but you have not made any provision...
Hi, Really loved reading the paper! I just had one small confusion. What is MemNet lacking that you are trying to resolve? Your point from the paper: MemNet interpolates the...