Create README.md
Browse filesThis is a finetuned deepseek-coder-1.3B model for automatic code completion of Solidity code. The model was finetuned with QLoRA and an FIM transformed and Slither audited dataset. The corresponding dataset can be found at fbnhnsl/FIM_Solidity_Dataset on Hugging Face.
If you wish to use this dataset, you can cite it as follows:
@misc
{hensel2025fim_model,
title = {Finetuned deepseek-coder-1.3B model for automatic code completion of Solidity code},
author={Fabian Hensel},
year={2025}
}
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- fbnhnsl/FIM_Solidity_Dataset
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
- meteor
|
9 |
+
base_model:
|
10 |
+
- deepseek-ai/deepseek-coder-1.3b-base
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
tags:
|
13 |
+
- code
|
14 |
+
---
|