Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Jan 3, 2024
1 parent 0a41162 commit 23feb2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion synthesizer/scripts/data_augmenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def main(
n_samples: int = 100,
# LLM Settings
llm_provider_name="sciphi",
llm_model_name="SciPhi/SciPhi-SearchAgent-Alpha-7B",
llm_model_name="SciPhi/Sensei-7B-V1",
llm_max_tokens_to_sample=128,
llm_temperature=0.1,
llm_top_k=100,
Expand Down
2 changes: 1 addition & 1 deletion synthesizer/scripts/rag_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def main(
# LLM Settings
llm_provider_name="sciphi",
llm_model_name="SciPhi/SciPhi-SearchAgent-Alpha-7B",
llm_model_name="SciPhi/Sensei-7B-V1",
llm_max_tokens_to_sample=32,
llm_temperature=0.1,
llm_top_k=100,
Expand Down

0 comments on commit 23feb2b

Please sign in to comment.