fbnhnsl commited on
Commit
7519a87
·
verified ·
1 Parent(s): 6ee2c7d

Update README.md

Browse files

This is a finetuned deepseek-coder-1.3b-base 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-base model for automatic code completion of Solidity code},
author={Fabian Hensel},
year={2025}
}

Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -11,4 +11,15 @@ base_model:
11
  pipeline_tag: text-generation
12
  tags:
13
  - code
14
- ---
 
 
 
 
 
 
 
 
 
 
 
 
11
  pipeline_tag: text-generation
12
  tags:
13
  - code
14
+ license: cc-by-4.0
15
+ ---
16
+
17
+ This is a finetuned deepseek-coder-1.3b-base 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.
18
+
19
+ If you wish to use this dataset, you can cite it as follows:
20
+
21
+ @misc{hensel2025fim_model,
22
+ title = {Finetuned deepseek-coder-1.3b-base model for automatic code completion of Solidity code},
23
+ author={Fabian Hensel},
24
+ year={2025}
25
+ }