Spaces:
Sleeping
Sleeping
Update config.py
Browse files
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"
|