Skip to content

Commit

Permalink
label thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jlunder00 committed Nov 25, 2024
1 parent 89653a1 commit 54618db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TMN_DataGen/dataset_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class DatasetGenerator:
def __init__(self):
"""Initialize dataset generator without config - config provided per method call"""
self.label_map = {
'entails': 1,
'contradicts': -1,
'entailment': 1,
'contradiction': -1,
'neutral': 0
}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="TMN_DataGen",
version='0.6.1',
version='0.6.2',
description="Tree Matching Network Data Generator",
author="toast",
packages=find_packages(),
Expand Down

0 comments on commit 54618db

Please sign in to comment.