waceke commited on
Commit
1b34829
·
verified ·
1 Parent(s): 1002c61

Updated config.py to use donut 15

Browse files
Files changed (1) hide show
  1. config.py +3 -3
config.py CHANGED
@@ -3,9 +3,9 @@ from pydantic import BaseSettings
3
 
4
  class Settings(BaseSettings):
5
  huggingface_key: str = "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"
6
- processor: str = "senga-ml/donut-training-v4"
7
- model: str = "senga-ml/donut-training-v4"
8
- dataset: str = "senga-ml/dnotes-data-v1"
9
  base_config: str = "naver-clova-ix/donut-base"
10
  base_processor: str = "naver-clova-ix/donut-base"
11
  base_model: str = "naver-clova-ix/donut-base"
 
3
 
4
  class Settings(BaseSettings):
5
  huggingface_key: str = "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"
6
+ processor: str = "senga-ml/donut-v15"
7
+ model: str = "senga-ml/donut-v15"
8
+ dataset: str = "senga-ml/dnotes-data-v6"
9
  base_config: str = "naver-clova-ix/donut-base"
10
  base_processor: str = "naver-clova-ix/donut-base"
11
  base_model: str = "naver-clova-ix/donut-base"