update data readme (zh)

Former-commit-id: b32fb3a984c681732b82f6544d6c05a98c34cf4c
This commit is contained in:
hiyouga
2023-11-02 23:42:49 +08:00
parent b77c745b1a
commit 4bb643e685
6 changed files with 105 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ If you are using a custom dataset, please provide your dataset definition in the
```json
"dataset_name": {
"hf_hub_url": "the name of the dataset repository on the HuggingFace hub. (if specified, ignore below 3 arguments)",
"hf_hub_url": "the name of the dataset repository on the Hugging Face hub. (if specified, ignore below 3 arguments)",
"script_url": "the name of the directory containing a dataset loading script. (if specified, ignore below 2 arguments)",
"file_name": "the name of the dataset file in the this directory. (required if above are not specified)",
"file_sha1": "the SHA-1 hash value of the dataset file. (optional)",