Upload folder using huggingface_hub
Browse files- manifest.json +7 -0
manifest.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"files": [
|
| 3 |
+
"iris.onnx",
|
| 4 |
+
"iris.torch"
|
| 5 |
+
],
|
| 6 |
+
"metadata": {}
|
| 7 |
+
}
|