Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks 1731-1736 #552

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1560,4 +1560,10 @@ Name | Summary | Category | Domain | Input Language | Output Language
`task1703_ljspeech_textmodification` | Digit to Text in ljspeech | Text Modification
`task1704_ljspeech_textmodification` | Text to Digit in ljspeech | Text Modification
`task1705_ljspeech_classification` | Finding Proper Nouns in ljspeech | Classification
`task1706_ljspeech_classification` | Correct Punctuation in ljspeech| Classification
`task1706_ljspeech_classification` | Correct Punctuation in ljspeech| Classification
`task1731_nlu_evaluation_data_intent_classification` | Classifying intent to 4 categories (based on NLU Evaluation Data) | Intent Classification
`task1732_nlu_evaluation_data_intent_classification` | Classifying intent to 4 categories (based on NLU Evaluation Data) | Intent Classification
`task1733_banking77_classification` | Given a sentence, classify the sentence based on the needed banking operation. | Classification
`task1734_webnlg_classification` | Given a set of sentences, decide the class of these sentences | Classification
`task1735_webnlg_answer_generation` | Givan a set of descriptions, write how many different ways have been used to express the same thing. | Answer Generation
`task1736_webnlg_text_generation` | Given a text, write a keyword about the text. | Text Generation
Loading