0

How to Improve power or skill of my GPT gpt?

How to improve its gpt power. It is work with 1800 Dataset.But i want Improve it how. Any one has idea about it??? https://sololearn.com/compiler-playground/W1xy6u9HeM2I/?ref=app

10th Nov 2024, 11:12 PM
Abdun Nur Porag
Abdun Nur Porag - avatar
3 Respostas
+ 5
Use an API so that it could answer every question possible. Even if you have coded an 1800 dataset, it's a stupid idea because a small mistake can make it worthless. The user won’t always type correctly; for example, "Hello" can sometimes be written as "Hwllo," and in that case, your hard-coded dataset won’t be able to do anything. For better and free APIs, go to "RapidAPI."
11th Nov 2024, 6:49 AM
Luo Shenshi
Luo Shenshi - avatar
+ 1
Abdun Nur Porag you can look at mine as an example which has access via api to the internet and can perform conversations https://sololearn.com/compiler-playground/W4m769P15ocz/?ref=app
12th Nov 2024, 1:26 AM
Ethan
Ethan - avatar
0
More data, and perhaps incorporate a more advanced method of determining not just the closest match but the words that should be types --- so that it isn't directly the result of the data. Try a machine learning model, train it on the dataset.
13th Nov 2024, 6:22 AM
Rrestoring faith
Rrestoring faith - avatar