TorBT - Torrents and Magnet Links Search Engine

Prompt Engineering in Python, with GPT, and the OpenAI API

File Name
Size
Chapter 5 Extracting Numerical Values from Text Data, Testing your Prompts, and JSON Mode/002. JSON Mode, and pushing GPT 3.5 to the level of GPT 4 with smart prompting.mp4
74 MB
Chapter 1 Introduction/001. Course Overview and Key Points of Difference.mp4
63 MB
Chapter 1 Introduction/002. Introduction.en.srt
5.2 kB
Chapter 1 Introduction/002. Introduction.mp4
15 MB
Chapter 1 Introduction/003. This course gets updated, and your instructor gets updated.en.srt
2.0 kB
Chapter 1 Introduction/003. This course gets updated, and your instructor gets updated.mp4
5.4 MB
Chapter 2 ChatGPT as a Personal Coach/001. Turning ChatGPT into a Personal Coach.en.srt
9.0 kB
Chapter 2 ChatGPT as a Personal Coach/001. Turning ChatGPT into a Personal Coach.mp4
47 MB
Chapter 2 ChatGPT as a Personal Coach/002. How to download course prompts, code, and connect to resources.en.srt
1.5 kB
Chapter 2 ChatGPT as a Personal Coach/002. How to download course prompts, code, and connect to resources.mp4
7.4 MB
Chapter 2 ChatGPT as a Personal Coach/003. Coach Prompt Deep Dive.en.srt
4.7 kB
Chapter 2 ChatGPT as a Personal Coach/003. Coach Prompt Deep Dive.mp4
21 MB
Chapter 2 ChatGPT as a Personal Coach/004. Where ChatGPT fails.en.srt
12 kB
Chapter 2 ChatGPT as a Personal Coach/004. Where ChatGPT fails.mp4
49 MB
Chapter 2 ChatGPT as a Personal Coach/005. Learning Python with Custom GPTs.en.srt
1.5 kB
Chapter 2 ChatGPT as a Personal Coach/005. Learning Python with Custom GPTs.mp4
5.3 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/001. Setting up your OpenAI API Key.en.srt
3.3 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/001. Setting up your OpenAI API Key.mp4
21 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/002. Learning Outcomes for the First Notebook.en.srt
2.6 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/002. Learning Outcomes for the First Notebook.mp4
11 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/003. Python API Prompting and Iterative Prompt Improvement Part 1.en.srt
10 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/003. Python API Prompting and Iterative Prompt Improvement Part 1.mp4
58 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/004. Make sure that your version of the openai package is greater than 1.0.0.en.srt
508 B
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/004. Make sure that your version of the openai package is greater than 1.0.0.mp4
2.3 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/005. Using GPT 4 and Other Model Versions.en.srt
3.0 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/005. Using GPT 4 and Other Model Versions.mp4
16 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/006. Iterative Prompting Improvement Part 2.en.srt
8.1 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/006. Iterative Prompting Improvement Part 2.mp4
41 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/007. Emphasising an important point.en.srt
338 B
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/007. Emphasising an important point.mp4
2.2 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/008. Optional Implementing Exponential Backoff for Querying the OpenAI API.en.srt
1.0 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/008. Optional Implementing Exponential Backoff for Querying the OpenAI API.mp4
4.4 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/009. How we have applied Chain-of-Thought prompting.en.srt
6.8 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/009. How we have applied Chain-of-Thought prompting.mp4
28 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/010. Chain-Of-Thought Prompting - the formal introduction.en.srt
3.4 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/010. Chain-Of-Thought Prompting - the formal introduction.mp4
15 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/011. Inducing and Mitigating Hallucination in LLMs.en.srt
14 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/011. Inducing and Mitigating Hallucination in LLMs.mp4
60 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/012. EmotionPrompt - Findings from the paper.en.srt
4.9 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/012. EmotionPrompt - Findings from the paper.mp4
20 MB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/013. EmotionPrompt in Practice.en.srt
4.9 kB
Chapter 3 Building up Prompts, Mitigating Hallucination, and Getting the Best Answers/013. EmotionPrompt in Practice.mp4
22 MB
Chapter 4 Python API Chat Bot, and Prompt Hacking/001. Python API Chat Bot.en.srt
7.5 kB
Chapter 4 Python API Chat Bot, and Prompt Hacking/001. Python API Chat Bot.mp4
40 MB
Chapter 4 Python API Chat Bot, and Prompt Hacking/002. Prompt Hacking.en.srt
8.3 kB
Chapter 4 Python API Chat Bot, and Prompt Hacking/002. Prompt Hacking.mp4
36 MB
Chapter 4 Python API Chat Bot, and Prompt Hacking/003. Optional Implementing Exponential Backoff for Multi-Turn Conversations.en.srt
1.1 kB
Chapter 4 Python API Chat Bot, and Prompt Hacking/003. Optional Implementing Exponential Backoff for Multi-Turn Conversations.mp4
5.3 MB
Chapter 5 Extracting Numerical Values from Text Data, Testing your Prompts, and JSON Mode/001. Extracting Numerical Values from Text Data, and Testing the Extraction.en.srt
7.5 kB
Chapter 5 Extracting Numerical Values from Text Data, Testing your Prompts, and JSON Mode/001. Extracting Numerical Values from Text Data, and Testing the Extraction.mp4
35 MB
Chapter 5 Extracting Numerical Values from Text Data, Testing your Prompts, and JSON Mode/002. JSON Mode, and pushing GPT 3.5 to the level of GPT 4 with smart prompting.en.srt
14 kB
Chapter 1 Introduction/001. Course Overview and Key Points of Difference.en.srt
7.5 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/Churn_Modelling.csv
659 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/CoT_wei_et_al_2022.pdf
871 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/first_priority_learning_Python_prompts_udemy.txt
5.5 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/how_chatGPTs_behaviour_is_changing_over_time.pdf
1.5 MB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/li_et_al_2023.pdf
1.9 MB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/LICENSE
1.0 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/nye_et_al_2021.pdf
399 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/README.md
58 B
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/Resource Links.docx
21 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/second_priority_learning_Data_Analytics_Prompts.txt
5.8 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/single_turn_conversations_wrapper_function.py
1.0 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/third_priority_the_code_interpreter_prompt_that_might_fail.txt
8.2 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/prompt_engineering_notebooks_v5/1 Basic API Prompting.ipynb
106 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/prompt_engineering_notebooks_v5/2 API Chat Bot.ipynb
26 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/prompt_engineering_notebooks_v5/3 Extracting Specific Values From Text.ipynb
46 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/prompt_engineering_notebooks_v5/single_turn_conversations_wrapper_function.py
1.0 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/prompt_engineering_notebooks_v5/images/emotionprompt.png
238 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/Quizzes/quiz_1.txt
2.4 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/Quizzes/quiz_2.txt
2.2 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/Quizzes/quiz_3.txt
2.9 kB
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/Quizzes/quiz_4.txt
814 B
z.Prompt-Engineering-in-Python-with-GPT-and-the-OpenAI-API-main/Quizzes/quiz_5.txt
1.9 kB