GENERATING CUSTOM CHATGPT MODEL - AI FINE TUNING
SHRUTI GUPTA
SnowPro Certified| Talend Administration| DataBricks Fundamentals Certified| ETL|Linux|AWS|SQL|Deep Learning|Machine Learning
FINE TUNING CONCEPTS
Fine-tuning refers to using the weights of an already trained network as the starting values for training a new network/model.
Using a model pre-trained with a large dataset for solving a problem similar to the one we’re dealing with. This is especially useful if we don’t have a lot of data for the task at hand, but a ready-to-use model for a related problem with a lot of data is available.
NEURAL NETWORKING
A neural network is a method in artificial intelligence that teaches computers to process data in a way that is inspired by the human brain. It is a type of machine learning process, called deep learning, that uses interconnected nodes or neurons in a layered structure that resembles the human brain.?
HOW NEURAL NETWORK WORKS ?
An artificial neural network is made of artificial neurons that work together to solve a problem. Artificial neurons are software modules, called nodes, and artificial neural networks are software programs or algorithms that, at their core, use computing systems to solve mathematical calculations.
A basic neural network has interconnected artificial neurons in three layers:
Input Layer
Information from the outside world enters the artificial neural network from the input layer. Input nodes process the data, analyze or categorize it, and pass it on to the next layer.
Hidden Layer
Hidden layers take their input from the input layer or other hidden layers. Artificial neural networks can have a large number of hidden layers. Each hidden layer analyzes the output from the previous layer, processes it further, and passes it on to the next layer.
Output Layer
EPOCS CONCEPT
SOFTMAX ACTIVATION FUNCTION
CREATING OWN CUSTOM CHATGPT MODEL
PREPARING DATASET -
领英推荐
SETTING THE REQUIRED PARAMETERS TO GET STARTED -
A OpenAI_API_key will be required to make connection with our account of OPENAI website and once, this is done we are good to proceed with fine tuning and creating the custom model generation.
TRAINING THE CUSTOM CHATBOT
The generation of Custom Chatbot will utilze the functioning of neural network (explained above) and more no of epocs will lead to the better results.
START USING THE GENERATED CUSTOM MODEL FOR PROMPT -
Once the fine-tuned model gets created, it is ready to use for prompt completion via CLI or GUI either.
Below are the snippets -
DALL-C FEATURE OF OPANAI
DALL·E 2 is a new AI system that can create realistic images and art from a description in natural language
Dall-c feature of OPENAI tool allows to generate the images using the AI concepts at backend.
Example -
THANK YOU FOR READING THE ARTICLE!!!!
Self Employed at Gupta & Brother's
2 年Very nice ??