Fix task tags

#1
by albertvillanova HF staff - opened
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -4,11 +4,10 @@ language:
4
  license: afl-3.0
5
  source_datasets:
6
  - BioASQ Task A
7
-
8
  task_categories:
9
- - MultiLabel Text Classification
10
  task_ids:
11
- - BIOBERT Fine Tuned on PubMed Dataset
12
  ---
13
 
14
  This dataset consists of a approx 50k collection of research articles from **PubMed** repository. Originally these documents are manually annotated by Biomedical Experts with their MeSH labels and each articles are described in terms of 10-15 MeSH labels. In this Dataset we have huge numbers of labels present as a MeSH major which is raising the issue of extremely large output space and severe label sparsity issues. To solve this Issue Dataset has been Processed and mapped to its root as Described in the Below Figure.
4
  license: afl-3.0
5
  source_datasets:
6
  - BioASQ Task A
 
7
  task_categories:
8
+ - text-classification
9
  task_ids:
10
+ - multi-label-classification
11
  ---
12
 
13
  This dataset consists of a approx 50k collection of research articles from **PubMed** repository. Originally these documents are manually annotated by Biomedical Experts with their MeSH labels and each articles are described in terms of 10-15 MeSH labels. In this Dataset we have huge numbers of labels present as a MeSH major which is raising the issue of extremely large output space and severe label sparsity issues. To solve this Issue Dataset has been Processed and mapped to its root as Described in the Below Figure.