serenarolloh commited on
Commit
2056fc1
·
verified ·
1 Parent(s): 6b214e4

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -0
config.py CHANGED
@@ -12,6 +12,8 @@ class Settings(BaseSettings):
12
  127: "donut-v17",
13
  }
14
  space_base: str = "senga-ml"
 
 
15
  dataset: str = "senga-ml/dnotes-data-v6"
16
  base_config: str = "naver-clova-ix/donut-base"
17
  base_processor: str = "naver-clova-ix/donut-base"
 
12
  127: "donut-v17",
13
  }
14
  space_base: str = "senga-ml"
15
+ processor: str = "senga-ml/donut-v16"
16
+ model: str = "senga-ml/donut-v16"
17
  dataset: str = "senga-ml/dnotes-data-v6"
18
  base_config: str = "naver-clova-ix/donut-base"
19
  base_processor: str = "naver-clova-ix/donut-base"