arshan-ritual
commited on
Upload folder using huggingface_hub
Browse files- ritual_manifest.json +36 -3
ritual_manifest.json
CHANGED
@@ -1,10 +1,43 @@
|
|
1 |
{
|
2 |
"files": [
|
3 |
"iris.torch",
|
4 |
-
"iris.onnx"
|
|
|
|
|
|
|
|
|
5 |
],
|
6 |
"metadata": {
|
7 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
},
|
9 |
-
"artifact_type": "ModelArtifact"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
}
|
|
|
1 |
{
|
2 |
"files": [
|
3 |
"iris.torch",
|
4 |
+
"iris.onnx",
|
5 |
+
"README.md",
|
6 |
+
".gitattributes",
|
7 |
+
"manifest.json",
|
8 |
+
"ritual_manifest.json"
|
9 |
],
|
10 |
"metadata": {
|
11 |
+
"iris.onnx": {
|
12 |
+
"id": "huggingface/Ritual-Net/iris-classification:iris.onnx",
|
13 |
+
"cpu_cores": 1,
|
14 |
+
"memory_requirements": 1,
|
15 |
+
"max_position_embeddings": null,
|
16 |
+
"quantization_type": null,
|
17 |
+
"inference_engine": null,
|
18 |
+
"inference_engine_hash": null,
|
19 |
+
"cuda_capability": null,
|
20 |
+
"cuda_version": null
|
21 |
+
},
|
22 |
+
"iris.torch": {
|
23 |
+
"id": "huggingface/Ritual-Net/iris-classification:iris.torch",
|
24 |
+
"cpu_cores": 1,
|
25 |
+
"memory_requirements": 1,
|
26 |
+
"max_position_embeddings": null,
|
27 |
+
"quantization_type": null,
|
28 |
+
"inference_engine": null,
|
29 |
+
"inference_engine_hash": null,
|
30 |
+
"cuda_capability": null,
|
31 |
+
"cuda_version": null
|
32 |
+
}
|
33 |
},
|
34 |
+
"artifact_type": "ModelArtifact",
|
35 |
+
"file_hashes": {
|
36 |
+
"iris.torch": "d165a37fb990cff3d6696d222124fc64d96d5a6b24de510e370a3a6c4e87fb48",
|
37 |
+
"iris.onnx": "2fd989c146a9ae157f3c7844378c9c0250ba395a0e50890bf6d6b26638a7136e",
|
38 |
+
"README.md": "e02a9e3c2f1424cf41e2660450e42ee5a5057c1bcaddb2b727e059c62a65ad05",
|
39 |
+
".gitattributes": "05e1404df8380f4dfd781224e1c6eec24e0f07a8f9988cd9e155a457cba4af31",
|
40 |
+
"manifest.json": "835dcbf217e6480bf3124fcb636504d1a51c15c05ab926f0adae63657c83d2c1",
|
41 |
+
"ritual_manifest.json": "d7879d6db7ee0d76e92fd58fd3f58dcd8e682c0a527afb4d361cb4173cd225f3"
|
42 |
+
}
|
43 |
}
|