diff --git a/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama.ipynb b/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama.ipynb index f54e04354d..a8919ee5e0 100644 --- a/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama.ipynb +++ b/sdk/python/foundation-models/system/finetune/Llama-notebooks/text-classification/emotion-detection-llama.ipynb @@ -87,9 +87,9 @@ "except:\n", " workspace_ml_client = MLClient(\n", " credential,\n", - " subscription_id=\"ed2cab61-14cc-4fb3-ac23-d72609214cfd\",\n", - " resource_group_name=\"training_rg\",\n", - " workspace_name=\"train-finetune-dev-workspace\",\n", + " subscription_id=\"\",\n", + " resource_group_name=\"\",\n", + " workspace_name=\"\",\n", " )\n", "\n", "# the models, fine tuning pipelines and environments are available in the AzureML system registry, \"azureml\"\n",