mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-01 18:33:12 +03:00
set temperature to 0.0
This commit is contained in:
parent
9095a93cdf
commit
9701b6fa54
|
@ -108,7 +108,7 @@ labels = ["COMPLIMENT", "INSULT"]
|
||||||
|
|
||||||
[components.llm.model]
|
[components.llm.model]
|
||||||
@llm_models = "spacy.GPT-3-5.v1"
|
@llm_models = "spacy.GPT-3-5.v1"
|
||||||
config = {"temperature": 0.3}
|
config = {"temperature": 0.0}
|
||||||
```
|
```
|
||||||
|
|
||||||
Now run:
|
Now run:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user