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

Commit

Permalink
Feature/update sciphi model (#132)
Browse files Browse the repository at this point in the history
* add output

* remove broken pdf build

* update model

* tally distribution
  • Loading branch information
emrgnt-cmplxty committed Dec 18, 2023
1 parent 6ab2a85 commit fdca94b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Owen Colegrove <owen@sciphi.ai>"]
license = "Apache-2.0"
readme = "README.md"
name = 'sciphi-synthesizer'
version = '1.0.1'
version = '1.0.2'
packages = [
{ include = "synthesizer" }
]
Expand Down
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-Mistral-7B-32k",
llm_model_name="SciPhi/SciPhi-SearchAgent-Alpha-7B",
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-Mistral-7B-32k",
llm_model_name="SciPhi/SciPhi-SearchAgent-Alpha-7B",
llm_max_tokens_to_sample=32,
llm_temperature=0.1,
llm_top_k=100,
Expand Down

0 comments on commit fdca94b

Please sign in to comment.