README.md
setup.py
sohuprompt/__init__.py
sohuprompt/config.py
sohuprompt/default_config.py
sohuprompt/lm_bff_trainer.py
sohuprompt/pipeline_base.py
sohuprompt/prompt_base.py
sohuprompt/protoverb_trainer.py
sohuprompt/trainer.py
sohuprompt.egg-info/PKG-INFO
sohuprompt.egg-info/SOURCES.txt
sohuprompt.egg-info/dependency_links.txt
sohuprompt.egg-info/requires.txt
sohuprompt.egg-info/top_level.txt
sohuprompt/data_utils/__init__.py
sohuprompt/data_utils/conditional_generation_dataset.py
sohuprompt/data_utils/data_processor.py
sohuprompt/data_utils/data_sampler.py
sohuprompt/data_utils/fewglue_dataset.py
sohuprompt/data_utils/huggingface_dataset.py
sohuprompt/data_utils/lama_dataset.py
sohuprompt/data_utils/nli_dataset.py
sohuprompt/data_utils/relation_classification_dataset.py
sohuprompt/data_utils/text_classification_dataset.py
sohuprompt/data_utils/typing_dataset.py
sohuprompt/data_utils/utils.py
sohuprompt/data_utils/ZH/__init__.py
sohuprompt/data_utils/ZH/closed_QA.py
sohuprompt/data_utils/ZH/coreference.py
sohuprompt/data_utils/ZH/entity_typing.py
sohuprompt/data_utils/ZH/generation.py
sohuprompt/data_utils/ZH/nli.py
sohuprompt/data_utils/ZH/paraphrase.py
sohuprompt/data_utils/ZH/processor.py
sohuprompt/data_utils/ZH/reading_comprehensation.py
sohuprompt/data_utils/ZH/relation.py
sohuprompt/data_utils/ZH/sentiment.py
sohuprompt/data_utils/ZH/summarization.py
sohuprompt/data_utils/ZH/topic_classification.py
sohuprompt/plms/__init__.py
sohuprompt/plms/lm.py
sohuprompt/plms/mlm.py
sohuprompt/plms/seq2seq.py
sohuprompt/plms/utils.py
sohuprompt/plms/glm/__init__.py
sohuprompt/plms/glm/configuration_chatglm.py
sohuprompt/plms/glm/glm.py
sohuprompt/plms/glm/modeling_chatglm.py
sohuprompt/plms/glm/quantization.py
sohuprompt/plms/glm/tokenization_chatglm.py
sohuprompt/prompts/__init__.py
sohuprompt/prompts/automatic_verbalizer.py
sohuprompt/prompts/generation_verbalizer.py
sohuprompt/prompts/knowledgeable_verbalizer.py
sohuprompt/prompts/manual_template.py
sohuprompt/prompts/manual_verbalizer.py
sohuprompt/prompts/mixed_template.py
sohuprompt/prompts/one2one_verbalizer.py
sohuprompt/prompts/prefix_tuning_template.py
sohuprompt/prompts/prompt_generator.py
sohuprompt/prompts/prototypical_verbalizer.py
sohuprompt/prompts/ptr_prompts.py
sohuprompt/prompts/ptuning_prompts.py
sohuprompt/prompts/soft_template.py
sohuprompt/prompts/soft_verbalizer.py
sohuprompt/utils/__init__.py
sohuprompt/utils/calibrate.py
sohuprompt/utils/crossfit_metrics.py
sohuprompt/utils/cuda.py
sohuprompt/utils/logging.py
sohuprompt/utils/metrics.py
sohuprompt/utils/reproduciblity.py
sohuprompt/utils/utils.py