Inference working with cli text, csv text, just need to add timings and I am done

This commit is contained in:
2026-04-01 01:28:14 +01:00
parent 1e8ea39287
commit 82e6277cc1
3 changed files with 63 additions and 40 deletions

View File

@@ -217,12 +217,12 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": null,
"id": "0b1c7f73",
"metadata": {},
"outputs": [],
"source": [
"df = df[['review_description']].reset_index(drop=True)"
"df = df[['review_description']].reset_index(drop=True)\n"
]
},
{