Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Chinese
Size:
10K - 100K
License:
Update README.md
Browse files
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('
|
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.
|