Spaces:
Sleeping
Sleeping
Update yaml-editor-online.yaml
Browse files- yaml-editor-online.yaml +8 -8
yaml-editor-online.yaml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
model_name: meta-llama/Llama-3.2-1B
|
| 2 |
-
embedding_model: hkunlp/instructor-large # Keep the same embedding model
|
| 3 |
-
vector_db_path: faiss_index # Path to FAISS vector database
|
| 4 |
-
score_threshold: 0.7 # Similar threshold for retrieval
|
| 5 |
-
debug: true # Keep debug mode enabled
|
| 6 |
-
max_length: 512 # Limit response length
|
| 7 |
-
temperature: 0.7 # Adjust creativity level
|
| 8 |
-
top_p: 0.9 # Sampling parameter
|
| 9 |
top_k: 50 # Sampling parameter
|
|
|
|
| 1 |
+
model_name: meta-llama/Llama-3.2-1B # Update to use LLaMA 3.2 1B model
|
| 2 |
+
embedding_model: hkunlp/instructor-large # Keep the same embedding model
|
| 3 |
+
vector_db_path: faiss_index # Path to FAISS vector database
|
| 4 |
+
score_threshold: 0.7 # Similar threshold for retrieval
|
| 5 |
+
debug: true # Keep debug mode enabled
|
| 6 |
+
max_length: 512 # Limit response length
|
| 7 |
+
temperature: 0.7 # Adjust creativity level
|
| 8 |
+
top_p: 0.9 # Sampling parameter
|
| 9 |
top_k: 50 # Sampling parameter
|