Spaces:
Runtime error
Runtime error
Update model/model_config.py
Browse files- model/model_config.py +1 -1
model/model_config.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
MODEL_NAME = '
|
| 2 |
PQ_NAME = "PQ256"
|
| 3 |
MAX_LENGTH = 512
|
| 4 |
|
|
|
|
| 1 |
+
MODEL_NAME = 'bert-base-uncased' # 'microsoft/deberta-v3-base' # 'bert-base-uncased'
|
| 2 |
PQ_NAME = "PQ256"
|
| 3 |
MAX_LENGTH = 512
|
| 4 |
|