File size: 547 Bytes
d645136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
task_categories:
- text2text-generation
tags:
- biology
---

## Dataset Details

### Dataset Description

The original dataset is encoded using ProstT5 tokenizer, this version is decoded to be used for training without preprocessing.

### Dataset Sources


- **Repository:** [https://huggingface.co/datasets/Rostlab/ProstT5Dataset]
- **Paper [optional]:** [https://www.biorxiv.org/content/10.1101/2023.07.23.550085v1]

### How to use
```python
from datasets import load_dataset

ds = load_dataset("hazemessam/prostt5_dataset")
```