rohitashva commited on
Commit
725d2c0
·
verified ·
1 Parent(s): 1514293

Upload 2 files

Browse files
Files changed (2) hide show
  1. disease.csv +0 -0
  2. yaml-editor-online.yaml +9 -0
disease.csv ADDED
The diff for this file is too large to render. See raw diff
 
yaml-editor-online.yaml ADDED
@@ -0,0 +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