Skip to content

Commit 6c2c9d9

Browse files
authored
Typos
1 parent 6fe0147 commit 6c2c9d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/project_configuration/model_chat_evaluation_project.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"metadata": {},
133133
"source": [
134134
"### 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",
136136
"\n",
137137
"__Setting up different models that you are evaluating can only be done inside the Labelbox platform__\n",
138138
"\n",
@@ -143,13 +143,13 @@
143143
"\n",
144144
" - `name`: The name of your new project.\n",
145145
"\n",
146-
" - `description`: Optional description of your project.\n",
146+
" - `description`: An optional description of your project.\n",
147147
"\n",
148148
" - `media_type`: The type of assets that this project will accept. This should be set to lb.MediaType.Conversational\n",
149149
"\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",
151151
"\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",
153153
"\n",
154154
" - `data_row_count`: The number of data row assets that will be generated and used with your project.\n"
155155
],
@@ -166,7 +166,7 @@
166166
"metadata": {},
167167
"source": [
168168
"## 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."
170170
],
171171
"cell_type": "markdown"
172172
},
@@ -194,4 +194,4 @@
194194
"execution_count": null
195195
}
196196
]
197-
}
197+
}

0 commit comments

Comments
 (0)