From 9ebc3c7b58e0820054942a2e22b7c48889c3ee26 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Sun, 8 Jun 2025 14:19:33 +0000 Subject: add 012 result --- classification/classifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classification/classifier.py') diff --git a/classification/classifier.py b/classification/classifier.py index d29d385a2..5c81f1818 100755 --- a/classification/classifier.py +++ b/classification/classifier.py @@ -11,8 +11,8 @@ parser.add_argument('--model', default="facebook/bart-large-mnli", type=str, hel parser.add_argument('--compare', nargs='?', const="MoritzLaurer/deberta-v3-large-zeroshot-v2.0", type=str, help="second model for comparison") args = parser.parse_args() -positive_categories = ['semantic'] -negative_categories = ['other', 'boot', 'network', 'KVM', 'vnc', 'graphic', 'device', 'socket', 'debug', 'files', 'PID', 'permissions', 'performance'] +positive_categories = ['semantic', 'TCG', 'assembly', 'architecture', 'mistranslation', 'register', 'x86', 'arm', 'risc-v'] +negative_categories = ['other', 'boot', 'network', 'kernel virtual machine', 'vnc', 'graphic', 'device', 'socket', 'debug', 'files', 'PID', 'permissions', 'performance'] categories = positive_categories + negative_categories def list_files_recursive(directory): -- cgit 1.4.1