rohitashva commited on
Commit
cec6027
·
verified ·
1 Parent(s): f6c2e5c

Update yaml-editor-online.yaml

Browse files
Files changed (1) hide show
  1. yaml-editor-online.yaml +8 -8
yaml-editor-online.yaml CHANGED
@@ -1,9 +1,9 @@
1
- model_name: meta-llama/Llama-3.2-1B-Instruct # 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
 
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