mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-14 23:30:22 +02:00
refactor for examples
This commit is contained in:
@@ -34,6 +34,7 @@ class TextGenerationFoundationModel(AbstractFoundationModel):
|
||||
"text-generation",
|
||||
do_sample=True,
|
||||
max_new_tokens=512,
|
||||
max_length=1024,
|
||||
model=self.model,
|
||||
repetition_penalty=1.1,
|
||||
temperature=0.3,
|
||||
|
||||
Reference in New Issue
Block a user