You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/project_configuration/model_chat_evaluation_project.ipynb
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@
132
132
"metadata": {},
133
133
"source": [
134
134
"### Set Up Model Chat Evaluation Project\n",
135
-
"You do not have to create data rows with a model evaluation project instead they are generated for you when you create the project. The method you use to create your project is `client.create_model_evaluation_project` which takes the same parameters as the traditional `client.create_project` but with a few specific additional parameters. \n",
135
+
"You do not have to create data rows with a model evaluation project; instead, they are generated for you when you create the project. The method you use to create your project is `client.create_model_evaluation_project`, which takes the same parameters as the traditional `client.create_project` but with a few specific additional parameters. \n",
136
136
"\n",
137
137
"__Setting up different models that you are evaluating can only be done inside the Labelbox platform__\n",
138
138
"\n",
@@ -143,13 +143,13 @@
143
143
"\n",
144
144
" - `name`: The name of your new project.\n",
145
145
"\n",
146
-
" - `description`: Optional description of your project.\n",
146
+
" - `description`: An optional description of your project.\n",
147
147
"\n",
148
148
" - `media_type`: The type of assets that this project will accept. This should be set to lb.MediaType.Conversational\n",
149
149
"\n",
150
-
" - `dataset_name`: The name of the dataset were the data rows that are generated will be located. Include this parameter only needed if wanting to create a new dataset.\n",
150
+
" - `dataset_name`: The name of the dataset where the generated data rows will be located. Include this parameter only needed if wanting to create a new dataset.\n",
151
151
"\n",
152
-
" - `dataset_id`: A dataset ID of an existing Labelbox dataset. Include this parameter if you are wanting to append to an existing MCE dataset.\n",
152
+
" - `dataset_id`: An optional dataset ID of an existing Labelbox dataset. Include this parameter if you are wanting to append to an existing MCE dataset.\n",
153
153
"\n",
154
154
" - `data_row_count`: The number of data row assets that will be generated and used with your project.\n"
155
155
],
@@ -166,7 +166,7 @@
166
166
"metadata": {},
167
167
"source": [
168
168
"## Exporting Model Chat Evaluation Project\n",
169
-
"Exporting from a Model Chat Evaluation project works the same as exporting from other projects. In this example, unless you have created labels inside the Labelbox platform your export will be shown as empty. Please review our [Model Chat Evaluation Export](https://docs.labelbox.com/reference/export-model-chat-evaluation-annotations) guide for a sample export."
169
+
"Exporting from a Model Chat Evaluation project works the same as exporting from other projects. In this example, your export will be shown as empty unless you have created labels inside the Labelbox platform. Please review our [Model Chat Evaluation Export](https://docs.labelbox.com/reference/export-model-chat-evaluation-annotations) guide for a sample export."
0 commit comments