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.
1 parent 584a101 commit 9057ba4Copy full SHA for 9057ba4
recipes/quickstart/NotebookLlama/README.md
@@ -12,7 +12,7 @@ It assumes zero knowledge of LLMs, prompting and audio models, everything is cov
12
13
Here is step by step thought (pun intended) for the task:
14
15
-- Step 1: Pre-process PDF: Use `Llama-3.2-1B` to pre-process and save a PDF
+- Step 1: Pre-process PDF: Use `Llama-3.2-1B` to pre-process the PDF and save it in a `.txt` file.
16
- Step 2: Transcript Writer: Use `Llama-3.1-70B` model to write a podcast transcript from the text
17
- Step 3: Dramatic Re-Writer: Use `Llama-3.1-8B` model to make the transcript more dramatic
18
- Step 4: Text-To-Speech Workflow: Use `parler-tts/parler-tts-mini-v1` and `bark/suno` to generate a conversational podcast
0 commit comments