chatbot wit GPT Flashcards

1
Q

text complition

fine-tuning

temperature=0.2 restrictive
temperature=1 free (crazy)

=============================

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

chat completions

first => systen
second => user
third => assistant

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

max_tokens = 50,
temperature = 1, #crazy =1 free
top_p = 1, # it can have 100%
n = 2 #number of answers

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A

{“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 “},
}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

fine tuning:
train // test

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly