arshan-ritual
commited on
Upload folder using huggingface_hub
Browse files- .gitignore +2 -0
- iris.onnx +3 -0
- iris.torch +0 -0
- ritual_manifest.json +26 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
!iris.onnx
|
2 |
+
!iris.torch
|
iris.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fd989c146a9ae157f3c7844378c9c0250ba395a0e50890bf6d6b26638a7136e
|
3 |
+
size 12631
|
iris.torch
ADDED
Binary file (15.4 kB). View file
|
|
ritual_manifest.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"files": [
|
3 |
+
"iris.onnx",
|
4 |
+
"iris.torch",
|
5 |
+
".gitignore"
|
6 |
+
],
|
7 |
+
"metadata": {
|
8 |
+
"iris.onnx": {
|
9 |
+
"id": "huggingface/Ritual-Net/iris-classification-02:iris.onnx",
|
10 |
+
"cpu_cores": 1,
|
11 |
+
"memory_requirements": 524288000,
|
12 |
+
"max_position_embeddings": null,
|
13 |
+
"quantization_type": null,
|
14 |
+
"inference_engine": null,
|
15 |
+
"inference_engine_hash": null,
|
16 |
+
"cuda_capability": null,
|
17 |
+
"cuda_version": null
|
18 |
+
}
|
19 |
+
},
|
20 |
+
"artifact_type": "ModelArtifact",
|
21 |
+
"file_hashes": {
|
22 |
+
"iris.onnx": "2fd989c146a9ae157f3c7844378c9c0250ba395a0e50890bf6d6b26638a7136e",
|
23 |
+
"iris.torch": "d165a37fb990cff3d6696d222124fc64d96d5a6b24de510e370a3a6c4e87fb48",
|
24 |
+
".gitignore": "c0c482d1ef09d89e44857ad01f8b6cf0e30a49d4f89de0e5f4982b2e0124ab1c"
|
25 |
+
}
|
26 |
+
}
|