Spaces:
Running
Running
Upload config.yaml
Browse files- 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
|