Skip to content

Commit

Permalink
add seed and temperature to the zeroshot config
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Jan 19, 2024
1 parent a0c1d85 commit efbae95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ factory = "llm"

[components.llm.model]
@llm_models = "spacy.GPT-4.v2"
config = {"seed": 342, "temperature": 0.0}

[components.llm.task]
@llm_tasks = "spacy.NER.v2"
Expand Down

0 comments on commit efbae95

Please sign in to comment.