ppak10 commited on
Commit
68fc8ba
·
1 Parent(s): 58558c8

Updates inference to use correct model.

Browse files
Files changed (1) hide show
  1. model/notebooks/inference.ipynb +2 -2
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
- "# model = T5ClassificationModel(repo_id)"
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
  {