Spaces:
Runtime error
Runtime error
File size: 2,566 Bytes
cca065e bfe0fb1 cca065e 76bf52a cca065e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
{
"conditional-text-generation": {
"description": "data-to-text and text transduction tasks such as translation or summarization",
"options": [
"machine-translation",
"sentence-splitting-fusion",
"summarization",
"table-to-text",
"text-simplification",
"explanation-generation",
"other-stuctured-to-text",
"other"
]
},
"question-answering": {
"description": "question answering tasks",
"options": [
"open-domain-qa",
"closed-domain-qa",
"multiple-choice-qa",
"extractive-qa",
"abstractive-qa",
"other"
]
},
"sequence-modeling": {
"description": "such as language modeling or dialogue",
"options": [
"dialogue-modeling",
"language-modeling",
"other-multi-turn",
"slot-filling",
"other"
]
},
"structure-prediction": {
"description": "predicting structural properties of the text, such as syntax",
"options": [
"coreference-resolution",
"named-entity-recognition",
"part-of-speech-tagging",
"parsing",
"other"
]
},
"text-classification": {
"description": "predicting a class index or boolean value",
"options": [
"acceptability-classification",
"entity-linking-classification",
"fact-checking",
"intent-classification",
"multi-class-classification",
"multi-label-classification",
"natural-language-inference",
"semantic-similarity-classification",
"sentiment-classification",
"topic-classification",
"other"
]
},
"text-retrieval": {
"description": "information or text retrieval tasks",
"options": [
"document-retrieval",
"utterance-retrieval",
"entity-linking-retrieval",
"fact-checking-retrieval",
"other"
]
},
"text-scoring": {
"description": "text scoring tasks, predicting a real valued score for some text",
"options": [
"semantic-similarity-scoring",
"sentiment-scoring",
"other"
]
},
"other": {
"description": "other task family not mentioned here",
"options": [
"other"
]
}
}
|