reFlow / config /sample_reflow_1_big.py
reuAC's picture
Upload folder using huggingface_hub
672259a verified
model_config = 'reflow'
out_dir = 'out/reflow-1-big'
init_from = 'resume'
start = "The sun is bright, the night is dark, fire is hot, and ice is"
num_samples = 10
max_new_tokens = 500
temperature = 0.8
top_k = 200
seed = 1337
device = 'cuda'
dtype = 'float16'
compile = False