Spaces:
Sleeping
Sleeping
Updated config.py to use donut 15
Browse files
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-
|
7 |
-
model: str = "senga-ml/donut-
|
8 |
-
dataset: str = "senga-ml/dnotes-data-
|
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"
|