Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
OpenDFM
/
DialogZoo
like
0
Follow
OpenDFM
21
Dataset card
Files
Files and versions
Community
main
DialogZoo
/
src
/
modules
/
preprocess
/
preprocessor
/
prompt_funcs.py
AnAutomaticPencil
data preprocessing update
a6326c7
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
132 Bytes
def
const_prompt_func_wrapper
(
const_prompt
):
def
const_prompt_func
():
return
const_prompt
return
const_prompt_func