We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
file_name
function_name
1 parent db44244 commit 70294dfCopy full SHA for 70294df
1 file changed
asmtransformers/scripts/evaluation.py
@@ -22,7 +22,7 @@ def add_label(example):
22
23
:param example: row in dataset
24
:returns example with an extra column containing the label"""
25
- label = example['bin_name'] + '/' + example['func_name']
+ label = example['file_name'] + '/' + example['function_name']
26
example['label'] = label
27
# Ensure same labels are sorted together and in random order.
28
example['label_random'] = f'{label}\0{random.random()}'
0 commit comments