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

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,7 +1,7 @@
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"
 
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"