write README.md
Browse files
README.md
CHANGED
|
@@ -38,10 +38,10 @@ If you find this repository is useful. Please cite the following references.
|
|
| 38 |
Python program to use this dataset (Python version:3.8.10) :
|
| 39 |
```bash
|
| 40 |
# How to use mosue-Genecorpus-20M dataset
|
| 41 |
-
from datasets import load_dataset
|
| 42 |
-
dataset = load_dataset("MPRG/Mouse-Genecorpus-20M/MLM-re_All_mouse_tokenize_dataset.dataset")
|
| 43 |
-
```
|
| 44 |
-
or
|
| 45 |
```bash
|
| 46 |
$ git clone https://huggingface.co/datasets/MPRG/Mouse-Genecorpus-20M
|
| 47 |
```
|
|
|
|
| 38 |
Python program to use this dataset (Python version:3.8.10) :
|
| 39 |
```bash
|
| 40 |
# How to use mosue-Genecorpus-20M dataset
|
| 41 |
+
# from datasets import load_dataset
|
| 42 |
+
# dataset = load_dataset("MPRG/Mouse-Genecorpus-20M/MLM-re_All_mouse_tokenize_dataset.dataset")
|
| 43 |
+
# ```
|
| 44 |
+
# or
|
| 45 |
```bash
|
| 46 |
$ git clone https://huggingface.co/datasets/MPRG/Mouse-Genecorpus-20M
|
| 47 |
```
|