cstr commited on
Commit
340cc47
·
verified ·
1 Parent(s): c0e5124

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

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -57,3 +57,11 @@ Auto-detected as BERT NER (vs GLiNER zero-shot) from `ner.classifier.weight` in
57
  ## Parity
58
 
59
  Encoder output: cos_min=0.999971 vs HuggingFace transformers (F32).
 
 
 
 
 
 
 
 
 
57
  ## Parity
58
 
59
  Encoder output: cos_min=0.999971 vs HuggingFace transformers (F32).
60
+
61
+ ## Provenance and EU AI Act Art. 53 note
62
+
63
+ - **Upstream model:** [dslim/bert-base-NER](https://huggingface.co/dslim/bert-base-NER) — published by `dslim`.
64
+ - **Upstream licence:** `mit`. This repository redistributes under the same terms; it grants no rights the upstream licence does not.
65
+ - **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.
66
+ - **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.
67
+ - **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.