Fine-tuning and using ChatGPT 3.5
Fine tuning ChatGPT is super easy. The most annoying part is to transform the data to the desired format. You need to provide a file where each row is a small JSON object consisting of three things: a prompt to
Data Analytics, AI & Automation Specialist
Fine tuning ChatGPT is super easy. The most annoying part is to transform the data to the desired format. You need to provide a file where each row is a small JSON object consisting of three things: a prompt to
One can, often successfully, force ChatGPT to speak other languages simply by tricking the prompt. If you are a Czech speaker, copy and paste the code below (requires LlamaIndex) and OpenAI’s API) to get yourself pampered by grandma. import os
An important use case of large language models (LLMs) is to answer questions from a specific corpus. Tools like ChatGPT are great for conversation, but not so great for retrieving information from a specific set of knowledge. To cover up