vdpappu commited on
Commit
5f96dea
1 Parent(s): d6f5b34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,8 +18,8 @@ def generate_prompt(input_text: str, instruction: Optional[str] = None) -> str:
18
  return text
19
 
20
  # Set up the parameters
21
- repo_id = "vdpappu/gemma2_stocks_analysis_gguf"
22
- filename = "gemma2_stocks_analysis.gguf"
23
  local_dir = "."
24
 
25
  downloaded_file_path = hf_hub_download(repo_id=repo_id, filename=filename, local_dir=local_dir)
 
18
  return text
19
 
20
  # Set up the parameters
21
+ repo_id = "vdpappu/gemma2_psychologist_2_gguf"
22
+ filename = "gemma2_psychologist_2.gguf"
23
  local_dir = "."
24
 
25
  downloaded_file_path = hf_hub_download(repo_id=repo_id, filename=filename, local_dir=local_dir)