tgetsov commited on
Commit
993d965
·
verified ·
1 Parent(s): b8379dc

Upload CITATION.cff with huggingface_hub

Browse files
Files changed (1) hide show
  1. CITATION.cff +28 -0
CITATION.cff ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use marvy-1-14B as a baseline, fine-tune it, distill from it, or evaluate against it, please cite this work and credit MainStack."
3
+ title: "marvy-1-14B: An open fine-tuned model for the full ServiceNow delivery lifecycle"
4
+ abstract: "marvy-1-14B is an Apache-2.0 fine-tune of Qwen2.5-14B-Instruct specialized for the full ServiceNow delivery lifecycle: business analysis, requirements, stakeholder mapping, systems inventory, solution design documents, user stories, implementation planning, test cases, and validation."
5
+ type: software
6
+ authors:
7
+ - name: "MainStack"
8
+ website: "https://www.mainstack.co.uk/"
9
+ url: "https://huggingface.co/MainStack/marvy-1-14B"
10
+ repository-artifact: "https://huggingface.co/MainStack/marvy-1-14B"
11
+ version: "1"
12
+ date-released: "2026-06-01"
13
+ license: Apache-2.0
14
+ keywords:
15
+ - ServiceNow
16
+ - ITSM
17
+ - CSDM
18
+ - solution-design
19
+ - delivery
20
+ - qwen2.5
21
+ - lora
22
+ references:
23
+ - type: software
24
+ title: "Qwen2.5-14B-Instruct"
25
+ authors:
26
+ - name: "Qwen Team, Alibaba Cloud"
27
+ url: "https://huggingface.co/Qwen/Qwen2.5-14B-Instruct"
28
+ license: Apache-2.0