CreatorPhan commited on
Commit
9cc6f0b
1 Parent(s): c775592

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +4 -4
config.py CHANGED
@@ -1,8 +1,8 @@
1
  class Config:
2
- # model = 'flan-small'
3
- # tokenizer = 'CreatorFPT/T5-base'
4
- model = 'vietAI-base-MRC'
5
- tokenizer = 'VietAI/vit5-base'
6
  seq_len = 512
7
  out_len = 170
8
  device = 'cpu'
 
1
  class Config:
2
+ model = 'flan-small'
3
+ tokenizer = 'CreatorFPT/T5-base'
4
+ # model = 'vietAI-base-MRC'
5
+ # tokenizer = 'VietAI/vit5-base'
6
  seq_len = 512
7
  out_len = 170
8
  device = 'cpu'