diff --git a/seacrowd/utils/constants.py b/seacrowd/utils/constants.py index 6905e705d..3aaf1cedb 100644 --- a/seacrowd/utils/constants.py +++ b/seacrowd/utils/constants.py @@ -92,7 +92,6 @@ class Tasks(Enum): # No seacrowd schema FACT_CHECKING = "FCT" - class Licenses(Enum): # BSD BSD = "BSD license family (bsd)" @@ -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)" @@ -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 @@ -256,4 +245,4 @@ class Licenses(Enum): Tasks.COREFERENCE_RESOLUTION: {"entities", "coreferences"}, # Tasks.NAMED_ENTITY_DISAMBIGUATION: {"entities", "normalized"}, # Tasks.EVENT_EXTRACTION: {"events"} -} +} \ No newline at end of file