rohitashva commited on
Commit
fa7c717
·
verified ·
1 Parent(s): 4765572

Upload config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +7 -0
config.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ embedding_model: sentence-transformers/all-MiniLM-L6-v2
2
+ model_name: HuggingFaceH4/zephyr-7b-alpha
3
+ vector_db_path: "jd_faiss_db"
4
+ temperature: 0.7
5
+ top_p: 0.9
6
+ top_k: 50
7
+ score_threshold: 0.2