Upload folder using huggingface_hub
Browse files- ritual_manifest.json +32 -2
ritual_manifest.json
CHANGED
@@ -1,9 +1,39 @@
|
|
1 |
{
|
2 |
"files": [
|
|
|
|
|
|
|
3 |
"california_housing.torch"
|
4 |
],
|
5 |
"metadata": {
|
6 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
},
|
8 |
-
"artifact_type": "ModelArtifact"
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|
|
|
1 |
{
|
2 |
"files": [
|
3 |
+
"README.md",
|
4 |
+
".gitattributes",
|
5 |
+
"ritual_manifest.json",
|
6 |
"california_housing.torch"
|
7 |
],
|
8 |
"metadata": {
|
9 |
+
"iris.onnx": {
|
10 |
+
"id": "huggingface/Ritual-Net/california-housing:iris.onnx",
|
11 |
+
"cpu_cores": 1,
|
12 |
+
"memory_requirements": 1,
|
13 |
+
"max_position_embeddings": null,
|
14 |
+
"quantization_type": null,
|
15 |
+
"inference_engine": null,
|
16 |
+
"inference_engine_hash": null,
|
17 |
+
"cuda_capability": null,
|
18 |
+
"cuda_version": null
|
19 |
+
},
|
20 |
+
"iris.torch": {
|
21 |
+
"id": "huggingface/Ritual-Net/california-housing:iris.torch",
|
22 |
+
"cpu_cores": 1,
|
23 |
+
"memory_requirements": 1,
|
24 |
+
"max_position_embeddings": null,
|
25 |
+
"quantization_type": null,
|
26 |
+
"inference_engine": null,
|
27 |
+
"inference_engine_hash": null,
|
28 |
+
"cuda_capability": null,
|
29 |
+
"cuda_version": null
|
30 |
+
}
|
31 |
},
|
32 |
+
"artifact_type": "ModelArtifact",
|
33 |
+
"file_hashes": {
|
34 |
+
"README.md": "3e0e15fa0c5cc81675bd69af8eb469d128a725c1a7bfc71f03b7877b7b650567",
|
35 |
+
".gitattributes": "11ad7efa24975ee4b0c3c3a38ed18737f0658a5f75a0a96787b576a78a023361",
|
36 |
+
"ritual_manifest.json": "343bfba440fae0eda5dd1d356e09f0fa87119551f1259ed3d7209fcd549cabe3",
|
37 |
+
"california_housing.torch": "75fb77de0adb7d73abb71c4ed91ec1a0f99ad11ec28ba4fd4bc18ec39938f270"
|
38 |
+
}
|
39 |
}
|