Spaces:
Running
Running
Changed the processor and model
Browse files
config.py
CHANGED
@@ -2,8 +2,8 @@ from pydantic import BaseSettings
|
|
2 |
|
3 |
|
4 |
class Settings(BaseSettings):
|
5 |
-
processor: str = "senga-ml/
|
6 |
-
model: str = "senga-ml/
|
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 |
|
4 |
class Settings(BaseSettings):
|
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"
|