Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
holylovenia authored Mar 4, 2024
1 parent f3dbbcd commit 7ed1429
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seacrowd/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class Tasks(Enum):
CONCEPT_ALIGNMENT_CLASSIFICATION = "CAC"

# Single Text Generation
CROSS_LINGUAL_SUMMARIZATION = "X-SUM"
INSTRUCTION_TUNING = "ITT"
MACHINE_TRANSLATION = "MT"
MULTILEXNORM = "MLN"
Expand Down Expand Up @@ -241,6 +242,7 @@ class Licenses(Enum):
Tasks.SEMANTIC_SIMILARITY: "PAIRS_SCORE",
Tasks.SHORT_ANSWER_GRADING: "PAIRS_SCORE",
Tasks.MORPHOLOGICAL_INFLECTION: "PAIRS_MULTI",
Tasks.CROSS_LINGUAL_SUMMARIZATION: "T2T",
Tasks.INSTRUCTION_TUNING: "T2T",
Tasks.PARAPHRASING: "T2T",
Tasks.MACHINE_TRANSLATION: "T2T",
Expand Down

0 comments on commit 7ed1429

Please sign in to comment.