SuperChanS
SuperChanS
Here is my code of trying to use ```PrefixTuningTemplate```: ``` import torch from openprompt.data_utils.conditional_generation_dataset import WebNLGProcessor from openprompt.plms import load_plm from openprompt.prompts.prefix_tuning_template import PrefixTuningTemplate plm, tokenizer, model_config, WrapperClass = load_plm('opt',...
Hi, I am trying to reproduce the Attention-based GRN discovery workflow for perturbation data in Fig.6a, but I cannot finish it because of some unknown detail information, such as the...
I notice that operating truthfulqa.sh requires "gpt_true_model_name" and "gpt_info_model_name". But it seems the original model is unavailable now.