tgetsov commited on
Commit
c74a850
·
verified ·
1 Parent(s): c3042e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -265,9 +265,17 @@ Reproduce it yourself: `bash benchmark/run_benchmark.sh` (see
265
 
266
  ## License
267
 
268
- Released under the **Apache License 2.0** (see `LICENSE`).
269
 
270
- This model is a derivative of **Qwen2.5-14B-Instruct** (Apache-2.0). See `NOTICE` for attribution.
 
 
 
 
 
 
 
 
271
 
272
  ## Attribution
273
 
 
265
 
266
  ## License
267
 
268
+ marvy-1-14B is **dual-licensed** see [`LICENSING.md`](./LICENSING.md) for the full breakdown:
269
 
270
+ | Component | License |
271
+ |---|---|
272
+ | **Model weights** (safetensors / GGUF / LoRA) | **Apache-2.0** (`LICENSE`) — inherited from the Qwen2.5-14B-Instruct base; free to use, fine-tune, and redistribute, with `NOTICE` retained. |
273
+ | **MainStack contributions** (model cards, docs, benchmark, charts, training methodology) | **CC-BY-4.0** (`LICENSE-CC-BY-4.0`) — reuse requires attribution to MainStack. |
274
+
275
+ The model weights are a derivative of **Qwen2.5-14B-Instruct** (Apache-2.0).
276
+ Per Apache-2.0, the weights cannot be placed under a more restrictive license;
277
+ MainStack's protection is the CC-BY-4.0 license on our own authored materials
278
+ plus the mandatory `NOTICE` retention. See `NOTICE` for attribution.
279
 
280
  ## Attribution
281