Commit
·
58bb686
1
Parent(s):
06a7ec4
chore: update builder
Browse files- how2sign-clips.py +2 -3
how2sign-clips.py
CHANGED
|
@@ -11,7 +11,6 @@ _CITATION = """
|
|
| 11 |
|
| 12 |
"""
|
| 13 |
_DESCRIPTION = """
|
| 14 |
-
This dataset contain short clips of Vietnamese speakers.
|
| 15 |
"""
|
| 16 |
_HOMEPAGE = "https://how2sign.github.io/index.html"
|
| 17 |
_REPO_URL = "https://huggingface.co/VieSignLang/how2sign-clips/resolve/main"
|
|
@@ -22,7 +21,7 @@ _URLS = {
|
|
| 22 |
|
| 23 |
|
| 24 |
class How2SignClipsConfig(datasets.BuilderConfig):
|
| 25 |
-
"""
|
| 26 |
|
| 27 |
def __init__(self, name, **kwargs):
|
| 28 |
"""
|
|
@@ -38,7 +37,7 @@ class How2SignClipsConfig(datasets.BuilderConfig):
|
|
| 38 |
|
| 39 |
|
| 40 |
class How2SignClips(datasets.GeneratorBasedBuilder):
|
| 41 |
-
"""
|
| 42 |
BUILDER_CONFIGS = [
|
| 43 |
How2SignClipsConfig(name="rgb"),
|
| 44 |
How2SignClipsConfig(name="keypoints"),
|
|
|
|
| 11 |
|
| 12 |
"""
|
| 13 |
_DESCRIPTION = """
|
|
|
|
| 14 |
"""
|
| 15 |
_HOMEPAGE = "https://how2sign.github.io/index.html"
|
| 16 |
_REPO_URL = "https://huggingface.co/VieSignLang/how2sign-clips/resolve/main"
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
class How2SignClipsConfig(datasets.BuilderConfig):
|
| 24 |
+
"""How2Sign configuration."""
|
| 25 |
|
| 26 |
def __init__(self, name, **kwargs):
|
| 27 |
"""
|
|
|
|
| 37 |
|
| 38 |
|
| 39 |
class How2SignClips(datasets.GeneratorBasedBuilder):
|
| 40 |
+
"""How2Sign dataset."""
|
| 41 |
BUILDER_CONFIGS = [
|
| 42 |
How2SignClipsConfig(name="rgb"),
|
| 43 |
How2SignClipsConfig(name="keypoints"),
|