write README.md
Browse files
README.md
CHANGED
@@ -36,12 +36,12 @@ If you find this repository is useful. Please cite the following references.
|
|
36 |
|
37 |
## How to use
|
38 |
Python program to use this dataset (Python version:3.8.10) :
|
39 |
-
```bash
|
40 |
# How to use mosue-Genecorpus-20M dataset
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
```bash
|
46 |
$ git clone https://huggingface.co/datasets/MPRG/Mouse-Genecorpus-20M
|
47 |
```
|
|
|
36 |
|
37 |
## How to use
|
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 |
```
|