Instructions to use MainStack/marvy-1-14B-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MainStack/marvy-1-14B-lora with PEFT:
Task type is invalid.
- MLX
How to use MainStack/marvy-1-14B-lora with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("MainStack/marvy-1-14B-lora") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- MLX LM
How to use MainStack/marvy-1-14B-lora with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "MainStack/marvy-1-14B-lora" --prompt "Once upon a time"
Upload NOTICE with huggingface_hub
Browse files
NOTICE
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
marvy-14B
|
| 2 |
+
Copyright 2026 MainStack
|
| 3 |
+
|
| 4 |
+
This product is licensed under the Apache License, Version 2.0 (the "License").
|
| 5 |
+
You may obtain a copy of the License in the accompanying LICENSE file or at:
|
| 6 |
+
|
| 7 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 8 |
+
|
| 9 |
+
================================================================================
|
| 10 |
+
Attribution
|
| 11 |
+
================================================================================
|
| 12 |
+
|
| 13 |
+
marvy-14B is a fine-tuned derivative of:
|
| 14 |
+
|
| 15 |
+
Qwen2.5-14B-Instruct
|
| 16 |
+
Copyright Alibaba Cloud / Qwen Team
|
| 17 |
+
Licensed under the Apache License, Version 2.0
|
| 18 |
+
https://huggingface.co/Qwen/Qwen2.5-14B-Instruct
|
| 19 |
+
|
| 20 |
+
The base model weights are the property of their respective authors and are
|
| 21 |
+
used and redistributed in modified (fine-tuned) form under the terms of the
|
| 22 |
+
Apache License, Version 2.0.
|
| 23 |
+
|
| 24 |
+
Citation for the base model:
|
| 25 |
+
|
| 26 |
+
@misc{qwen2.5,
|
| 27 |
+
title = {Qwen2.5: A Party of Foundation Models},
|
| 28 |
+
author = {Qwen Team},
|
| 29 |
+
year = {2024},
|
| 30 |
+
url = {https://qwenlm.github.io/blog/qwen2.5/}
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
@article{qwen2,
|
| 34 |
+
title = {Qwen2 Technical Report},
|
| 35 |
+
author = {Qwen Team},
|
| 36 |
+
journal= {arXiv preprint arXiv:2407.10671},
|
| 37 |
+
year = {2024}
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
================================================================================
|
| 41 |
+
Tooling
|
| 42 |
+
================================================================================
|
| 43 |
+
|
| 44 |
+
Trained and fused with MLX-LM (https://github.com/ml-explore/mlx-lm),
|
| 45 |
+
Copyright Apple Inc., licensed under the MIT License.
|
| 46 |
+
|
| 47 |
+
================================================================================
|
| 48 |
+
Training data provenance
|
| 49 |
+
================================================================================
|
| 50 |
+
|
| 51 |
+
marvy-14B was fine-tuned on a corpus of anonymized ServiceNow delivery
|
| 52 |
+
artifacts. All customer and partner names were replaced with stable aliases,
|
| 53 |
+
and emails, hostnames, IP addresses, and credential-bearing files were removed
|
| 54 |
+
or redacted prior to training. No customer-identifying information is present
|
| 55 |
+
in the training corpus. See the model card for the full redaction methodology.
|