diff --git a/synthesizer/scripts/data_augmenter.py b/synthesizer/scripts/data_augmenter.py index 3744181..c66caf0 100644 --- a/synthesizer/scripts/data_augmenter.py +++ b/synthesizer/scripts/data_augmenter.py @@ -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, diff --git a/synthesizer/scripts/rag_harness.py b/synthesizer/scripts/rag_harness.py index 05dee92..f2c4787 100644 --- a/synthesizer/scripts/rag_harness.py +++ b/synthesizer/scripts/rag_harness.py @@ -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,