We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0125cbe + f313387 commit f16eba7Copy full SHA for f16eba7
DPF/filters/videos/video_llava_filter.py
@@ -52,7 +52,7 @@ def __init__(
52
model_base: Optional[str] = None,
53
cache_path: Optional[str] = None,
54
prompt: str = "detailed_video",
55
- temperature: float = 0.8,
+ temperature: float = 0.05,
56
max_new_tokens: int = 1024,
57
load_4bit: bool = False,
58
load_8bit: bool = False,
0 commit comments