AhmadMustafa commited on
Commit
98c1746
·
1 Parent(s): 981dca5

clips: reasoning improvment

Browse files
Files changed (1) hide show
  1. prompts.py +5 -1
prompts.py CHANGED
@@ -176,6 +176,9 @@ def find_user_suggested_timestamps(
176
  Speakers: {speakers}
177
  Transcript: {transcript}
178
 
 
 
 
179
  User Suggestions (with estimated timestamps that may be inaccurate):
180
  {user_suggestions}
181
 
@@ -190,7 +193,8 @@ Clip 1: [Topic description] - Start: MM:SS, End: MM:SS, Duration: Xs
190
  Clip 2: [Topic description] - Start: MM:SS, End: MM:SS, Duration: Xs
191
  ...
192
 
193
- Be precise with timestamps and ensure the clips make sense contextually.
 
194
  The start and end should make sense with the Topic Description. Minimum Duration of the clip should be 20 seconds and maximum duration should be 120 seconds.
195
  """
196
 
 
176
  Speakers: {speakers}
177
  Transcript: {transcript}
178
 
179
+ Be precise with timestamps and ensure the clips make sense contextually. When you are doing your reasoning, think about it:
180
+ - Does this start and end make sense with the Topic Description? Compare the transcript start and end at that time, and keep on doing it until you find the best duration and start and end time. Your clips should be good enough to publish on social media automatically.
181
+
182
  User Suggestions (with estimated timestamps that may be inaccurate):
183
  {user_suggestions}
184
 
 
193
  Clip 2: [Topic description] - Start: MM:SS, End: MM:SS, Duration: Xs
194
  ...
195
 
196
+ Be precise with timestamps and ensure the clips make sense contextually. When you are doing your reasoning, think about it:
197
+ - Does this start and end make sense with the Topic Description? Compare the transcript start and end at that time, and keep on doing it until you find the best duration and start and end time. Your clips should be good enough to publish on social media automatically.
198
  The start and end should make sense with the Topic Description. Minimum Duration of the clip should be 20 seconds and maximum duration should be 120 seconds.
199
  """
200