Upload ./ztc_manifest.json with huggingface_hub
Browse files- ztc_manifest.json +31 -0
ztc_manifest.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_key": "5fd38cc2482c455c8ce6bef229d25a03",
|
| 3 |
+
"repo_id": "why-arong/dfd",
|
| 4 |
+
"artifacts": [
|
| 5 |
+
{
|
| 6 |
+
"hardware": "QTI",
|
| 7 |
+
"path": "dfd_qti.ztc",
|
| 8 |
+
"checksum": "71eee52cb120fc7e3ff468fdbcf4a31b"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"hardware": "Google",
|
| 12 |
+
"path": "dfd_google.ztc",
|
| 13 |
+
"checksum": "062e3ae6b058c6340ae06da3eddc5b5e"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"hardware": "Mediatek",
|
| 17 |
+
"path": "dfd_mediatek.ztc",
|
| 18 |
+
"checksum": "63cb45f272d890c8b1ee38e5f07192be"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"hardware": "apple",
|
| 22 |
+
"path": "dfd_apple.ztc",
|
| 23 |
+
"checksum": "e9a69108b9430879107c604e143ebd10"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"hardware": "default",
|
| 27 |
+
"path": "dfd_default.ztc",
|
| 28 |
+
"checksum": "fe1ff777f49dff2535a866891fe54e74"
|
| 29 |
+
}
|
| 30 |
+
]
|
| 31 |
+
}
|