Upload ./ztc_manifest.json with huggingface_hub
Browse files- ztc_manifest.json +26 -0
ztc_manifest.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_key": "23e2b68f105f4699ae24f5b1102ac744",
|
| 3 |
+
"repo_id": "vaibhav-zetic/whisper_base_decoder",
|
| 4 |
+
"artifacts": [
|
| 5 |
+
{
|
| 6 |
+
"hardware": "Google",
|
| 7 |
+
"path": "whisper_base_decoder_google.ztc",
|
| 8 |
+
"checksum": "d41af3c0c2b7f58d15360e29745e9989"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"hardware": "QTI",
|
| 12 |
+
"path": "whisper_base_decoder_qti.ztc",
|
| 13 |
+
"checksum": "58844da179f299254f7fb700938bbdf5"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"hardware": "Samsung",
|
| 17 |
+
"path": "whisper_base_decoder_samsung.ztc",
|
| 18 |
+
"checksum": "58bcfe9bb097ecac0c96d2e573dcf652"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"hardware": "apple",
|
| 22 |
+
"path": "whisper_base_decoder_apple.ztc",
|
| 23 |
+
"checksum": "996b0c91d45c5d910b3fd21766671af4"
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|