Minimize public model card details
Browse files
README.md
CHANGED
|
@@ -1,54 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
library_name: coreml
|
| 4 |
-
pipeline_tag: automatic-speech-recognition
|
| 5 |
inference: false
|
| 6 |
tags:
|
| 7 |
-
- coreml
|
| 8 |
-
- apple-silicon
|
| 9 |
-
- macos
|
| 10 |
-
- on-device
|
| 11 |
- doppel
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# Doppel
|
| 15 |
|
| 16 |
-
This repository
|
| 17 |
-
|
| 18 |
-
It exists so supported Doppel releases can perform speech recognition on the
|
| 19 |
-
user's Mac.
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
-
|
| 24 |
-
Doppel on Apple-silicon Macs running macOS 15 or later. Inference stays on the
|
| 25 |
-
device.
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
runtime orchestration, output handling, or compatibility logic. It is not
|
| 30 |
-
expected to work with generic Transformers, Core ML sample code, or Hugging
|
| 31 |
-
Face hosted inference. For general-purpose use, start with the upstream model.
|
| 32 |
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
Doppel's fixed runtime contract. `manifest.json` is the authoritative artifact
|
| 37 |
-
inventory and records the integrity hashes checked by the app.
|
| 38 |
-
|
| 39 |
-
The repository contains no user audio, transcripts, prompts, indexes,
|
| 40 |
-
telemetry, or other customer data.
|
| 41 |
-
|
| 42 |
-
## Limitations
|
| 43 |
-
|
| 44 |
-
Speech recognition can be inaccurate, especially with noise, overlapping
|
| 45 |
-
speakers, uncommon names, code switching, or domain-specific language. Doppel
|
| 46 |
-
must not treat a transcript as a verbatim or safety-critical record without
|
| 47 |
-
human review.
|
| 48 |
-
|
| 49 |
-
## License and attribution
|
| 50 |
-
|
| 51 |
-
The upstream model is provided under the
|
| 52 |
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
| 53 |
-
|
| 54 |
-
Doppel
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
inference: false
|
| 4 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
- doppel
|
| 6 |
+
- runtime-artifact
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# Doppel runtime artifact
|
| 10 |
|
| 11 |
+
This repository contains a versioned runtime artifact consumed by compatible
|
| 12 |
+
Doppel releases.
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
It is not a standalone model, SDK, or supported public API. Its format,
|
| 15 |
+
compatibility contract, and behavior are private implementation details and
|
| 16 |
+
may change without notice. No external loading, conversion, integration, or
|
| 17 |
+
evaluation guidance is provided.
|
| 18 |
|
| 19 |
+
The repository contains no customer data.
|
|
|
|
|
|
|
| 20 |
|
| 21 |
+
<details>
|
| 22 |
+
<summary>License and attribution</summary>
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
+
This distribution includes modified material derived from
|
| 25 |
+
[`Qwen/Qwen3-ASR-0.6B-hf`](https://huggingface.co/Qwen/Qwen3-ASR-0.6B-hf),
|
| 26 |
+
provided under the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
| 28 |
+
The source link is provided for attribution and does not define a supported
|
| 29 |
+
Doppel compatibility contract. No warranty or support is provided for use
|
| 30 |
+
outside Doppel.
|
| 31 |
+
|
| 32 |
+
</details>
|