Skip to content

Commit

Permalink
Review suggestions added
Browse files Browse the repository at this point in the history
  • Loading branch information
SurajBaloni committed Apr 15, 2024
1 parent 7d36ca1 commit 17937ad
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Before performing text classification and entity extraction tasks using the mistral model backbone, you'll need to install it. Follow these steps to download and install the Mistral model backbone:\n",
"Follow these steps to download and install the Mistral model backbone:\n",
"\n",
"1. Download the <a href=\"https://esri.maps.arcgis.com/home/item.html?id=969d2fc57c834295af1a4a42cfd51f68\">mistral model backbone</a>.\n",
"\n",
Expand Down Expand Up @@ -227,7 +227,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"You can create a <code>TextClassifier</code> model with mistral backbone without a large dataset and by using only a few examples."
"A <code>TextClassifier</code> model with mistral backbone can also be created without a large dataset and by using only a few examples."
]
},
{
Expand Down Expand Up @@ -310,7 +310,7 @@
"metadata": {},
"outputs": [],
"source": [
"classifier_model.from_model(r'path_to_emd_file')"
"classifier_model.from_model(r'path_to_dlpk_file')"
]
},
{
Expand Down Expand Up @@ -425,7 +425,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"You can create a <code>EntityRecognizer</code> model with mistral backbone without a large dataset and by using only a few examples."
"An <code>EntityRecognizer</code> model with mistral backbone cna also be created without a large dataset and by using only a few examples."
]
},
{
Expand Down

0 comments on commit 17937ad

Please sign in to comment.