Safetensors
English
qwen2_vl
qwen_vl
video
real-time
multimodal
LLM
chenjoya commited on
Commit
dbe7415
·
verified ·
1 Parent(s): d3fa7eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -88,7 +88,7 @@ class LiveCCDemoInfer:
88
  state: dict,
89
  max_pixels: int = 384 * 28 * 28,
90
  default_query: str = 'Please describe the video.',
91
- do_sample: bool = False,
92
  repetition_penalty: float = 1.05,
93
  **kwargs,
94
  ):
@@ -244,7 +244,7 @@ class LiveCCDemoInfer:
244
  self,
245
  message: str,
246
  state: dict,
247
- do_sample: bool = False,
248
  repetition_penalty: float = 1.05,
249
  **kwargs,
250
  ):
 
88
  state: dict,
89
  max_pixels: int = 384 * 28 * 28,
90
  default_query: str = 'Please describe the video.',
91
+ do_sample: bool = True,
92
  repetition_penalty: float = 1.05,
93
  **kwargs,
94
  ):
 
244
  self,
245
  message: str,
246
  state: dict,
247
+ do_sample: bool = True,
248
  repetition_penalty: float = 1.05,
249
  **kwargs,
250
  ):