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.
2 parents db44244 + 70294df commit be45190Copy full SHA for be45190
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