Link the card back to its collection and the request box
Browse files
README.md
CHANGED
|
@@ -84,3 +84,13 @@ button and permission prompt are your app's own chrome.
|
|
| 84 |
let parakeet = try await KitParakeetModel(model: .parakeetTDT)
|
| 85 |
let result = try await parakeet.transcribe(samples: pcm16kMono) // 16 kHz mono Float
|
| 86 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
let parakeet = try await KitParakeetModel(model: .parakeetTDT)
|
| 85 |
let result = try await parakeet.transcribe(samples: pcm16kMono) // 16 kHz mono Float
|
| 86 |
```
|
| 87 |
+
|
| 88 |
+
<!-- funnel:v1 -->
|
| 89 |
+
|
| 90 |
+
---
|
| 91 |
+
|
| 92 |
+
**More models in this format:** [Core AI Model Zoo](https://huggingface.co/collections/mlboydaisuke/core-ai-model-zoo-6a7ff330f753e8dcae04671a) — 75 models, each with the recipe that produced it.
|
| 93 |
+
|
| 94 |
+
**Want a different model on-device?** [Open a request](https://github.com/john-rocky/on-device-requests) — free, open weights only; the export and its measured numbers get published publicly.
|
| 95 |
+
|
| 96 |
+
<!-- /funnel:v1 -->
|