Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2025-11-05 01:04:39 - INFO - Notebook execution started.\n"
"2025-11-11 19:28:04 - INFO - Notebook execution started.\n"
]
}
],
Expand Down Expand Up @@ -101,8 +101,8 @@
"output_type": "stream",
"text": [
"Note: you may need to restart the kernel to use updated packages.\n",
"CPU times: user 27.6 ms, sys: 7.98 ms, total: 35.6 ms\n",
"Wall time: 1.45 s\n"
"CPU times: user 173 ms, sys: 31.4 ms, total: 205 ms\n",
"Wall time: 4.75 s\n"
]
}
],
Expand Down Expand Up @@ -283,13 +283,13 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2025/11/05 01:04:48 INFO mlflow.tracking.fluent: Experiment with name 'Summarization_Service' does not exist. Creating a new experiment.\n"
"2025/11/11 19:28:34 INFO mlflow.tracking.fluent: Experiment with name 'Summarization_Service' does not exist. Creating a new experiment.\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4659dbb75ff54aac8d65d97926ac70f5",
"model_id": "9a4485f97f0b46a980bc4bd57eccc4ed",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -303,7 +303,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "01efb80d6a6648889e546cfa5b0450f0",
"model_id": "8adddd13d60d45c7b26c0c7055ed89c0",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -317,7 +317,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "996080307bfa491bbb13fe1907e4af7c",
"model_id": "bafa74954b9b4294922934ac4fb03a72",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -332,17 +332,17 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2025-11-05 01:08:27,267 - INFO - Model and artifacts successfully registered in MLflow.\n",
"2025-11-11 19:36:53,094 - INFO - Model and artifacts successfully registered in MLflow.\n",
"Successfully registered model 'Text_Summarization_Service'.\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Model registered successfully with run ID: 51182439e0ee4c56ab46a49b0e868f5c\n",
"CPU times: user 770 ms, sys: 19.4 s, total: 20.2 s\n",
"Wall time: 3min 39s\n"
"Model registered successfully with run ID: e2c7fcda9a6742df98167adebd8a402e\n",
"CPU times: user 4.24 s, sys: 1min 10s, total: 1min 14s\n",
"Wall time: 8min 19s\n"
]
},
{
Expand Down Expand Up @@ -399,8 +399,8 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2025-11-05 01:08:27 - INFO - ⏱️ Total execution time: 3m 48.55s\n",
"2025-11-05 01:08:27 - INFO - ✅ Notebook execution completed successfully.\n"
"2025-11-11 19:36:54 - INFO - ⏱️ Total execution time: 8m 50.12s\n",
"2025-11-11 19:36:54 - INFO - ✅ Notebook execution completed successfully.\n"
]
}
],
Expand All @@ -421,6 +421,14 @@
"source": [
"Built with ❤️ using [**HP AI Studio**](https://hp.com/ai-studio)."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "9b1d7d38-7654-49fe-97d0-a416b12e57c7",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading