fbnhnsl commited on
Commit
b243ee5
·
verified ·
1 Parent(s): 0b924ee

Create README.md

Browse files

This 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}
}

Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: cc-by-4.0
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
+ ---