NotHotTryHard commited on
Commit
ce516fa
Β·
verified Β·
1 Parent(s): bdd18fb

Update model/model_config.py

Browse files
Files changed (1) hide show
  1. model/model_config.py +1 -1
model/model_config.py CHANGED
@@ -1,4 +1,4 @@
1
- MODEL_NAME = 'MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli' # 'microsoft/deberta-v3-base' # 'bert-base-uncased'
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