docs: add provenance / EU AI Act Art. 53 note
Browse files
README.md
CHANGED
|
@@ -33,3 +33,11 @@ GGUF conversion of the **encoder** from [`XiaomiMiMo/MiMo-Audio-Tokenizer`](http
|
|
| 33 |
|
| 34 |
- Only the encoder is included (waveform → RVQ tokens). Decoder/vocoder (TTS reconstruction) excluded.
|
| 35 |
- Used as the first stage of MiMo-V2.5-ASR pipeline (tokenizer → LLM)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
- Only the encoder is included (waveform → RVQ tokens). Decoder/vocoder (TTS reconstruction) excluded.
|
| 35 |
- Used as the first stage of MiMo-V2.5-ASR pipeline (tokenizer → LLM)
|
| 36 |
+
|
| 37 |
+
## Provenance and EU AI Act Art. 53 note
|
| 38 |
+
|
| 39 |
+
- **Upstream model:** [XiaomiMiMo/MiMo-Audio-Tokenizer](https://huggingface.co/XiaomiMiMo/MiMo-Audio-Tokenizer) — published by `XiaomiMiMo`.
|
| 40 |
+
- **Upstream licence:** `mit`. This repository redistributes under the same terms; it grants no rights the upstream licence does not.
|
| 41 |
+
- **What was done here:** format conversion and/or quantisation only (GGUF/GGML). No training, no fine-tuning, no merging, no distillation, no change to architecture, vocabulary or capability. Only the numeric representation of the upstream weights differs.
|
| 42 |
+
- **Training data:** documented — where it is documented at all — by the upstream provider; see the upstream model card. No training data was used, added or selected by this repository.
|
| 43 |
+
- **Provider status:** under Regulation (EU) 2024/1689 the upstream authors remain the provider of this model. Converting the serialisation format does not make this repository the provider of a new general-purpose AI model, and no such claim is made. Questions about training content, copyright policy or model capability belong upstream.
|