GGUF
llm
conversational
cstr commited on
Commit
2bbb857
·
verified ·
1 Parent(s): 6ef6ecf

docs: inherit licence cc-by-sa-4.0 from base model

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: llama2
3
  tags:
4
  - gguf
5
  - llm
@@ -25,3 +25,11 @@ Compatible with [llama.cpp](https://github.com/ggml-org/llama.cpp) and other GGU
25
  - **Licence:** `llama2`, inherited through the base model from the models it was built from.
26
  - **Training data:** none was used, added or selected at this conversion step. The base model's card lists the models it was built from; their training content is documented — where it is documented at all — by their respective providers.
27
  - **Provider status:** under Regulation (EU) 2024/1689 this repository makes no provider claim for the *conversion step*. Any provider obligations attaching to the model itself — including Art. 53(1)(c) copyright policy and Art. 53(1)(d) training-content summary — attach at [cstr/Spaetzle-v12-7b](https://huggingface.co/cstr/Spaetzle-v12-7b), not here.
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-sa-4.0
3
  tags:
4
  - gguf
5
  - llm
 
25
  - **Licence:** `llama2`, inherited through the base model from the models it was built from.
26
  - **Training data:** none was used, added or selected at this conversion step. The base model's card lists the models it was built from; their training content is documented — where it is documented at all — by their respective providers.
27
  - **Provider status:** under Regulation (EU) 2024/1689 this repository makes no provider claim for the *conversion step*. Any provider obligations attaching to the model itself — including Art. 53(1)(c) copyright policy and Art. 53(1)(d) training-content summary — attach at [cstr/Spaetzle-v12-7b](https://huggingface.co/cstr/Spaetzle-v12-7b), not here.
28
+
29
+ **Licence — corrected 2026-08-02.** `cc-by-sa-4.0`, inherited from
30
+ [`cstr/Spaetzle-v12-7b`](https://huggingface.co/cstr/Spaetzle-v12-7b), which contains `ResplendentAI/Flora_DPO_7B` (CC-BY-SA-4.0). This card previously declared `llama2`, which is doubly wrong: the base is a Mistral merge, not a Llama one.
31
+
32
+ Quantisation changes the numeric representation of the weights, not their
33
+ terms. The base model's licence was itself resolved on 2026-08-02 by reading the
34
+ mergekit configuration in its card and taking the most restrictive constituent
35
+ licence; this file inherits the result.