Datasets:

License:
KIto-2000 commited on
Commit
c00c5a8
·
1 Parent(s): 3f07c49

write README.md

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