Strengthen license attribution
Browse files
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
|
|
|
|
| 50 |
|
| 51 |
-
|
|
|
|
| 52 |
|
| 53 |
-
|
|
|
|
|
|
| 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
|