Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- biology
|
| 5 |
+
- genomics
|
| 6 |
+
- DNA
|
| 7 |
+
size_categories:
|
| 8 |
+
- 1M<n<10M
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
Here is the preprocessed pretraining data for [TinyDNABERT-20M-V1](https://huggingface.co/ChengsenWang/TinyDNABERT-20M-V1). During the preprocessing stage, we remove all “N” markers from the human reference genome [GRCh38.p14](https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_000001405.40/) and randomly split the remaining sequences into segments ranging from 256 to 1024 base pairs, resulting in a total of 4,904,969 training samples.
|
| 12 |
+
|
| 13 |
+
For more details, please refer to the [TinyDNABERT repository](https://github.com/ForestsKing/TinyDNABERT).
|