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
|
| 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 |
-
|
| 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 |
|