XuehangCang commited on
Commit
e1df6fd
·
verified ·
1 Parent(s): 1ab1003

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ To load this dataset, you can use the Hugging Face Datasets library. Below is an
62
  ```python
63
  from datasets import load_dataset
64
 
65
- dataset = load_dataset('your_username/dataset_name', split='train')
66
  ```
67
 
68
  Please replace `'your_username/dataset_name'` with the actual path to your dataset on the Hugging Face Hub.
 
62
  ```python
63
  from datasets import load_dataset
64
 
65
+ dataset = load_dataset('XuehangCang/jianke', split='train')
66
  ```
67
 
68
  Please replace `'your_username/dataset_name'` with the actual path to your dataset on the Hugging Face Hub.