cstr commited on
Commit
7c4a81f
·
verified ·
1 Parent(s): 576b1ab

docs: add provenance / EU AI Act Art. 53 note

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -66,3 +66,11 @@ text = ocr.recognize("sign.png")
66
  - Paper: [Scene Text Recognition with Permuted Autoregressive Sequence Models](https://arxiv.org/abs/2207.06966) (ECCV 2022)
67
  - Code: [baudm/parseq](https://github.com/baudm/parseq) (Apache-2.0)
68
  - Converted with `models/convert-parseq-to-gguf.py` from CrispEmbed
 
 
 
 
 
 
 
 
 
66
  - Paper: [Scene Text Recognition with Permuted Autoregressive Sequence Models](https://arxiv.org/abs/2207.06966) (ECCV 2022)
67
  - Code: [baudm/parseq](https://github.com/baudm/parseq) (Apache-2.0)
68
  - Converted with `models/convert-parseq-to-gguf.py` from CrispEmbed
69
+
70
+ ## Provenance and EU AI Act Art. 53 note
71
+
72
+ - **Upstream model:** [baudm/parseq](https://github.com/baudm/parseq).
73
+ - **Upstream licence:** `apache-2.0`. This repository redistributes under the same terms; it grants no rights the upstream licence does not.
74
+ - **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.
75
+ - **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.
76
+ - **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.