Skip to content

Commit

Permalink
Minimize diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Nov 14, 2023
1 parent b81a30e commit 0481e26
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions seacrowd/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class Tasks(Enum):
# No seacrowd schema
FACT_CHECKING = "FCT"


class Licenses(Enum):
# BSD
BSD = "BSD license family (bsd)"
Expand All @@ -115,18 +114,10 @@ class Licenses(Enum):
CC_BY_ND_4_0 = "Creative Commons Attribution No Derivatives 4.0 (cc-by-nd-4.0)"
CC_BY_NC_ND_3_0 = "Creative Commons Attribution Non Commercial No Derivatives 3.0 (cc-by-nc-nd-3.0)"
CC_BY_NC_ND_4_0 = "Creative Commons Attribution Non Commercial No Derivatives 4.0 (cc-by-nc-nd-4.0)"
CC_BY_NC_SA_2_0 = (
"Creative Commons Attribution Non Commercial Share Alike 2.0 (cc-by-nc-sa-2.0)"
)
CC_BY_NC_SA_3_0 = (
"Creative Commons Attribution Non Commercial Share Alike 3.0 (cc-by-nc-sa-3.0)"
)
CC_BY_NC_SA_4_0 = (
"Creative Commons Attribution Non Commercial Share Alike 4.0 (cc-by-nc-sa-4.0)"
)
CDLA_SHARING_1_0 = (
"Community Data License Agreement – Sharing, Version 1.0 (cdla-sharing-1.0)"
)
CC_BY_NC_SA_2_0 = "Creative Commons Attribution Non Commercial Share Alike 2.0 (cc-by-nc-sa-2.0)"
CC_BY_NC_SA_3_0 = "Creative Commons Attribution Non Commercial Share Alike 3.0 (cc-by-nc-sa-3.0)"
CC_BY_NC_SA_4_0 = "Creative Commons Attribution Non Commercial Share Alike 4.0 (cc-by-nc-sa-4.0)"
CDLA_SHARING_1_0 = "Community Data License Agreement – Sharing, Version 1.0 (cdla-sharing-1.0)"
CDLA_PERMISSIVE_1_0 = "Community Data License Agreement – Permissive, Version 1.0 (cdla-permissive-1.0)"
CDLA_PERMISSIVE_2_0 = "Community Data License Agreement – Permissive, Version 2.0 (cdla-permissive-2.0)"
WTFPL = "Do What The F*ck You Want To Public License (wtfpl)"
Expand Down Expand Up @@ -173,9 +164,7 @@ class Licenses(Enum):
NCSA = "University of Illinois/NCSA Open Source License (ncsa)"
ZLIB = "zLib License (zlib)"
PDDL = "Open Data Commons Public Domain Dedication and License (pddl)"
DEEPFLOYD_IF_LICENSE = (
"DeepFloyd IF Research License Agreement (deepfloyd-if-license)"
)
DEEPFLOYD_IF_LICENSE = "DeepFloyd IF Research License Agreement (deepfloyd-if-license)"
LLAMA2 = "Llama 2 Community License Agreement (llama2)"

# OTHER UNLISTED / UNLICENSED
Expand Down Expand Up @@ -256,4 +245,4 @@ class Licenses(Enum):
Tasks.COREFERENCE_RESOLUTION: {"entities", "coreferences"},
# Tasks.NAMED_ENTITY_DISAMBIGUATION: {"entities", "normalized"},
# Tasks.EVENT_EXTRACTION: {"events"}
}
}

0 comments on commit 0481e26

Please sign in to comment.