Skip to content

Commit f2a34fd

Browse files
authored
Typos
1 parent 41c4644 commit f2a34fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/project_configuration/model_chat_evaluation_project.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@
176176
"\n",
177177
"- `name`: Name of the model config.\n",
178178
"\n",
179-
"- `model_id`: ID of model to configure. You must obtain this through the UI by navigating to the Model tab, selecting the model you are trying to use and coping the id inside the URL. For supported models visit the [Model chat evaluation page](https://docs.labelbox.com/docs/model-chat-evaluation#supported-annotation-types).\n",
179+
"- `model_id`: The ID of the model to configure. You must obtain this through the UI by navigating to the Model tab, selecting the model you are trying to use, and copying the id inside the URL. For supported models, visit the [Model chat evaluation page](https://docs.labelbox.com/docs/model-chat-evaluation#supported-annotation-types).\n",
180180
"\n",
181-
"- `inference_params`: JSON of model configuration parameters. This will vary depending on the model you are trying to set up. It is recommended to first setup a model config inside the UI to learn all the associated parameters.\n",
181+
"- `inference_params`: JSON of model configuration parameters. This will vary depending on the model you are trying to set up. It is recommended to first set up a model config inside the UI to learn all the associated parameters.\n",
182182
"\n",
183183
"For the example below, we will be setting up a Google Gemini 1.5 Pro model config."
184184
],
@@ -195,7 +195,7 @@
195195
"metadata": {},
196196
"source": [
197197
"### Attaching Model Config to Project\n",
198-
"You can attach and remove model configs to your project by using `project.add_model_config` or `project.remove_model_config`. Both methods take just a `model_config` ID."
198+
"You can attach and remove model configs to your project using `project.add_model_config` or `project.remove_model_config`. Both methods take just a `model_config` ID."
199199
],
200200
"cell_type": "markdown"
201201
},
@@ -210,7 +210,7 @@
210210
"metadata": {},
211211
"source": [
212212
"### Delete Model Config\n",
213-
"You can also delete model configs by using the `client.delete_model_config`. You just need to pass in the `model_config` ID in order to delete your model config. You can obtain this ID from your created model config above or get the model configs directly from your project using `project.project_model_configs` and then iterating through the list of model configs attached to your project. Uncomment the code below to delete your model configs. "
213+
"You can also delete model configs using the `client.delete_model_config`. You just need to pass in the `model_config` ID in order to delete your model config. You can obtain this ID from your created model config above or get the model configs directly from your project using `project.project_model_configs` and then iterating through the list of model configs attached to your project. Uncomment the code below to delete your model configs. "
214214
],
215215
"cell_type": "markdown"
216216
},
@@ -260,4 +260,4 @@
260260
"execution_count": null
261261
}
262262
]
263-
}
263+
}

0 commit comments

Comments
 (0)