Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"arbml--Sentiment_Analysis_Tweets": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"Tweet": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": ["Negative", "Positive"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "sentiment_analysis_tweets", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10318187, "num_examples": 68070, "dataset_name": "Sentiment_Analysis_Tweets"}}, "download_checksums": null, "download_size": 3082920, "post_processing_size": null, "dataset_size": 10318187, "size_in_bytes": 13401107}}
|