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

Commit

Permalink
fix model name (#135)
Browse files Browse the repository at this point in the history
* update model name

* Update data_augmenter.py
  • Loading branch information
donalddellapietra authored Dec 21, 2023
1 parent b5d1a19 commit 8cddbfd
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 8cddbfd

Please sign in to comment.