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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,13 @@
33
33
"# Model Chat Evaluation Project Setup\n",
34
34
"\n",
35
35
"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",
37
37
"\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",
39
39
"\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",
41
41
"\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`."
0 commit comments