Update README.md
Browse files
README.md
CHANGED
@@ -27,3 +27,7 @@ configs:
|
|
27 |
- split: valid
|
28 |
path: data/valid-*
|
29 |
---
|
|
|
|
|
|
|
|
|
|
27 |
- split: valid
|
28 |
path: data/valid-*
|
29 |
---
|
30 |
+
|
31 |
+
This dataset is from the ProstT5 project ([paper](https://huggingface.co/datasets/Rostlab/ProstT5Dataset) | [code](https://github.com/mheinzinger/ProstT5)).
|
32 |
+
|
33 |
+
The only modification made is that it was decoded with their tokenizer from [here](https://huggingface.co/datasets/Rostlab/ProstT5Dataset) to yield the raw sequences.
|