tgetsov commited on
Commit
a06a166
Β·
verified Β·
1 Parent(s): 42cafc3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -34
README.md CHANGED
@@ -9,51 +9,30 @@ pinned: false
9
 
10
  # MainStack
11
 
12
- **Specializing in ServiceNow Agentic Delivery.**
13
 
14
- MainStack builds AI systems and open models for the full ServiceNow delivery
15
- lifecycle β€” from business analysis and solution design through user stories,
16
- implementation, testing, and validation.
17
 
18
- ## πŸš€ Featured release
19
 
20
- ### [marvy-14B](https://huggingface.co/MainStack/marvy-14B) β€” the first open fine-tuned model for full-cycle ServiceNow delivery
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
- **Available formats:**
40
 
41
- - [`MainStack/marvy-14B`](https://huggingface.co/MainStack/marvy-14B) β€” merged FP16 (Transformers / vLLM / MLX)
42
- - [`MainStack/marvy-14B-lora`](https://huggingface.co/MainStack/marvy-14B-lora) β€” LoRA adapter (~175 MB)
43
- - [`MainStack/marvy-14B-GGUF`](https://huggingface.co/MainStack/marvy-14B-GGUF) β€” Q4_K_M & Q8_0 quants for Ollama / llama.cpp / LM Studio
 
 
44
 
45
  ```bash
46
  ollama run hf.co/MainStack/marvy-14B-GGUF:Q4_K_M
47
  ```
48
 
49
- ## πŸ”’ Built responsibly
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/) Β· [LinkedIn](https://linkedin.com/company/mainstack-it)
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.*