Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:

Add link to dataset

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +30 -28
README.md CHANGED
@@ -1,28 +1,30 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: id
6
- dtype: int64
7
- - name: original_code
8
- dtype: string
9
- - name: code_wo_comment
10
- dtype: string
11
- - name: cleancode
12
- dtype: string
13
- - name: repo
14
- dtype: string
15
- - name: label
16
- sequence: int64
17
- splits:
18
- - name: train
19
- num_bytes: 5717191
20
- num_examples: 1255
21
- download_size: 2008280
22
- dataset_size: 5717191
23
- configs:
24
- - config_name: default
25
- data_files:
26
- - split: train
27
- path: data/train-*
28
- ---
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: id
6
+ dtype: int64
7
+ - name: original_code
8
+ dtype: string
9
+ - name: code_wo_comment
10
+ dtype: string
11
+ - name: cleancode
12
+ dtype: string
13
+ - name: repo
14
+ dtype: string
15
+ - name: label
16
+ sequence: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 5717191
20
+ num_examples: 1255
21
+ download_size: 2008280
22
+ dataset_size: 5717191
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
+ ---
29
+
30
+ This repository contains the data of [Improving the detection of technical debt in Java source code with an enriched dataset](https://huggingface.co/papers/2411.05457).