update
Browse files- data_process.py +2 -2
- metadata/tests/train.txt +0 -0
data_process.py
CHANGED
|
@@ -3,7 +3,7 @@ import json
|
|
| 3 |
|
| 4 |
import datasets
|
| 5 |
|
| 6 |
-
_HOMEPAGE = "https://huggingface.co/datasets/zhenzi/
|
| 7 |
|
| 8 |
_LICENSE = "Apache License 2.0"
|
| 9 |
|
|
@@ -21,7 +21,7 @@ _DESCRIPTION = """\
|
|
| 21 |
数据集描述.
|
| 22 |
"""
|
| 23 |
|
| 24 |
-
_REPO = "https://huggingface.co/datasets/zhenzi/
|
| 25 |
|
| 26 |
|
| 27 |
class ImageConfig(datasets.BuilderConfig):
|
|
|
|
| 3 |
|
| 4 |
import datasets
|
| 5 |
|
| 6 |
+
_HOMEPAGE = "https://huggingface.co/datasets/zhenzi/data_process"
|
| 7 |
|
| 8 |
_LICENSE = "Apache License 2.0"
|
| 9 |
|
|
|
|
| 21 |
数据集描述.
|
| 22 |
"""
|
| 23 |
|
| 24 |
+
_REPO = "https://huggingface.co/datasets/zhenzi/data_process/resolve/main/metadata"
|
| 25 |
|
| 26 |
|
| 27 |
class ImageConfig(datasets.BuilderConfig):
|
metadata/tests/train.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|