MicroRWKV / config /eval_rwkv4_430m.py
AnshulRanjan2004's picture
Uploading the Model
c50fe14 verified
raw
history blame contribute delete
191 Bytes
batch_size = 8
eval_iters = 500 # use more iterations to get good estimate
eval_only = True
wandb_log = False
init_from = 'RWKV/rwkv-4-430m-pile'
dtype = 'float16' # v100 doesn't support bf16