Change NLPCloud default model (#100)

This commit is contained in:
Samantha Whitmore
2022-11-09 09:30:09 -08:00
committed by GitHub
parent 5b7aed34a3
commit 386a14a19f

View File

@@ -21,7 +21,7 @@ class NLPCloud(LLM, BaseModel):
"""
client: Any #: :meta private:
model_name: str = "gpt-neox-20b"
model_name: str = "finetuned-gpt-neox-20b"
"""Model name to use."""
temperature: float = 0.7
"""What sampling temperature to use."""