Skip to content

Commit 2e66077

Browse files
authored
Typos
1 parent b2b34bb commit 2e66077

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
@@ -33,13 +33,13 @@
3333
"# Model Chat Evaluation Project Setup\n",
3434
"\n",
3535
"This notebook will provide an example workflow of setting up a Model Chat Evaluation (MCE) Project with the Labelbox-Python SDK.\n",
36-
"Model Chat Evaluation Projects are set up differently then other editors with it's own unique method and modifications to existing methods:\n",
36+
"Model Chat Evaluation Projects are set up differently than other projects with its own unique method and modifications to existing methods:\n",
3737
"\n",
38-
"- `client.create_model_evaluation_project`: Main method used to create a model chat evaluation project\n",
38+
"- `client.create_model_evaluation_project`: The main method used to create a model chat evaluation project\n",
3939
"\n",
40-
"- `client.create_ontology`: Methods used to create Labelbox ontologies for MCE project this requires a `ontology_kind` parameter set to `lb.OntologyKind.ModelEvaluation`\n",
40+
"- `client.create_ontology`: Methods used to create Labelbox ontologies for MCE project this requires an `ontology_kind` parameter set to `lb.OntologyKind.ModelEvaluation`\n",
4141
"\n",
42-
"- `client.create_ontology_from_feature_schemas`: Similar to `client.create_ontology` but from a list of `feature schema ids` which is designed to allow you to use existing features instead of creating new features. This also requires a `ontology_kind` set to `lb.OntologyKind.ModelEvaluation`."
42+
"- `client.create_ontology_from_feature_schemas`: Similar to `client.create_ontology` but from a list of `feature schema ids` designed to allow you to use existing features instead of creating new features. This also requires an `ontology_kind` set to `lb.OntologyKind.ModelEvaluation`."
4343
],
4444
"cell_type": "markdown"
4545
},
@@ -194,4 +194,4 @@
194194
"execution_count": null
195195
}
196196
]
197-
}
197+
}

0 commit comments

Comments
 (0)