tgetsov commited on
Commit
c77fea8
·
verified ·
1 Parent(s): 9eddc41

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -269,8 +269,49 @@ 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
  ## Citation
273
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274
  ```bibtex
275
  @software{marvy_14b_2026,
276
  title = {marvy-1-14B: A ServiceNow delivery lifecycle fine-tune of Qwen2.5-14B-Instruct},
 
269
 
270
  This model is a derivative of **Qwen2.5-14B-Instruct** (Apache-2.0). See `NOTICE` for attribution.
271
 
272
+ ## Attribution
273
+
274
+ `marvy-1-14B` is free to use, fine-tune, and redistribute under Apache-2.0.
275
+ **If you use marvy-1-14B as a baseline, fine-tune it, distill from it, evaluate
276
+ against it, or otherwise build on it, please credit MainStack** and link back to
277
+ this model:
278
+
279
+ > Built on / evaluated against **marvy-1-14B** by **MainStack** —
280
+ > https://huggingface.co/MainStack/marvy-1-14B
281
+
282
+ Concretely, we ask that derivatives and comparisons:
283
+
284
+ - keep the `NOTICE` file intact (this is **required** by Apache-2.0 §4),
285
+ - name `MainStack/marvy-1-14B` in the model card, paper, or README, and
286
+ - cite the entry below.
287
+
288
+ Per Apache-2.0, you must also continue to attribute the upstream base model
289
+ (Qwen2.5-14B-Instruct) — see `NOTICE`.
290
+
291
  ## Citation
292
 
293
+ If you use marvy-1-14B (as a baseline, a starting point, or in evaluation),
294
+ please cite:
295
+
296
+ ```bibtex
297
+ @software{marvy_1_14b_2026,
298
+ title = {marvy-1-14B: An open fine-tuned model for the full ServiceNow delivery lifecycle},
299
+ author = {MainStack},
300
+ year = {2026},
301
+ publisher = {Hugging Face},
302
+ url = {https://huggingface.co/MainStack/marvy-1-14B},
303
+ note = {Fine-tune of Qwen2.5-14B-Instruct},
304
+ license = {Apache-2.0}
305
+ }
306
+
307
+ @misc{qwen2.5,
308
+ title = {Qwen2.5: A Party of Foundation Models},
309
+ author = {Qwen Team},
310
+ year = {2024},
311
+ url = {https://qwenlm.github.io/blog/qwen2.5/}
312
+ }
313
+ ```
314
+
315
  ```bibtex
316
  @software{marvy_14b_2026,
317
  title = {marvy-1-14B: A ServiceNow delivery lifecycle fine-tune of Qwen2.5-14B-Instruct},