Skip to content

Commit

Permalink
Minor Fix - Corrected Title Tags
Browse files Browse the repository at this point in the history
Changes the titles to Input, Model and Output
  • Loading branch information
kevinscaria committed Nov 18, 2023
1 parent ff09262 commit 29717d1
Showing 1 changed file with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,15 @@
"id": "d65c3967-2a28-4dc3-9158-fbfc4684dbaa",
"metadata": {},
"source": [
"## Installations and Imports"
"## Input"
]
},
{
"cell_type": "markdown",
"id": "ba7aa84f-f166-4b45-98c3-8e5fc9bbe144",
"metadata": {},
"source": [
"### Installations and Imports"
]
},
{
Expand Down Expand Up @@ -147,6 +155,14 @@
"API_TOKEN = naas.secret.get(\"INFERENCE_API\")"
]
},
{
"cell_type": "markdown",
"id": "8ef6851a-95f9-4da8-855f-b27ec4a30f5d",
"metadata": {},
"source": [
"## Model"
]
},
{
"cell_type": "code",
"execution_count": 42,
Expand Down Expand Up @@ -181,8 +197,14 @@
"id": "8c3ceb80-fbf9-4de1-97d6-303e04394414",
"metadata": {},
"source": [
"## NER/ABSA Tasks\n",
"\n",
"## Output"
]
},
{
"cell_type": "markdown",
"id": "1a1e7df8-a8d7-4003-a8ae-bd09c33f90d6",
"metadata": {},
"source": [
"Find the appropriate model id from huggingface [models](https://huggingface.co/models) and replace the model in the `MODEL` variable"
]
},
Expand Down

0 comments on commit 29717d1

Please sign in to comment.