tpierrot commited on
Commit
f5ded62
1 Parent(s): d6aeb72

Update nucleotide_transformer_downstream_tasks.py

Browse files
nucleotide_transformer_downstream_tasks.py CHANGED
@@ -12,7 +12,7 @@
12
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
  # See the License for the specific language governing permissions and
14
  # limitations under the License.
15
- """Script for the dataset containing the "promoter_all" and "enhancers" downstream tasks from the Nucleotide
16
  Transformer paper."""
17
 
18
  from typing import List
@@ -34,7 +34,7 @@ _CITATION = """\
34
 
35
  # You can copy an official description
36
  _DESCRIPTION = """\
37
- 2 of the 18 classification downstream tasks from the Nucleotide Transformer paper. Each task
38
  corresponds to a dataset configuration.
39
  """
40
 
 
12
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
  # See the License for the specific language governing permissions and
14
  # limitations under the License.
15
+ """Script for the dataset containing the 18 downstream tasks from the Nucleotide
16
  Transformer paper."""
17
 
18
  from typing import List
 
34
 
35
  # You can copy an official description
36
  _DESCRIPTION = """\
37
+ The 18 classification downstream tasks from the Nucleotide Transformer paper. Each task
38
  corresponds to a dataset configuration.
39
  """
40