VDT / config.py
CreatorPhan's picture
Update config.py
d2c28f1
raw
history blame
230 Bytes
class Config:
# model = 'flan-small'
# tokenizer = 'CreatorFPT/T5-base'
model = 'vietAI-base-MRC'
tokenizer = 'VietAI/vit5-base'
seq_len = 512
out_len = 170
device = 'cpu'
choices = 8
show_c = 8