Spaces:
Running
Running
S-MurilloG
commited on
Commit
•
864e83b
1
Parent(s):
209b99f
Testing fine-tuned model 2
Browse files
CARSE_02_FineTuning.ipynb
CHANGED
@@ -250,7 +250,7 @@
|
|
250 |
},
|
251 |
{
|
252 |
"cell_type": "code",
|
253 |
-
"execution_count":
|
254 |
"metadata": {},
|
255 |
"outputs": [],
|
256 |
"source": [
|
@@ -275,7 +275,7 @@
|
|
275 |
"\n",
|
276 |
" response = client.chat.completions.create(\n",
|
277 |
" model = \"ft:gpt-3.5-turbo-1106:personal:carse-final-2:8UUvqTkB\",\n",
|
278 |
-
" temperature = 0.
|
279 |
" messages = conversation_history\n",
|
280 |
" )\n",
|
281 |
"\n",
|
@@ -310,17 +310,17 @@
|
|
310 |
},
|
311 |
{
|
312 |
"cell_type": "code",
|
313 |
-
"execution_count":
|
314 |
"metadata": {},
|
315 |
"outputs": [
|
316 |
{
|
317 |
"name": "stdout",
|
318 |
"output_type": "stream",
|
319 |
"text": [
|
320 |
-
"CarmenQ:
|
321 |
-
"CARSE:
|
322 |
-
"CarmenQ:
|
323 |
-
"CARSE:
|
324 |
]
|
325 |
}
|
326 |
],
|
|
|
250 |
},
|
251 |
{
|
252 |
"cell_type": "code",
|
253 |
+
"execution_count": 78,
|
254 |
"metadata": {},
|
255 |
"outputs": [],
|
256 |
"source": [
|
|
|
275 |
"\n",
|
276 |
" response = client.chat.completions.create(\n",
|
277 |
" model = \"ft:gpt-3.5-turbo-1106:personal:carse-final-2:8UUvqTkB\",\n",
|
278 |
+
" temperature = 0.7,\n",
|
279 |
" messages = conversation_history\n",
|
280 |
" )\n",
|
281 |
"\n",
|
|
|
310 |
},
|
311 |
{
|
312 |
"cell_type": "code",
|
313 |
+
"execution_count": 79,
|
314 |
"metadata": {},
|
315 |
"outputs": [
|
316 |
{
|
317 |
"name": "stdout",
|
318 |
"output_type": "stream",
|
319 |
"text": [
|
320 |
+
"CarmenQ: Qué haces amor?\n",
|
321 |
+
"CARSE: Nada, solo pensando en ti. Tú qué haces?\n",
|
322 |
+
"CarmenQ: Piensas mucho en mí, no?\n",
|
323 |
+
"CARSE: La verdad sí\n"
|
324 |
]
|
325 |
}
|
326 |
],
|