sofzcc commited on
Commit
636ac20
·
verified ·
1 Parent(s): c90e2a0

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +1 -1
config.yaml CHANGED
@@ -13,7 +13,7 @@ kb:
13
 
14
  models:
15
  embedding: "sentence-transformers/all-MiniLM-L6-v2"
16
- qa: "google/flan-t5-base" # Changed from flan-t5-small
17
 
18
  thresholds:
19
  confidence: 0.25
 
13
 
14
  models:
15
  embedding: "sentence-transformers/all-MiniLM-L6-v2"
16
+ qa: "facebook/bart-large-cnn"
17
 
18
  thresholds:
19
  confidence: 0.25