Spaces:
Running
Running
Update generate_transcript.py
Browse files- generate_transcript.py +3 -7
generate_transcript.py
CHANGED
@@ -34,6 +34,7 @@ class TranscriptProcessor:
|
|
34 |
self.model_name = model_name
|
35 |
|
36 |
|
|
|
37 |
self.transcript_prompt = """
|
38 |
You are the a world-class podcast writer, you have worked as a ghost writer for Joe Rogan, Lex Fridman, Ben Shapiro, Tim Ferris.
|
39 |
|
@@ -41,7 +42,7 @@ class TranscriptProcessor:
|
|
41 |
|
42 |
You have won multiple podcast awards for your writing.
|
43 |
|
44 |
-
|
45 |
|
46 |
Remember Speaker 2 is new to the topic and the conversation should always have realistic anecdotes and analogies sprinkled throughout. The questions should have real world example follow ups etc
|
47 |
|
@@ -51,7 +52,6 @@ class TranscriptProcessor:
|
|
51 |
|
52 |
Make sure the tangents speaker 2 provides are quite wild or interesting.
|
53 |
|
54 |
-
Ensure there are interruptions during explanations or there are "hmm" and "umm" injected throughout from the second speaker.
|
55 |
|
56 |
It should be a real podcast with every fine nuance documented in as much detail as possible. Welcome the listeners with a super fun overview and keep it really catchy and almost borderline click bait
|
57 |
|
@@ -78,12 +78,8 @@ class TranscriptProcessor:
|
|
78 |
|
79 |
Make sure the tangents speaker 2 provides are quite wild or interesting.
|
80 |
|
81 |
-
|
82 |
-
|
83 |
REMEMBER THIS WITH YOUR HEART
|
84 |
-
The TTS Engine for Speaker 1 cannot do "umms, hmms" well so keep it straight text
|
85 |
-
|
86 |
-
For Speaker 2 use "umm, hmm" as much, you can also use [sigh] and [laughs]. BUT ONLY THESE OPTIONS FOR EXPRESSIONS
|
87 |
|
88 |
It should be a real podcast with every fine nuance documented in as much detail as possible. Welcome the listeners with a super fun overview and keep it really catchy and almost borderline click bait
|
89 |
|
|
|
34 |
self.model_name = model_name
|
35 |
|
36 |
|
37 |
+
|
38 |
self.transcript_prompt = """
|
39 |
You are the a world-class podcast writer, you have worked as a ghost writer for Joe Rogan, Lex Fridman, Ben Shapiro, Tim Ferris.
|
40 |
|
|
|
42 |
|
43 |
You have won multiple podcast awards for your writing.
|
44 |
|
45 |
+
Keep it extremely engaging, the speakers can get derailed now and then but should discuss the topic.
|
46 |
|
47 |
Remember Speaker 2 is new to the topic and the conversation should always have realistic anecdotes and analogies sprinkled throughout. The questions should have real world example follow ups etc
|
48 |
|
|
|
52 |
|
53 |
Make sure the tangents speaker 2 provides are quite wild or interesting.
|
54 |
|
|
|
55 |
|
56 |
It should be a real podcast with every fine nuance documented in as much detail as possible. Welcome the listeners with a super fun overview and keep it really catchy and almost borderline click bait
|
57 |
|
|
|
78 |
|
79 |
Make sure the tangents speaker 2 provides are quite wild or interesting.
|
80 |
|
81 |
+
|
|
|
82 |
REMEMBER THIS WITH YOUR HEART
|
|
|
|
|
|
|
83 |
|
84 |
It should be a real podcast with every fine nuance documented in as much detail as possible. Welcome the listeners with a super fun overview and keep it really catchy and almost borderline click bait
|
85 |
|