dk-crazydiv
commited on
Commit
·
abd3263
1
Parent(s):
3e96f74
Updated README
Browse files- dataset_infos.json +1 -1
- huggingface-modelhub.py +3 -3
dataset_infos.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"default": {"description": "Metadata of the
|
|
|
1 |
+
{"default": {"description": "Metadata information of all the models available on HuggingFace's modelhub\n", "citation": "\n", "homepage": "https://huggingface.co/models", "license": "", "features": {"modelId": {"dtype": "string", "id": null, "_type": "Value"}, "lastModified": {"dtype": "string", "id": null, "_type": "Value"}, "tags": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "pipeline_tag": {"dtype": "string", "id": null, "_type": "Value"}, "files": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "publishedBy": {"dtype": "string", "id": null, "_type": "Value"}, "modelCard": {"dtype": "large_string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "hate_speech_offensive", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 21457237, "num_examples": 10354, "dataset_name": "hate_speech_offensive"}}, "download_checksums": {"huggingface-modelhub.csv": {"num_bytes": 21341037, "checksum": "53d63e7c4fab45592c34bf52927e397377be731cfed82568718bcba27523d85c"}}, "download_size": 21341037, "post_processing_size": null, "dataset_size": 21457237, "size_in_bytes": 42798274}}
|
huggingface-modelhub.py
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
-
"""Metadata of the
|
16 |
|
17 |
|
18 |
import ast
|
@@ -27,7 +27,7 @@ _CITATION = """\
|
|
27 |
"""
|
28 |
|
29 |
_DESCRIPTION = """\
|
30 |
-
Metadata of the
|
31 |
"""
|
32 |
|
33 |
_HOMEPAGE = "https://huggingface.co/models"
|
@@ -39,7 +39,7 @@ _URL = "huggingface-modelhub.csv"
|
|
39 |
|
40 |
|
41 |
class HuggingfaceModelhub(datasets.GeneratorBasedBuilder):
|
42 |
-
"""Metadata of the
|
43 |
|
44 |
VERSION = datasets.Version("1.0.0")
|
45 |
|
|
|
12 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
+
"""Metadata information of all the models available on HuggingFace's modelhub"""
|
16 |
|
17 |
|
18 |
import ast
|
|
|
27 |
"""
|
28 |
|
29 |
_DESCRIPTION = """\
|
30 |
+
Metadata information of all the models available on HuggingFace's modelhub
|
31 |
"""
|
32 |
|
33 |
_HOMEPAGE = "https://huggingface.co/models"
|
|
|
39 |
|
40 |
|
41 |
class HuggingfaceModelhub(datasets.GeneratorBasedBuilder):
|
42 |
+
"""Metadata information of all the models available on HuggingFace's modelhub"""
|
43 |
|
44 |
VERSION = datasets.Version("1.0.0")
|
45 |
|