chatbot wit GPT Flashcards
text complition
fine-tuning
temperature=0.2 restrictive
temperature=1 free (crazy)
=============================
chat completions
first => systen
second => user
third => assistant
max_tokens = 50,
temperature = 1, #crazy =1 free
top_p = 1, # it can have 100%
n = 2 #number of answers
fine tuning (fain tunin)
taking an existing model and fine-tuning it with additional data or for a specific task to improve its performance in that particular task. “Fine tuning” is useful when you want to adapt a pre-trained model to a specific task rather than training a model from scratch.
{“role”:”system”,
“content”:”Eres un asistente”},
{“role”:”user”,
“content”: “Quién ganó el mundial de fútbol “},
{“role”:”assistant”,
“content”: “El mundial de 2022 lo ganó Argentina “},
}
fine tuning:
train // test