Skip to content

Commit

Permalink
Update memolon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
holylovenia authored Feb 26, 2024
1 parent 4c707ad commit 1467d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seacrowd/sea_datasets/memolon/memolon.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@

_SOURCE_VERSION = "1.0.0"

_LANGUAGES = ["ceb", "tl", "id", "su", "jv", "ms", "vi", "th", "my"]
_LANGUAGES = ["ceb", "tgl", "ind", "sun", "jav", "zsm", "vie", "tha", "mya"]

_LANGUAGE_MAP = {"ceb": "Cebuano", "tl": "Tagalog", "id": "Indonesian", "su": "Sundanese", "jv": "Javanese", "ms": "Malay", "vi": "Vietnamese", "th": "Thai", "my": "Burmese"}
_LANGUAGE_MAP = {"ceb": "Cebuano", "tgl": "Tagalog", "ind": "Indonesian", "sun": "Sundanese", "jav": "Javanese", "zsm": "Malay", "vie": "Vietnamese", "tha": "Thai", "mya": "Burmese"}

_SUPPORTED_TASKS = [Tasks.EMOTION_CLASSIFICATION]

Expand Down

0 comments on commit 1467d4d

Please sign in to comment.