cstr commited on
Commit
46bb1ab
·
verified ·
1 Parent(s): 9b90fd2

docs: correct licence metadata to match upstream terms

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
- license: apache-2.0
 
3
  tags:
4
  - ocr
5
  - vlm
@@ -45,3 +46,15 @@ text = ocr.recognize("document.png")
45
  ## License
46
 
47
  Apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ license_name: glm-4
4
  tags:
5
  - ocr
6
  - vlm
 
46
  ## License
47
 
48
  Apache-2.0
49
+
50
+ ## Licence — GLM-4 Model Licence, not Apache-2.0 (corrected 2026-08-02)
51
+
52
+ This repository declared `license: apache-2.0`. The upstream checkpoint
53
+ [`THUDM/glm-edge-v-2b`](https://huggingface.co/THUDM/glm-edge-v-2b) is released
54
+ under the **GLM-4 Model Licence**, which is not Apache-2.0 and carries use
55
+ restrictions Apache-2.0 does not. Converting the weights to GGUF changes their
56
+ numeric representation, not their licence, so declaring Apache-2.0 here granted
57
+ rights the upstream never granted.
58
+
59
+ Consult the upstream licence before using these weights; the terms that govern
60
+ them are THUDM's, not this repository's.