Updates inference to use correct model.
Browse files
model/notebooks/inference.ipynb
CHANGED
|
@@ -51,10 +51,10 @@
|
|
| 51 |
"repo_id = \"ppak10/defect-classification-t5-prompt-02-epochs\"\n",
|
| 52 |
"\n",
|
| 53 |
"# Initialize the model\n",
|
| 54 |
-
"model = DistilBertClassificationModel(repo_id)\n",
|
| 55 |
"# model = SciBertClassificationModel(repo_id)\n",
|
| 56 |
"# model = LlamaClassificationModel()\n",
|
| 57 |
-
"
|
| 58 |
]
|
| 59 |
},
|
| 60 |
{
|
|
|
|
| 51 |
"repo_id = \"ppak10/defect-classification-t5-prompt-02-epochs\"\n",
|
| 52 |
"\n",
|
| 53 |
"# Initialize the model\n",
|
| 54 |
+
"# model = DistilBertClassificationModel(repo_id)\n",
|
| 55 |
"# model = SciBertClassificationModel(repo_id)\n",
|
| 56 |
"# model = LlamaClassificationModel()\n",
|
| 57 |
+
"model = T5ClassificationModel(repo_id)"
|
| 58 |
]
|
| 59 |
},
|
| 60 |
{
|