Minimize public model card details
Browse files
README.md
CHANGED
|
@@ -1,55 +1,32 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
library_name: coreml
|
| 4 |
-
pipeline_tag: feature-extraction
|
| 5 |
inference: false
|
| 6 |
tags:
|
| 7 |
-
- coreml
|
| 8 |
-
- apple-silicon
|
| 9 |
-
- macos
|
| 10 |
-
- on-device
|
| 11 |
-
- text-embeddings
|
| 12 |
- doppel
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# Doppel
|
| 16 |
|
| 17 |
-
This repository
|
| 18 |
-
|
| 19 |
-
[`jinaai/jina-embeddings-v2-small-en`](https://huggingface.co/jinaai/jina-embeddings-v2-small-en).
|
| 20 |
-
It supports Doppel's private, on-device search index.
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
-
|
| 25 |
-
Doppel on Apple-silicon Macs running macOS 15 or later. Indexed content and
|
| 26 |
-
generated embeddings remain on the user's device.
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
normalization, indexing, retrieval, or compatibility logic. Results produced
|
| 31 |
-
outside that contract are not supported or comparable to Doppel search. For
|
| 32 |
-
general-purpose use, start with the upstream model.
|
| 33 |
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
Doppel's bounded runtime shapes. `jina_coreml_manifest.json` is the
|
| 38 |
-
authoritative artifact inventory and records the integrity hashes checked by
|
| 39 |
-
the app.
|
| 40 |
-
|
| 41 |
-
The repository contains no user documents, embeddings, search indexes,
|
| 42 |
-
queries, prompts, telemetry, or other customer data.
|
| 43 |
-
|
| 44 |
-
## Limitations
|
| 45 |
-
|
| 46 |
-
Embedding similarity is not a factuality, authorization, or safety signal.
|
| 47 |
-
Retrieval quality varies with language, document structure, terminology, and
|
| 48 |
-
the surrounding search pipeline.
|
| 49 |
-
|
| 50 |
-
## License and attribution
|
| 51 |
-
|
| 52 |
-
The upstream model is provided under the
|
| 53 |
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
| 54 |
-
|
| 55 |
-
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 |
+
[`jinaai/jina-embeddings-v2-small-en`](https://huggingface.co/jinaai/jina-embeddings-v2-small-en),
|
| 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>
|