Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
holylovenia authored and Railey Montalan committed Feb 27, 2024
1 parent 5b3b80a commit 4d0b2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seacrowd/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class Licenses(Enum):
Tasks.ASPECT_BASED_SENTIMENT_ANALYSIS: "TEXT_MULTI",
Tasks.DOMAIN_KNOWLEDGE_MULTICLASSIFICATION: "TEXT_MULTI",
Tasks.ABUSIVE_LANGUAGE_PREDICTION: "TEXT",
Tasks.COMPLAINT_DETECTION = "TEXT",
Tasks.COMPLAINT_DETECTION: "TEXT",
Tasks.DOMAIN_KNOWLEDGE_CLASSIFICATION: "TEXT",
Tasks.SENTIMENT_ANALYSIS: "TEXT",
Tasks.TAX_COURT_VERDICT: "TEXT",
Expand Down

0 comments on commit 4d0b2a8

Please sign in to comment.