drawais commited on
Commit
9be0877
·
verified ·
1 Parent(s): 440c8e1

Strengthen license attribution

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -44,10 +44,13 @@ print(llm.generate(["Hello!"], SamplingParams(max_tokens=128))[0].outputs[0].tex
44
 
45
  ~2.7 GB on disk. Recommended VRAM: enough headroom for KV cache.
46
 
47
- ## License
48
 
49
- This artifact follows the license of the base model: **apache-2.0**. See [`LICENSE`](LICENSE) for terms.
 
50
 
51
- ## Acknowledgements
 
52
 
53
- Source model © its respective authors.
 
 
44
 
45
  ~2.7 GB on disk. Recommended VRAM: enough headroom for KV cache.
46
 
47
+ ## License & attribution
48
 
49
+ This artifact is a derivative work of [`Qwen/Qwen3-Reranker-4B`](https://huggingface.co/Qwen/Qwen3-Reranker-4B),
50
+ released by its original authors under the **Apache License, Version 2.0**.
51
 
52
+ This artifact is distributed under the same license. The full license text is
53
+ included in [`LICENSE`](LICENSE), and required attribution is in [`NOTICE`](NOTICE).
54
 
55
+ License text: https://www.apache.org/licenses/LICENSE-2.0
56
+ Source model: https://huggingface.co/Qwen/Qwen3-Reranker-4B