File size: 1,345 Bytes
beaec4d
 
 
 
 
 
 
 
 
 
a92f6fa
 
 
 
beaec4d
 
 
 
 
a92f6fa
 
beaec4d
 
 
 
 
 
 
 
 
 
a92f6fa
beaec4d
a92f6fa
beaec4d
a92f6fa
 
 
 
 
 
 
 
beaec4d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
base_model: deepseek-ai/deepseek-coder-6.7b-instruct
library_name: peft
model_name: patch
tags:
- base_model:adapter:deepseek-ai/deepseek-coder-6.7b-instruct
- lora
- sft
- transformers
- trl
- code
- code-repair
- sysmlv2
- patch-generation
licence: license
pipeline_tag: text-generation
---

This model is a fine-tuned version of [deepseek-ai/deepseek-coder-6.7b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-instruct).
It has been trained using [TRL](https://github.com/huggingface/trl) on [this dataset](https://huggingface.co/datasets/rohhaiil/SysMLv2_Repair_with_SLMs).
It generates diff patches for repairing the code.

### Framework versions

- PEFT 0.18.0
- TRL: 0.26.2
- Transformers: 4.57.3
- Pytorch: 2.2.2
- Datasets: 4.4.2
- Tokenizers: 0.22.2

## Citation

GitHub Repository: [SysMLv2 Repair with KG-SLMs](https://github.com/rohailamalik/SysMLv2-repair-with-KG-SLMs)
```bibtex
@inproceedings{alshami2026sysml,
  title={Automated Semantic Fault Localization in SysML v2: A Human-in-the-Loop Framework Using Knowledge-Graph Augmented LLMs},
  author={Al-Shami, Haitham and Malik, Rohail and Ala-Laurinaho, Riku and Veps{\"a}l{\"a}inen, Jari and Viitala, Raine},
  booktitle={Proceedings of the 36th INCOSE International Symposium},
  year={2026},
  address={Yokohama, Japan},
  month={June},
  date={16}
}
```