docs: add provenance / EU AI Act Art. 53 note
Browse files
README.md
CHANGED
|
@@ -44,3 +44,11 @@ print(f"{text} (confidence: {conf:.2f})")
|
|
| 44 |
|
| 45 |
- Original: [LightOn/LightOnOCR-2-1B](https://huggingface.co/LightOn/LightOnOCR-2-1B)
|
| 46 |
- Converted with CrispEmbed `convert-lightonocr-to-gguf.py`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
- Original: [LightOn/LightOnOCR-2-1B](https://huggingface.co/LightOn/LightOnOCR-2-1B)
|
| 46 |
- Converted with CrispEmbed `convert-lightonocr-to-gguf.py`
|
| 47 |
+
|
| 48 |
+
## Provenance and EU AI Act Art. 53 note
|
| 49 |
+
|
| 50 |
+
- **Upstream model:** [LightOn/LightOnOCR-2-1B](https://huggingface.co/LightOn/LightOnOCR-2-1B).
|
| 51 |
+
- **Upstream licence:** `apache-2.0`. This repository redistributes under the same terms; it grants no rights the upstream licence does not.
|
| 52 |
+
- **What was done here:** format conversion and/or quantisation only (GGUF). 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.
|
| 53 |
+
- **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.
|
| 54 |
+
- **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.
|