Update manifest.json
Browse files- manifest.json +22 -0
manifest.json
CHANGED
|
@@ -92,6 +92,28 @@
|
|
| 92 |
"url": "https://huggingface.co/second-state/All-MiniLM-L6-v2-Embedding-GGUF/resolve/main/all-MiniLM-L6-v2-ggml-model-f16.gguf",
|
| 93 |
"sizeBytes": 45949216,
|
| 94 |
"sha256": "797b70c4edf85907fe0a49eb85811256f65fa0f7bf52166b147fd16be2be4662"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
}
|
| 96 |
]
|
| 97 |
}
|
|
|
|
| 92 |
"url": "https://huggingface.co/second-state/All-MiniLM-L6-v2-Embedding-GGUF/resolve/main/all-MiniLM-L6-v2-ggml-model-f16.gguf",
|
| 93 |
"sizeBytes": 45949216,
|
| 94 |
"sha256": "797b70c4edf85907fe0a49eb85811256f65fa0f7bf52166b147fd16be2be4662"
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": "asr-whisper-base",
|
| 98 |
+
"type": "asr",
|
| 99 |
+
"name": "Speech-to-Text — Whisper Base",
|
| 100 |
+
"description": "On-device voice transcription for calls — fully offline, multilingual. Recommended balance of accuracy and speed. Runs on any phone. MIT.",
|
| 101 |
+
"quant": "ggml",
|
| 102 |
+
"minRamMb": 1000,
|
| 103 |
+
"url": "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin",
|
| 104 |
+
"sizeBytes": 147951465,
|
| 105 |
+
"sha256": "60ed5bc3dd14eea856493d334349b405782ddcaf0028d4b5df4088345fba2efe"
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"id": "asr-whisper-tiny",
|
| 109 |
+
"type": "asr",
|
| 110 |
+
"name": "Speech-to-Text — Whisper Tiny",
|
| 111 |
+
"description": "Smallest on-device voice transcription for calls — fully offline, multilingual. Fastest, slightly lower accuracy. Runs on any phone. MIT.",
|
| 112 |
+
"quant": "ggml",
|
| 113 |
+
"minRamMb": 1000,
|
| 114 |
+
"url": "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.bin",
|
| 115 |
+
"sizeBytes": 77691713,
|
| 116 |
+
"sha256": "be07e048e1e599ad46341c8d2a135645097a538221678b7acdd1b1919c6e1b21"
|
| 117 |
}
|
| 118 |
]
|
| 119 |
}
|