Skip to content

Commit

Permalink
feat: model added
Browse files Browse the repository at this point in the history
  • Loading branch information
AE-Hertz authored Nov 5, 2024
1 parent 1a90dc1 commit 69c01b3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Neural Networks/Zero-Shot Classification/onnx/model.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# MODEL IMPORT ONNX "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"import kagglehub\n",
"\n",
"# Download latest version\n",
"path = kagglehub.model_download(\"tedlord/onnx/onnx/default\")\n",
"\n",
"print(\"Path to model files:\", path)"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 69c01b3

Please sign in to comment.