Update README.md
Browse files
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/
|
22 |
-
filename = "
|
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_science_qa_gguf"
|
22 |
+
filename = "gemma2_scienceqa.gguf"
|
23 |
local_dir = "."
|
24 |
|
25 |
downloaded_file_path = hf_hub_download(repo_id=repo_id, filename=filename, local_dir=local_dir)
|