VDT / config.py
CreatorPhan's picture
Upload 14 files
e011405
raw
history blame
146 Bytes
class Config:
model = 'flan-small'
tokenizer = 'CreatorFPT/T5-base'
seq_len = 512
out_len = 170
device = 'cpu'
choices = 8