serenarolloh commited on
Commit
7729ce9
·
verified ·
1 Parent(s): 728aa77

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -2,8 +2,8 @@ from pydantic import BaseSettings
2
 
3
  class Settings(BaseSettings):
4
  # Default values for the processor and model
5
- processor: str = "senga-ml/naivas_lpos"
6
- model: str = "senga-ml/naivas_lpos"
7
  dataset: str = "senga-ml/dnotes-data-v6"
8
  base_config: str = "naver-clova-ix/donut-base"
9
  base_processor: str = "naver-clova-ix/donut-base"
 
2
 
3
  class Settings(BaseSettings):
4
  # Default values for the processor and model
5
+ processor: str = "senga-ml/donut-v16"
6
+ model: str = "senga-ml/donut-v16"
7
  dataset: str = "senga-ml/dnotes-data-v6"
8
  base_config: str = "naver-clova-ix/donut-base"
9
  base_processor: str = "naver-clova-ix/donut-base"