Datasets:
MPRG
/

License:
KIto-2000 commited on
Commit
731a854
·
1 Parent(s): c00c5a8

write README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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
- # 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
  ```
 
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
  ```