ghomasHudson
commited on
Commit
·
6ddb818
1
Parent(s):
27f85b9
Upload dataset_infos.json
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"ghomasHudson--character_id": {"description": "The character types identification dataset consists of movie\nscripts annotated with character archetypes (Hero, Villain, Mentor, etc.).\n", "citation": "", "homepage": "https://github.com/ghomasHudson/character-type-identification", "license": "", "features": {"document": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}, "file_size": {"dtype": "int32", "id": null, "_type": "Value"}, "word_count": {"dtype": "int32", "id": null, "_type": "Value"}, "start": {"dtype": "string", "id": null, "_type": "Value"}, "end": {"dtype": "string", "id": null, "_type": "Value"}, "summary": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "character_name": {"dtype": "string", "id": null, "_type": "Value"}, "unit_quality_score": {"dtype": "float32", "id": null, "_type": "Value"}, "character_type": {"num_classes": 10, "names": ["Hero", "Villain/Antagonist", "Spouse/Partner/Lover of Hero", "Spouse/Partner/Lover of Villain", "Sidekick of Hero", "Sidekick of Villain", "Supporting role character of Hero", "Supporting role character of Villain", "Mentor", "No Applicable Type"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "character_type_id", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 596556438, "num_examples": 3981, "dataset_name": "character_id"}, "test": {"name": "test", "num_bytes": 46475029, "num_examples": 309, "dataset_name": "character_id"}, "validation": {"name": "validation", "num_bytes": 80424967, "num_examples": 526, "dataset_name": "character_id"}}, "download_checksums": null, "download_size": 305185579, "post_processing_size": null, "dataset_size": 723456434, "size_in_bytes": 1028642013}}
|