Skip to content

Commit f16eba7

Browse files
authored
Merge pull request #43 from ai-forever/kirillova/video_llava_hyperparam
fix: update the default temperature for Video-LLaVA
2 parents 0125cbe + f313387 commit f16eba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPF/filters/videos/video_llava_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(
5252
model_base: Optional[str] = None,
5353
cache_path: Optional[str] = None,
5454
prompt: str = "detailed_video",
55-
temperature: float = 0.8,
55+
temperature: float = 0.05,
5656
max_new_tokens: int = 1024,
5757
load_4bit: bool = False,
5858
load_8bit: bool = False,

0 commit comments

Comments
 (0)