Release deployment artifacts from CompressionKit
Browse files- LICENSE-MODEL-WEIGHTS.md +42 -0
- README.md +4 -2
LICENSE-MODEL-WEIGHTS.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ambiq Model Weights License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Ambiq Micro, Inc. All rights reserved.
|
| 4 |
+
|
| 5 |
+
## Terms
|
| 6 |
+
|
| 7 |
+
Permission is hereby granted, free of charge, to any person or entity
|
| 8 |
+
obtaining a copy of the model weights, codebooks, and associated deployment
|
| 9 |
+
artifacts (collectively, the "Model Artifacts") distributed under this
|
| 10 |
+
license, to use, copy, and modify the Model Artifacts solely for the purpose
|
| 11 |
+
of deployment on Ambiq silicon devices (including, but not limited to,
|
| 12 |
+
Apollo-series and future Ambiq SoCs), subject to the following conditions:
|
| 13 |
+
|
| 14 |
+
1. **Ambiq Silicon Restriction.** The Model Artifacts may only be deployed,
|
| 15 |
+
executed, or otherwise used in production on hardware manufactured by or
|
| 16 |
+
for Ambiq Micro, Inc. Research, evaluation, and benchmarking on
|
| 17 |
+
non-Ambiq hardware is permitted for the sole purpose of assessing
|
| 18 |
+
suitability for eventual Ambiq deployment.
|
| 19 |
+
|
| 20 |
+
2. **Redistribution.** Redistribution of the Model Artifacts, in original
|
| 21 |
+
or modified form, is permitted provided that:
|
| 22 |
+
- This license notice is retained in all copies or substantial portions.
|
| 23 |
+
- Any modified versions are clearly marked as such and not misrepresented
|
| 24 |
+
as the original Ambiq-published artifacts.
|
| 25 |
+
|
| 26 |
+
3. **No Warranty.** THE MODEL ARTIFACTS ARE PROVIDED "AS IS", WITHOUT
|
| 27 |
+
WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
| 28 |
+
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
|
| 29 |
+
NONINFRINGEMENT. IN NO EVENT SHALL AMBIQ MICRO, INC. BE LIABLE FOR ANY
|
| 30 |
+
CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE USE OF THE MODEL
|
| 31 |
+
ARTIFACTS.
|
| 32 |
+
|
| 33 |
+
4. **Attribution.** Any public use, publication, or demonstration of results
|
| 34 |
+
obtained using the Model Artifacts must include attribution to
|
| 35 |
+
Ambiq Micro, Inc. and reference the originating HuggingFace repository.
|
| 36 |
+
|
| 37 |
+
## Scope
|
| 38 |
+
|
| 39 |
+
This license applies exclusively to the trained model weights, quantized
|
| 40 |
+
TFLite models, and codebook tables. The compression-kit source code (the
|
| 41 |
+
training framework, scripts, and library) is licensed separately under the
|
| 42 |
+
terms specified in the repository's top-level LICENSE file.
|
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
| 3 |
library_name: compressionkit
|
| 4 |
pipeline_tag: other
|
| 5 |
tags:
|
|
@@ -85,7 +87,7 @@ codec = RVQCodec("path/to/deploy/")
|
|
| 85 |
|
| 86 |
Training data: MESA (NSRR restricted). Sample data uses synthetic physiokit waveforms only — no patient data is redistributed.
|
| 87 |
|
| 88 |
-
Model weights are released under the **
|
| 89 |
|
| 90 |
## Citation
|
| 91 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: ambiq-model-weights-license
|
| 4 |
+
license_link: https://github.com/AmbiqAI/compressionkit/blob/main/LICENSE-MODEL-WEIGHTS.md
|
| 5 |
library_name: compressionkit
|
| 6 |
pipeline_tag: other
|
| 7 |
tags:
|
|
|
|
| 87 |
|
| 88 |
Training data: MESA (NSRR restricted). Sample data uses synthetic physiokit waveforms only — no patient data is redistributed.
|
| 89 |
|
| 90 |
+
Model weights are released under the **Ambiq Model Weights License** — deployment is restricted to Ambiq silicon devices. See `LICENSE-MODEL-WEIGHTS.md` for full terms.
|
| 91 |
|
| 92 |
## Citation
|
| 93 |
|