Update README.md
Browse files
README.md
CHANGED
|
@@ -104,5 +104,34 @@ You can load the dataset using the Hugging Face `datasets` library:
|
|
| 104 |
|
| 105 |
```python
|
| 106 |
from datasets import load_dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
|
| 108 |
-
dataset = load_dataset("your_dataset_name")
|
|
|
|
| 104 |
|
| 105 |
```python
|
| 106 |
from datasets import load_dataset
|
| 107 |
+
dataset = load_dataset("neuralbioinfo/bacterial_promoters")
|
| 108 |
+
|
| 109 |
+
|
| 110 |
+
```
|
| 111 |
+
|
| 112 |
+
|
| 113 |
+
## Contact Information
|
| 114 |
+
|
| 115 |
+
For any questions, feedback, or contributions regarding the datasets or ProkBERT, please feel free to reach out:
|
| 116 |
+
|
| 117 |
+
- **Name**: Balázs Ligeti
|
| 118 |
+
- **Email**: [email protected]
|
| 119 |
+
|
| 120 |
+
We welcome your input and collaboration to improve our resources and research.
|
| 121 |
+
|
| 122 |
+
|
| 123 |
+
|
| 124 |
+
## Citation
|
| 125 |
+
|
| 126 |
+
```bibtex
|
| 127 |
+
@Article{ProkBERT2024,
|
| 128 |
+
author = {Ligeti, Balázs et al.},
|
| 129 |
+
journal = {Frontiers in Microbiology},
|
| 130 |
+
title = {{ProkBERT} family: genomic language models},
|
| 131 |
+
year = {2024},
|
| 132 |
+
volume = {14},
|
| 133 |
+
URL = {https://www.frontiersin.org/articles/10.3389/fmicb.2023.1331233},
|
| 134 |
+
DOI = {10.3389/fmicb.2023.1331233}
|
| 135 |
+
}
|
| 136 |
+
|
| 137 |
|
|
|