Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -9,51 +9,30 @@ pinned: false
|
|
| 9 |
|
| 10 |
# MainStack
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
-
|
| 15 |
-
lifecycle β from business analysis and solution design through user stories,
|
| 16 |
-
implementation, testing, and validation.
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
-
##
|
| 21 |
-
|
| 22 |
-
`marvy-14B` is a fine-tune of [Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
|
| 23 |
-
(Apache-2.0) specialized for end-to-end ServiceNow delivery work. It was trained
|
| 24 |
-
on a curated, fully anonymized corpus of real engagement artifacts spanning the
|
| 25 |
-
delivery chain practiced by our SN-Architect operators:
|
| 26 |
-
|
| 27 |
-
> project organizer β business-analyst β solutions-architect β project manager β technical-consultant β validation-architect
|
| 28 |
-
|
| 29 |
-
It produces implementation-grade first drafts of:
|
| 30 |
|
| 31 |
-
|
| 32 |
-
|---|---|
|
| 33 |
-
| π Business analyses | π Solution Design Documents (SDD) |
|
| 34 |
-
| β
Requirements & acceptance criteria | π User stories |
|
| 35 |
-
| π₯ Stakeholder maps | π§ Implementation plans (tables, plugins, sys_ids) |
|
| 36 |
-
| ποΈ Systems inventories | π§ͺ Test cases |
|
| 37 |
-
| π Validation & gap analysis | π End-to-end delivery chains (story β build β test) |
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
-
|
| 42 |
-
-
|
| 43 |
-
|
|
|
|
|
|
|
| 44 |
|
| 45 |
```bash
|
| 46 |
ollama run hf.co/MainStack/marvy-14B-GGUF:Q4_K_M
|
| 47 |
```
|
| 48 |
|
| 49 |
-
##
|
| 50 |
-
|
| 51 |
-
Our training corpus is rigorously anonymized: customer/partner names aliased,
|
| 52 |
-
emails/hostnames/IPs scrubbed, credential files excluded, and a leakage scanner
|
| 53 |
-
that asserts **zero** residual PII in training content.
|
| 54 |
-
|
| 55 |
-
## π About
|
| 56 |
|
| 57 |
-
MainStack β [mainstack.co.uk](https://www.mainstack.co.uk/)
|
| 58 |
|
| 59 |
*Released under Apache-2.0. Built with Qwen.*
|
|
|
|
| 9 |
|
| 10 |
# MainStack
|
| 11 |
|
| 12 |
+
### ServiceNow Agentic Delivery β and the open models behind it.
|
| 13 |
|
| 14 |
+
[mainstack.co.uk](https://www.mainstack.co.uk/) Β· [LinkedIn](https://linkedin.com/company/mainstack-it)
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
MainStack is a consultancy specializing in ServiceNow Agentic Delivery. We build the AI that does the drafting work of a delivery engagement β and we release it openly. **marvy-14B** is our first public model: a fine-tuned LLM that drafts artifacts across the entire ServiceNow delivery lifecycle, from business analysis through Solution Design Documents, user stories, test cases, and validation. It's a first-draft specialist built for the people who do the work β solution architects, business analysts, technical consultants, project managers, and delivery leads.
|
| 17 |
|
| 18 |
+
## π Built responsibly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
+
marvy was trained on real engagement artifacts, which means privacy was a design constraint, not an afterthought. Every training artifact was rigorously anonymized and redacted to **zero residual PII**, verified by an automated leakage scanner. Evaluation was run on a **project- and customer-disjoint** held-out split, so the reported perplexity reflects genuine generalization to unseen work β not memorization. We frame marvy honestly: it accelerates first drafts; it does not replace the judgment of a consultant, and it is not a tool-use or agentic fine-tune.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
+
## π¦ Available formats
|
| 23 |
|
| 24 |
+
| Repo | Format | Use case |
|
| 25 |
+
|------|--------|----------|
|
| 26 |
+
| [MainStack/marvy-14B](https://huggingface.co/MainStack/marvy-14B) | Merged FP16 | Full-precision inference and serving |
|
| 27 |
+
| [MainStack/marvy-14B-lora](https://huggingface.co/MainStack/marvy-14B-lora) | LoRA adapter | Compose on top of Qwen2.5-14B-Instruct |
|
| 28 |
+
| [MainStack/marvy-14B-GGUF](https://huggingface.co/MainStack/marvy-14B-GGUF) | GGUF quants | Local runs on Apple Silicon, LM Studio, Ollama |
|
| 29 |
|
| 30 |
```bash
|
| 31 |
ollama run hf.co/MainStack/marvy-14B-GGUF:Q4_K_M
|
| 32 |
```
|
| 33 |
|
| 34 |
+
## About
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
+
MainStack specializes in ServiceNow Agentic Delivery, building open, fine-tuned models that draft the artifacts of a delivery engagement β and releasing them to the practitioners who use them. Learn more at [mainstack.co.uk](https://www.mainstack.co.uk/).
|
| 37 |
|
| 38 |
*Released under Apache-2.0. Built with Qwen.*
|