serenarolloh commited on
Commit
0669c63
·
verified ·
1 Parent(s): 1b3cfd8

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -0
config.py CHANGED
@@ -1,6 +1,7 @@
1
  from pydantic import BaseSettings
2
 
3
  class Settings(BaseSettings):
 
4
  base_config: str = "naver-clova-ix/donut-base"
5
  base_processor: str = "naver-clova-ix/donut-base"
6
  base_model: str = "naver-clova-ix/donut-base"
 
1
  from pydantic import BaseSettings
2
 
3
  class Settings(BaseSettings):
4
+ dataset: str "senga-ml/dnotes-dataset-v6"
5
  base_config: str = "naver-clova-ix/donut-base"
6
  base_processor: str = "naver-clova-ix/donut-base"
7
  base_model: str = "naver-clova-ix/donut-base"