sha
stringlengths
40
40
text
stringlengths
0
13.4M
id
stringlengths
2
117
tags
list
created_at
stringlengths
25
25
metadata
stringlengths
2
31.7M
last_modified
stringlengths
25
25
2a5b0a5cf068d1d4ffca7dcff961d9116ce2fa5c
ainewguy/mynewdataset
[ "license:unknown", "region:us" ]
2023-04-03T21:18:07+00:00
{"license": "unknown"}
2023-04-03T21:18:07+00:00
a493cd1636808cbe3cf2389dec79471a1db9e6bc
# **CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society** - **Github:** https://github.com/lightaime/camel - **Website:** https://www.camel-ai.org/ - **Arxiv Paper:** https://arxiv.org/abs/2303.17760 ## Dataset Summary AI Society dataset is composed of 25K conversations between two gpt-3.5-turbo agents. This dataset is obtained by running role-playing for a combination of 50 user roles and 50 assistant roles with each combination running over 10 tasks. We provide two formats, one is "chat" format which is `ai_society_chat.tar.gz` file containing the conversational instruction following format. The other format is "instruction" format which is `ai_society_instructions.json`. ## Data Fields **The data fields for instructions format (`ai_society_instructions.json`) are as follows:** * `id`: {assistant\_role\_index}\_{user\_role\_index}\_{task\_index}, for example 001_002_003 refers to assistant role 1, user role 2, and task 3 from our text assistant role names, user role names and task text files. * `role_1`: assistant role * `role_2`: user role * `original_task`: the general assigned task for the assistant and user to cooperate on. * `specified_task`: the task after task specifier, this task is more specific than the original task. * `role_1_response`: user response text before the instruction. * `role_1_message_id`: message ID in the full raw conversation. * `instruction`: describes the task the assistant is supposed to perform. * `input`: provides further context or information for the requested instruction. * `output`: the answer to the instruction as generated by 'gpt-3.5-turbo' * `termination_reason`: refers to the reason of termination of the chat. **The data fields for chat format (`ai_society_chat.tar.gz`) are as follows:** * `input`: {assistant\_role\_index}\_{user\_role\_index}\_{task\_index}, for example 001_002_003 refers to assistant role 1, user role 2, and task 3 from our text assistant role names, user role names and task text files. * `role_1`: assistant role * `role_2`: user role * `original_task`: the general assigned task for the assistant and user to cooperate on. * `specified_task`: the task after task specifier, this task is more specific than the original task. * `message_k`: refers to the k<sup>_th_</sup> message of the conversation. * `role_type`: refers to whether the agent is an assistant or a user. * `role_name`: refers to the assigned assistant/user role. * `role`: refers to the role of the agent during the message for openai api. [usually not needed] * `content`: refers to the content of the message. * `termination_reason`: refers to the reason of termination of the chat. * `num_messages`: refers to the total number of messages in the chat. **Download in python** ``` from huggingface_hub import hf_hub_download hf_hub_download(repo_id="camel-ai/ai_society", repo_type="dataset", filename="ai_society_chat.tar.gz", local_dir="datasets/", local_dir_use_symlinks=False) ``` ### Citation ``` @misc{li2023camel, title={CAMEL: Communicative Agents for "Mind" Exploration of Large Scale Language Model Society}, author={Guohao Li and Hasan Abed Al Kader Hammoud and Hani Itani and Dmitrii Khizbullin and Bernard Ghanem}, year={2023}, eprint={2303.17760}, archivePrefix={arXiv}, primaryClass={cs.AI} } ``` ## Disclaimer: This data was synthetically generated by gpt-3.5-turbo and might contain incorrect information. The dataset is there only for research purposes. --- license: cc-by-nc-4.0 ---
camel-ai/ai_society
[ "task_categories:text-generation", "language:en", "license:cc-by-nc-4.0", "instruction-finetuning", "arxiv:2303.17760", "region:us" ]
2023-04-03T21:32:05+00:00
{"language": ["en"], "license": "cc-by-nc-4.0", "task_categories": ["text-generation"], "pretty_name": "CAMEL AI Society", "tags": ["instruction-finetuning"], "arxiv": 2303.1776, "extra_gated_prompt": "By using this data, you acknowledge and agree to utilize it solely for research purposes, recognizing that the dataset may contain inaccuracies due to its artificial generation through ChatGPT.", "extra_gated_fields": {"Name": "text", "Email": "text"}, "I will adhere to the terms and conditions of this dataset": "checkbox"}
2023-05-23T20:12:26+00:00
6a3b44c07cc4ccbb8364b27d9397cbfed66a10f8
# Dataset Card for "OxfordPets_test_google_flan_t5_xxl_mode_A_ns_3669" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
CVasNLPExperiments/OxfordPets_test_google_flan_t5_xxl_mode_A_ns_3669
[ "region:us" ]
2023-04-03T21:53:00+00:00
{"dataset_info": {"features": [{"name": "id", "dtype": "int64"}, {"name": "prompt", "dtype": "string"}, {"name": "true_label", "dtype": "string"}, {"name": "prediction", "dtype": "string"}], "splits": [{"name": "fewshot_0_clip_tags_ViT_L_14_Attributes_ViT_L_14_text_davinci_003_clip_tags_ViT_L_14_simple_specific_rices", "num_bytes": 1344359, "num_examples": 3669}, {"name": "fewshot_1_clip_tags_ViT_L_14_Attributes_ViT_L_14_text_davinci_003_clip_tags_ViT_L_14_simple_specific_rices", "num_bytes": 2576113, "num_examples": 3669}, {"name": "fewshot_3_clip_tags_ViT_L_14_Attributes_ViT_L_14_text_davinci_003_clip_tags_ViT_L_14_simple_specific_rices", "num_bytes": 5038423, "num_examples": 3669}, {"name": "fewshot_0__Attributes_LAION_ViT_H_14_2B_descriptors_text_davinci_003_full_clip_tags_LAION_ViT_H_14_2B_simple_specific_rices", "num_bytes": 1370953, "num_examples": 3669}], "download_size": 1101804, "dataset_size": 10329848}}
2023-05-22T16:59:40+00:00
dbbc46bcbece0379ca54e89190f5ed7d2c7066d1
guitdenis/penal
[ "license:unknown", "region:us" ]
2023-04-03T22:06:40+00:00
{"license": "unknown"}
2023-04-03T22:07:16+00:00
9d1bafc9734215acdcfd255d55536a5f4e9a8c48
Coalition/arxiv-ai-metadata
[ "region:us" ]
2023-04-03T22:08:15+00:00
{}
2023-04-03T22:22:37+00:00
a39a384a5b2ddf32a78a018fb2b592ffdcf155c3
# Dataset Card for "sd_img2img_perturbed_dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
anjunhu/naively_captioned_CUB2002011_test
[ "region:us" ]
2023-04-03T22:09:46+00:00
{"dataset_info": {"features": [{"name": "text", "dtype": "string"}, {"name": "image", "dtype": "image"}], "splits": [{"name": "train", "num_bytes": 158593560.75, "num_examples": 5794}], "download_size": 158362558, "dataset_size": 158593560.75}}
2023-04-07T14:04:59+00:00
1f291f9d51cc4c5f4a127ea9ed945ffa64ada329
# **CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society** - **Github:** https://github.com/lightaime/camel - **Website:** https://www.camel-ai.org/ - **Arxiv Paper:** https://arxiv.org/abs/2303.17760 ## Dataset Summary Code dataset is composed of 50K conversations between two gpt-3.5-turbo agents. This dataset is simulating a programmer specialized in a particular language with another person from a particular domain. We cover up 20 programming languages and 50 domains with a total of 50 tasks per combination of language and domain. We provide two formats, one is "chat" format which is `code_chat.tar.gz` file containing the conversational instruction following format. The other format is "instruction" format which is `code_instructions.json`. ## Data Fields **The data fields for instructions format (`code_instructions.json`) are as follows:** * `id`: {assistant\_role\_index}\_{user\_role\_index}\_{task\_index}, for example 001_002_003 refers to assistant role 1, user role 2, and task 3 from our text assistant role names, user role names and task text files. * `role_1`: assistant role * `role_2`: user role * `original_task`: the general assigned task for the assistant and user to cooperate on. * `specified_task`: the task after task specifier, this task is more specific than the original task. * `role_1_response`: user response text before the instruction. * `role_1_message_id`: message ID in the full raw conversation. * `instruction`: describes the task the assistant is supposed to perform. * `input`: provides further context or information for the requested instruction. * `output`: the answer to the instruction as generated by 'gpt-3.5-turbo' * `termination_reason`: refers to the reason of termination of the chat. **The data fields for chat format (`code_chat.tar.gz`) are as follows:** * `input`: {assistant\_role\_index}\_{user\_role\_index}\_{task\_index}, for example 001_002_003 refers to assistant role 1, user role 2, and task 3 from our text assistant role names, user role names and task text files. * `role_1`: assistant role * `role_2`: user role * `original_task`: the general assigned task for the assistant and user to cooperate on. * `specified_task`: the task after task specifier, this task is more specific than the original task. * `message_k`: refers to the k<sup>_th_</sup> message of the conversation. * `role_type`: refers to whether the agent is an assistant or a user. * `role_name`: refers to the assigned assistant/user role. * `role`: refers to the role of the agent during the message for openai api. [usually not needed] * `content`: refers to the content of the message. * `termination_reason`: refers to the reason of termination of the chat. * `num_messages`: refers to the total number of messages in the chat. **Download in python** ``` from huggingface_hub import hf_hub_download hf_hub_download(repo_id="camel-ai/code", repo_type="dataset", filename="code_chat.tar.gz", local_dir="datasets/", local_dir_use_symlinks=False) ``` ### Citation ``` @misc{li2023camel, title={CAMEL: Communicative Agents for "Mind" Exploration of Large Scale Language Model Society}, author={Guohao Li and Hasan Abed Al Kader Hammoud and Hani Itani and Dmitrii Khizbullin and Bernard Ghanem}, year={2023}, eprint={2303.17760}, archivePrefix={arXiv}, primaryClass={cs.AI} } ``` ## Disclaimer: This data was synthetically generated by gpt-3.5-turbo and might contain incorrect information. The dataset is there only for research purposes. --- license: cc-by-nc-4.0 ---
camel-ai/code
[ "task_categories:text-generation", "language:en", "license:cc-by-nc-4.0", "instruction-finetuning", "arxiv:2303.17760", "region:us" ]
2023-04-03T22:19:59+00:00
{"language": ["en"], "license": "cc-by-nc-4.0", "task_categories": ["text-generation"], "pretty_name": "CAMEL Code", "tags": ["instruction-finetuning"], "arxiv": 2303.1776, "extra_gated_prompt": "By using this data, you acknowledge and agree to utilize it solely for research purposes, recognizing that the dataset may contain inaccuracies due to its artificial generation through ChatGPT.", "extra_gated_fields": {"Name": "text", "Email": "text"}, "I will adhere to the terms and conditions of this dataset": "checkbox"}
2023-05-23T20:13:16+00:00
1e7e0dac514bd09151e55515d523c614553cc0df
# Dataset Card for "MULTI_VALUE_qqp_be_perfect" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_be_perfect
[ "region:us" ]
2023-04-03T22:23:35+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 280679, "num_examples": 1512}, {"name": "test", "num_bytes": 2669826, "num_examples": 14102}, {"name": "train", "num_bytes": 2509960, "num_examples": 13358}], "download_size": 3331492, "dataset_size": 5460465}}
2023-04-03T22:23:40+00:00
c02874e08ca2f001f508f2eaa9be03f583e16784
# Dataset Card for "MULTI_VALUE_qqp_double_superlative" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_double_superlative
[ "region:us" ]
2023-04-03T22:29:11+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 871064, "num_examples": 5699}, {"name": "test", "num_bytes": 8733462, "num_examples": 55717}, {"name": "train", "num_bytes": 8004237, "num_examples": 52303}], "download_size": 9101653, "dataset_size": 17608763}}
2023-04-03T22:29:16+00:00
d039cf7ccbe292eae88d3c1123ca628110ccf7ce
# Dataset Card for "MULTI_VALUE_qqp_after_perfect" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_after_perfect
[ "region:us" ]
2023-04-03T22:29:15+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 294832, "num_examples": 1512}, {"name": "test", "num_bytes": 2795959, "num_examples": 14102}, {"name": "train", "num_bytes": 2634073, "num_examples": 13358}], "download_size": 3381438, "dataset_size": 5724864}}
2023-04-03T22:29:20+00:00
65f4fb3090fe107db4c87980122739905939b0fb
NLP47/nlproject
[ "license:openrail", "region:us" ]
2023-04-03T22:33:38+00:00
{"license": "openrail"}
2023-04-03T22:34:33+00:00
c3989da1588d9f42680b5d788670f6c510ddd170
# Dataset Card for "MULTI_VALUE_qqp_verbal_ing_suffix" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_verbal_ing_suffix
[ "region:us" ]
2023-04-03T22:48:12+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 6290758, "num_examples": 40007}, {"name": "test", "num_bytes": 61445656, "num_examples": 387547}, {"name": "train", "num_bytes": 56637778, "num_examples": 359978}], "download_size": 74644045, "dataset_size": 124374192}}
2023-04-03T22:48:20+00:00
2f31ee17ce75b610e9767fc2b6bf81e0f22c2160
# Dataset Card for "MULTI_VALUE_qqp_he_inanimate_objects" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_he_inanimate_objects
[ "region:us" ]
2023-04-03T22:53:55+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 303835, "num_examples": 1513}, {"name": "test", "num_bytes": 3021964, "num_examples": 14873}, {"name": "train", "num_bytes": 2801005, "num_examples": 13532}], "download_size": 3860132, "dataset_size": 6126804}}
2023-04-03T22:54:00+00:00
f5d4c3fafe5089af97cae84e563f6a7ee4d2916c
# Dataset Card for "MULTI_VALUE_qqp_existential_there" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_existential_there
[ "region:us" ]
2023-04-03T22:55:01+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 337185, "num_examples": 1870}, {"name": "test", "num_bytes": 3322549, "num_examples": 18707}, {"name": "train", "num_bytes": 2931658, "num_examples": 16269}], "download_size": 4052288, "dataset_size": 6591392}}
2023-04-03T22:55:05+00:00
a44d99488c5625b8751794f2ca5e90ad55596dea
# Dataset Card for "MULTI_VALUE_qqp_present_modals" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_present_modals
[ "region:us" ]
2023-04-03T22:56:54+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 474388, "num_examples": 2536}, {"name": "test", "num_bytes": 4347585, "num_examples": 23441}, {"name": "train", "num_bytes": 4289104, "num_examples": 22819}], "download_size": 5612585, "dataset_size": 9111077}}
2023-04-03T22:56:59+00:00
13736dc42375168f6800c678a3906330c39e23ab
# Dataset Card for "MULTI_VALUE_qqp_reflex_number" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_reflex_number
[ "region:us" ]
2023-04-03T22:58:44+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 65737, "num_examples": 383}, {"name": "test", "num_bytes": 685215, "num_examples": 4019}, {"name": "train", "num_bytes": 609260, "num_examples": 3544}], "download_size": 722259, "dataset_size": 1360212}}
2023-04-03T22:58:48+00:00
3f053e19f402aa4871d9697aeba5f1415f6ce2e8
# Dataset Card for "MULTI_VALUE_qqp_null_referential_pronouns" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_null_referential_pronouns
[ "region:us" ]
2023-04-03T23:00:10+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 529226, "num_examples": 2610}, {"name": "test", "num_bytes": 5308180, "num_examples": 26108}, {"name": "train", "num_bytes": 5043940, "num_examples": 24291}], "download_size": 6908933, "dataset_size": 10881346}}
2023-04-03T23:00:15+00:00
478f05cfbd6b2be60cea8fff502874bd8f87c9a1
# Dataset Card for "MULTI_VALUE_qqp_double_obj_order" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_double_obj_order
[ "region:us" ]
2023-04-03T23:00:42+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 2600151, "num_examples": 16897}, {"name": "test", "num_bytes": 26136993, "num_examples": 169633}, {"name": "train", "num_bytes": 23145826, "num_examples": 150490}], "download_size": 31862651, "dataset_size": 51882970}}
2023-04-03T23:00:48+00:00
52f8ec51ed41736641176b094b054736cd016cfd
# Dataset Card for "MULTI_VALUE_qqp_shadow_pronouns" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_shadow_pronouns
[ "region:us" ]
2023-04-03T23:02:06+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 370450, "num_examples": 1955}, {"name": "test", "num_bytes": 3569548, "num_examples": 18695}, {"name": "train", "num_bytes": 3487905, "num_examples": 18283}], "download_size": 4201042, "dataset_size": 7427903}}
2023-04-03T23:02:11+00:00
582d81e1459bddafe1f94b18a7c6a8b1f357dbd3
# Dataset Card for "MULTI_VALUE_qqp_regularized_reflexives_aave" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_regularized_reflexives_aave
[ "region:us" ]
2023-04-03T23:02:11+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 15218, "num_examples": 80}, {"name": "test", "num_bytes": 170556, "num_examples": 869}, {"name": "train", "num_bytes": 152024, "num_examples": 762}], "download_size": 189887, "dataset_size": 337798}}
2023-04-03T23:02:15+00:00
cb84e6070a04b889392120ae64d075ec52f548df
# Dataset Card for "MULTI_VALUE_qqp_clefting" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_clefting
[ "region:us" ]
2023-04-03T23:04:01+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 2825254, "num_examples": 16545}, {"name": "test", "num_bytes": 28100508, "num_examples": 163402}, {"name": "train", "num_bytes": 25361857, "num_examples": 148324}], "download_size": 33802148, "dataset_size": 56287619}}
2023-04-03T23:04:07+00:00
25ec3432ee1d5e976462d6cf6766e98a0be5fd1e
# Dataset Card for "MULTI_VALUE_qqp_clause_final_really_but" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_clause_final_really_but
[ "region:us" ]
2023-04-03T23:04:30+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 5173, "num_examples": 33}, {"name": "test", "num_bytes": 41200, "num_examples": 278}, {"name": "train", "num_bytes": 46754, "num_examples": 303}], "download_size": 61836, "dataset_size": 93127}}
2023-04-03T23:04:34+00:00
8139d195c99c498f7b32184c017498cfefa14cc8
# Dataset Card for "MULTI_VALUE_qqp_preposition_chopping" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_preposition_chopping
[ "region:us" ]
2023-04-03T23:04:54+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 49843, "num_examples": 294}, {"name": "test", "num_bytes": 487868, "num_examples": 2966}, {"name": "train", "num_bytes": 464051, "num_examples": 2792}], "download_size": 534154, "dataset_size": 1001762}}
2023-04-03T23:04:59+00:00
c0f0c1dec37a84a4e2aacf6384d8aef92a9f6570
# Dataset Card for "MULTI_VALUE_qqp_that_infinitival_subclause" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_that_infinitival_subclause
[ "region:us" ]
2023-04-03T23:04:59+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 55235, "num_examples": 267}, {"name": "test", "num_bytes": 576113, "num_examples": 2903}, {"name": "train", "num_bytes": 517641, "num_examples": 2529}], "download_size": 670627, "dataset_size": 1148989}}
2023-04-03T23:05:03+00:00
40565df691f8606a1a56d07f5ca6b2165aa6ecd0
# Dataset Card for "MULTI_VALUE_qqp_comparative_than" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_comparative_than
[ "region:us" ]
2023-04-03T23:05:07+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 32381, "num_examples": 172}, {"name": "test", "num_bytes": 310039, "num_examples": 1773}, {"name": "train", "num_bytes": 254302, "num_examples": 1437}], "download_size": 359366, "dataset_size": 596722}}
2023-04-03T23:05:11+00:00
e4cfbcc852ab39b126d23db948f562711052924f
# Dataset Card for "MULTI_VALUE_qqp_invariant_tag_fronted_isnt" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_invariant_tag_fronted_isnt
[ "region:us" ]
2023-04-03T23:05:13+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 212811, "num_examples": 1209}, {"name": "test", "num_bytes": 2484572, "num_examples": 13862}, {"name": "train", "num_bytes": 1970119, "num_examples": 11077}], "download_size": 2821184, "dataset_size": 4667502}}
2023-04-03T23:05:17+00:00
c778793019736db0e00b7749388da8541441bf92
# Dataset Card for "MULTI_VALUE_qqp_drop_aux_yn" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_drop_aux_yn
[ "region:us" ]
2023-04-03T23:05:53+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 4886130, "num_examples": 33863}, {"name": "test", "num_bytes": 47958838, "num_examples": 328953}, {"name": "train", "num_bytes": 43933825, "num_examples": 304232}], "download_size": 59709584, "dataset_size": 96778793}}
2023-04-03T23:06:00+00:00
72e47a1e9c4b1701efba5ff78c76a98375f294f1
# Dataset Card for "MULTI_VALUE_qqp_yall" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_yall
[ "region:us" ]
2023-04-03T23:06:57+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 959961, "num_examples": 6202}, {"name": "test", "num_bytes": 8822540, "num_examples": 55973}, {"name": "train", "num_bytes": 8683115, "num_examples": 55846}], "download_size": 10774302, "dataset_size": 18465616}}
2023-04-03T23:07:02+00:00
f55aaf68fff7cf776da4bda6b4d863ef7f5c3940
# Dataset Card for "MULTI_VALUE_qqp_it_is_referential" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_it_is_referential
[ "region:us" ]
2023-04-03T23:07:11+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 30264, "num_examples": 167}, {"name": "test", "num_bytes": 389888, "num_examples": 1969}, {"name": "train", "num_bytes": 326137, "num_examples": 1632}], "download_size": 462937, "dataset_size": 746289}}
2023-04-03T23:07:16+00:00
2199da4cf524f441083ad889b1a18aa88ca4c4cd
# Dataset Card for "MULTI_VALUE_qqp_medial_object_perfect" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_medial_object_perfect
[ "region:us" ]
2023-04-03T23:08:34+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 93257, "num_examples": 460}, {"name": "test", "num_bytes": 984186, "num_examples": 4799}, {"name": "train", "num_bytes": 838465, "num_examples": 3988}], "download_size": 1169238, "dataset_size": 1915908}}
2023-04-03T23:08:38+00:00
cfdefe2190eab8a5d847aa30db18a675015feef1
# Dataset Card for "MULTI_VALUE_qqp_clause_final_though_but" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_clause_final_though_but
[ "region:us" ]
2023-04-03T23:10:24+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 914, "num_examples": 5}, {"name": "test", "num_bytes": 10119, "num_examples": 42}, {"name": "train", "num_bytes": 9114, "num_examples": 37}], "download_size": 23042, "dataset_size": 20147}}
2023-04-03T23:10:28+00:00
0da2cfa1fcff002d44fab1f229bb45698c2d7377
# Dataset Card for "MULTI_VALUE_qqp_a_ing" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_a_ing
[ "region:us" ]
2023-04-03T23:11:37+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 1769080, "num_examples": 9569}, {"name": "test", "num_bytes": 17265757, "num_examples": 94216}, {"name": "train", "num_bytes": 15748086, "num_examples": 84826}], "download_size": 21690691, "dataset_size": 34782923}}
2023-04-03T23:11:42+00:00
6596261b08bce0414c03137c829806b0ad257dec
# Dataset Card for "MULTI_VALUE_qqp_comparative_more_and" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_comparative_more_and
[ "region:us" ]
2023-04-03T23:12:37+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 33212, "num_examples": 172}, {"name": "test", "num_bytes": 317883, "num_examples": 1773}, {"name": "train", "num_bytes": 260842, "num_examples": 1437}], "download_size": 364062, "dataset_size": 611937}}
2023-04-03T23:12:42+00:00
5b45869fa0f3a21519c3a4715755e9155f8ba874
# Dataset Card for "MULTI_VALUE_qqp_too_sub" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_too_sub
[ "region:us" ]
2023-04-03T23:13:19+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 51931, "num_examples": 246}, {"name": "test", "num_bytes": 555471, "num_examples": 2737}, {"name": "train", "num_bytes": 506560, "num_examples": 2413}], "download_size": 663061, "dataset_size": 1113962}}
2023-04-03T23:13:24+00:00
6a9e8b2b304e58223ba536448af6bf7c566d2746
# Dataset Card for "MULTI_VALUE_qqp_that_resultative_past_participle" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_that_resultative_past_participle
[ "region:us" ]
2023-04-03T23:14:34+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 2757, "num_examples": 13}, {"name": "test", "num_bytes": 22348, "num_examples": 120}, {"name": "train", "num_bytes": 23961, "num_examples": 121}], "download_size": 39213, "dataset_size": 49066}}
2023-04-03T23:14:38+00:00
f6e99f44f0b6408b18307a45d782116b745b8054
# Dataset Card for "MULTI_VALUE_qqp_referential_thing" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_referential_thing
[ "region:us" ]
2023-04-03T23:15:07+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 1047408, "num_examples": 5445}, {"name": "test", "num_bytes": 10522865, "num_examples": 54642}, {"name": "train", "num_bytes": 9461135, "num_examples": 48599}], "download_size": 12824499, "dataset_size": 21031408}}
2023-04-03T23:15:12+00:00
28339f991b1894497a7eab794fdd73174d694c25
# Dataset Card for "MULTI_VALUE_qqp_drop_aux_have" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_drop_aux_have
[ "region:us" ]
2023-04-03T23:15:53+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 306228, "num_examples": 1651}, {"name": "test", "num_bytes": 2904473, "num_examples": 15562}, {"name": "train", "num_bytes": 2764742, "num_examples": 14984}], "download_size": 3711320, "dataset_size": 5975443}}
2023-04-03T23:15:59+00:00
571f1220f550ad4e886f92d46ccece35d169c8de
# Dataset Card for "MULTI_VALUE_qqp_absolute_reflex" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_absolute_reflex
[ "region:us" ]
2023-04-03T23:16:02+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 195747, "num_examples": 855}, {"name": "test", "num_bytes": 2083885, "num_examples": 9193}, {"name": "train", "num_bytes": 1905950, "num_examples": 8216}], "download_size": 2537951, "dataset_size": 4185582}}
2023-04-03T23:16:07+00:00
9b0ba0e966aaacc95833d0f97e892d264d1a2ec5
# Dataset Card for "MULTI_VALUE_qqp_drop_inf_to" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_drop_inf_to
[ "region:us" ]
2023-04-03T23:16:22+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 1811611, "num_examples": 10789}, {"name": "test", "num_bytes": 18145678, "num_examples": 107361}, {"name": "train", "num_bytes": 16263832, "num_examples": 96674}], "download_size": 22460178, "dataset_size": 36221121}}
2023-04-03T23:16:27+00:00
f5691a48693644c2ad1d3c2f6c348bf14665d532
# Dataset Card for "MULTI_VALUE_qqp_zero_degree" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_zero_degree
[ "region:us" ]
2023-04-03T23:16:46+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 213355, "num_examples": 1365}, {"name": "test", "num_bytes": 2222722, "num_examples": 14283}, {"name": "train", "num_bytes": 1931290, "num_examples": 12389}], "download_size": 2381644, "dataset_size": 4367367}}
2023-04-03T23:16:51+00:00
998b4f16ed678ca2795631540f52e454e55b854c
# Dataset Card for "MULTI_VALUE_qqp_non_coordinated_subj_obj" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_non_coordinated_subj_obj
[ "region:us" ]
2023-04-03T23:17:17+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 383720, "num_examples": 1875}, {"name": "test", "num_bytes": 3949111, "num_examples": 19434}, {"name": "train", "num_bytes": 3561612, "num_examples": 17172}], "download_size": 4867281, "dataset_size": 7894443}}
2023-04-03T23:17:22+00:00
39f19f62c8ef9cf3eafec8b2cb06b5066d5afa57
# Dataset Card for "MULTI_VALUE_qqp_his_him" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_his_him
[ "region:us" ]
2023-04-03T23:17:44+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 88628, "num_examples": 431}, {"name": "test", "num_bytes": 979199, "num_examples": 4789}, {"name": "train", "num_bytes": 869255, "num_examples": 4174}], "download_size": 1208482, "dataset_size": 1937082}}
2023-04-03T23:17:49+00:00
f00433561f20191a303e27b24027b194c7e0d890
# Dataset Card for "MULTI_VALUE_qqp_his_he" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_his_he
[ "region:us" ]
2023-04-03T23:18:06+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 88053, "num_examples": 431}, {"name": "test", "num_bytes": 973194, "num_examples": 4789}, {"name": "train", "num_bytes": 863768, "num_examples": 4174}], "download_size": 1208346, "dataset_size": 1925015}}
2023-04-03T23:18:10+00:00
27d81032996a74632a69ac38e3ba5d7b3e5b06e2
# Dataset Card for "MULTI_VALUE_qqp_if_would" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_if_would
[ "region:us" ]
2023-04-03T23:18:13+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 597773, "num_examples": 2940}, {"name": "test", "num_bytes": 5891468, "num_examples": 29705}, {"name": "train", "num_bytes": 5380495, "num_examples": 26549}], "download_size": 7271826, "dataset_size": 11869736}}
2023-04-03T23:18:17+00:00
f3e354b89692563723ef1c6e878dc413928acc30
# Dataset Card for "MULTI_VALUE_qqp_analytic_whose_relativizer" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_analytic_whose_relativizer
[ "region:us" ]
2023-04-03T23:18:14+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 3705, "num_examples": 17}, {"name": "test", "num_bytes": 39408, "num_examples": 188}, {"name": "train", "num_bytes": 39665, "num_examples": 183}], "download_size": 57861, "dataset_size": 82778}}
2023-04-03T23:18:18+00:00
a63b21c66d06634c044ac36858916bdcb3e8f65d
# Dataset Card for "MULTI_VALUE_qqp_correlative_constructions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_correlative_constructions
[ "region:us" ]
2023-04-03T23:18:16+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 555271, "num_examples": 3244}, {"name": "test", "num_bytes": 5329137, "num_examples": 30836}, {"name": "train", "num_bytes": 5056323, "num_examples": 29690}], "download_size": 5769859, "dataset_size": 10940731}}
2023-04-03T23:18:20+00:00
ce024f1434e875b0b89eb09960c0d3d9c5bda75e
# Dataset Card for "MULTI_VALUE_qqp_a_participle" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_a_participle
[ "region:us" ]
2023-04-03T23:19:19+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 1606576, "num_examples": 8793}, {"name": "test", "num_bytes": 15488170, "num_examples": 85599}, {"name": "train", "num_bytes": 14289801, "num_examples": 78065}], "download_size": 19961258, "dataset_size": 31384547}}
2023-04-03T23:19:24+00:00
ca3b9e60e4ac39f02355ca0c74485fcbe5bcb21a
# Dataset Card for "MULTI_VALUE_qqp_you_ye" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_you_ye
[ "region:us" ]
2023-04-03T23:21:28+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 932001, "num_examples": 6202}, {"name": "test", "num_bytes": 8581643, "num_examples": 55973}, {"name": "train", "num_bytes": 8431715, "num_examples": 55846}], "download_size": 10713867, "dataset_size": 17945359}}
2023-04-03T23:21:33+00:00
34cab156b420a15911f6ad47360430bd2cc36ff3
# Dataset Card for "MULTI_VALUE_qqp_perfect_already" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_perfect_already
[ "region:us" ]
2023-04-03T23:21:29+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 237907, "num_examples": 1217}, {"name": "test", "num_bytes": 2232355, "num_examples": 11275}, {"name": "train", "num_bytes": 2113428, "num_examples": 10705}], "download_size": 2700603, "dataset_size": 4583690}}
2023-04-03T23:21:34+00:00
49f2526beb58cc3599c0c311d7c5451900a8616c
# Dataset Card for "MULTI_VALUE_qqp_were_was" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_were_was
[ "region:us" ]
2023-04-03T23:21:59+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 84888, "num_examples": 427}, {"name": "test", "num_bytes": 731120, "num_examples": 3927}, {"name": "train", "num_bytes": 776350, "num_examples": 4014}], "download_size": 922236, "dataset_size": 1592358}}
2023-04-03T23:22:04+00:00
ffacb24c22f74f1c7b22f12f6b639731a2c7543a
# Dataset Card for "MULTI_VALUE_qqp_invariant_tag_can_or_not" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_invariant_tag_can_or_not
[ "region:us" ]
2023-04-03T23:22:41+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 1162237, "num_examples": 6861}, {"name": "test", "num_bytes": 12075266, "num_examples": 70496}, {"name": "train", "num_bytes": 10449593, "num_examples": 61128}], "download_size": 14475464, "dataset_size": 23687096}}
2023-04-03T23:22:46+00:00
58704ad51837fb9056d77ff6cf7c9471e515cae0
# Dataset Card for "MULTI_VALUE_qqp_completive_have_done" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_completive_have_done
[ "region:us" ]
2023-04-03T23:23:15+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 320561, "num_examples": 1592}, {"name": "test", "num_bytes": 3032695, "num_examples": 14898}, {"name": "train", "num_bytes": 2870377, "num_examples": 14143}], "download_size": 3780264, "dataset_size": 6223633}}
2023-04-03T23:23:20+00:00
0caae724204462dda4fafa6d2c5b3a9b9afab18d
# Dataset Card for "MULTI_VALUE_qqp_my_me" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_my_me
[ "region:us" ]
2023-04-03T23:23:59+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 800591, "num_examples": 4654}, {"name": "test", "num_bytes": 8527694, "num_examples": 48427}, {"name": "train", "num_bytes": 7426425, "num_examples": 42844}], "download_size": 10087004, "dataset_size": 16754710}}
2023-04-03T23:24:04+00:00
6fb17e90e8b6985e86377c6502d43da6ed6f1d0d
# Dataset Card for "MULTI_VALUE_qqp_one_relativizer" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_one_relativizer
[ "region:us" ]
2023-04-03T23:24:10+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 6171138, "num_examples": 38815}, {"name": "test", "num_bytes": 60387170, "num_examples": 376333}, {"name": "train", "num_bytes": 55637130, "num_examples": 349618}], "download_size": 74326998, "dataset_size": 122195438}}
2023-04-03T23:24:17+00:00
2badf8f3af4a36eb776234b28fecd57a081fb125
# Dataset Card for "MULTI_VALUE_qqp_possessives_for_pre" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_possessives_for_pre
[ "region:us" ]
2023-04-03T23:26:05+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 1763868, "num_examples": 9983}, {"name": "test", "num_bytes": 17601721, "num_examples": 98443}, {"name": "train", "num_bytes": 16202385, "num_examples": 91164}], "download_size": 21836689, "dataset_size": 35567974}}
2023-04-03T23:26:10+00:00
87d9ef16c18b3eb0b2c4adf9735da89e4b915171
# Dataset Card for "MULTI_VALUE_qqp_me_us" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_me_us
[ "region:us" ]
2023-04-03T23:26:37+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 228561, "num_examples": 1123}, {"name": "test", "num_bytes": 2540496, "num_examples": 12498}, {"name": "train", "num_bytes": 2165541, "num_examples": 10495}], "download_size": 2992936, "dataset_size": 4934598}}
2023-04-03T23:26:42+00:00
760052bd8b4d43a18ce3cb91815d76263e53e9a3
# Dataset Card for "MULTI_VALUE_qqp_is_am_1s" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_is_am_1s
[ "region:us" ]
2023-04-03T23:28:35+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 402895, "num_examples": 1934}, {"name": "test", "num_bytes": 4434043, "num_examples": 21353}, {"name": "train", "num_bytes": 3757451, "num_examples": 17732}], "download_size": 5341931, "dataset_size": 8594389}}
2023-04-03T23:28:40+00:00
be49167f0680d3dec5fcd695566db9dbd42a1428
# Dataset Card for "MULTI_VALUE_qqp_invariant_tag_non_concord" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_invariant_tag_non_concord
[ "region:us" ]
2023-04-03T23:31:04+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 1145055, "num_examples": 6861}, {"name": "test", "num_bytes": 11906604, "num_examples": 70496}, {"name": "train", "num_bytes": 10296343, "num_examples": 61128}], "download_size": 14400297, "dataset_size": 23348002}}
2023-04-03T23:31:09+00:00
b2238cf8779f8191a97e39fb478989bf0a9dbd21
# Dataset Card for "MULTI_VALUE_qqp_adj_postfix" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_adj_postfix
[ "region:us" ]
2023-04-03T23:32:13+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 2856162, "num_examples": 16756}, {"name": "test", "num_bytes": 28114750, "num_examples": 166388}, {"name": "train", "num_bytes": 25519781, "num_examples": 149488}], "download_size": 35380273, "dataset_size": 56490693}}
2023-04-03T23:32:19+00:00
8bd9dc308dba4d9f3b383a0ef5f8aac74ddeb813
# Dataset Card for "MULTI_VALUE_qqp_double_modals" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_double_modals
[ "region:us" ]
2023-04-03T23:32:25+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 2700896, "num_examples": 15697}, {"name": "test", "num_bytes": 26919035, "num_examples": 154803}, {"name": "train", "num_bytes": 24486040, "num_examples": 141726}], "download_size": 32597194, "dataset_size": 54105971}}
2023-04-03T23:32:31+00:00
91eba694e00cd00009275cfba89b1a41d9dd40b7
# Dataset Card for "MULTI_VALUE_qqp_their_they" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_their_they
[ "region:us" ]
2023-04-03T23:33:37+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 173047, "num_examples": 889}, {"name": "test", "num_bytes": 1848693, "num_examples": 9528}, {"name": "train", "num_bytes": 1672751, "num_examples": 8499}], "download_size": 2170408, "dataset_size": 3694491}}
2023-04-03T23:33:42+00:00
99322015d0bf040b8330f2164d4e4d3de141ff24
# Dataset Card for "MULTI_VALUE_qqp_standing_stood" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_standing_stood
[ "region:us" ]
2023-04-03T23:34:10+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 730, "num_examples": 4}, {"name": "test", "num_bytes": 6719, "num_examples": 36}, {"name": "train", "num_bytes": 7067, "num_examples": 28}], "download_size": 17711, "dataset_size": 14516}}
2023-04-03T23:34:14+00:00
0df9527f589619241747fd87f913471f9989dd2d
# Dataset Card for "MULTI_VALUE_qqp_existential_possessives" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_existential_possessives
[ "region:us" ]
2023-04-03T23:34:16+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 78005, "num_examples": 348}, {"name": "test", "num_bytes": 845280, "num_examples": 3805}, {"name": "train", "num_bytes": 715153, "num_examples": 3170}], "download_size": 1007677, "dataset_size": 1638438}}
2023-04-03T23:34:20+00:00
fba83bd6aeb2748d6f3c98544f67067a2cc99f4c
# Dataset Card for "MULTI_VALUE_qqp_drop_copula_be_NP" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_drop_copula_be_NP
[ "region:us" ]
2023-04-03T23:34:36+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 986671, "num_examples": 6782}, {"name": "test", "num_bytes": 9987748, "num_examples": 67911}, {"name": "train", "num_bytes": 8876057, "num_examples": 61027}], "download_size": 11817070, "dataset_size": 19850476}}
2023-04-03T23:34:41+00:00
4bf55541e607f5a28dfe2ab9cb169a28f8480a68
# Dataset Card for "MULTI_VALUE_qqp_null_relcl" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_null_relcl
[ "region:us" ]
2023-04-03T23:34:37+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 721960, "num_examples": 3911}, {"name": "test", "num_bytes": 7126629, "num_examples": 38689}, {"name": "train", "num_bytes": 6604189, "num_examples": 35626}], "download_size": 8799794, "dataset_size": 14452778}}
2023-04-03T23:34:42+00:00
ede5940326819be8ed878ab736b199bad64fc399
# Dataset Card for "MULTI_VALUE_qqp_past_for_past_participle" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_past_for_past_participle
[ "region:us" ]
2023-04-03T23:35:13+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 271095, "num_examples": 1480}, {"name": "test", "num_bytes": 2533764, "num_examples": 13791}, {"name": "train", "num_bytes": 2334435, "num_examples": 12752}], "download_size": 3194795, "dataset_size": 5139294}}
2023-04-03T23:35:18+00:00
90a21beec7807fa77f511e4b4a17bbbdff76d629
# Dataset Card for "MULTI_VALUE_qqp_our_us" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_our_us
[ "region:us" ]
2023-04-03T23:35:48+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 67874, "num_examples": 378}, {"name": "test", "num_bytes": 579053, "num_examples": 3247}, {"name": "train", "num_bytes": 597127, "num_examples": 3219}], "download_size": 734308, "dataset_size": 1244054}}
2023-04-03T23:35:53+00:00
bfbcb20576e2842a48fa932ee9c6377cfa5b560e
# Dataset Card for "MULTI_VALUE_qqp_will_would" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_will_would
[ "region:us" ]
2023-04-03T23:36:36+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 404757, "num_examples": 2159}, {"name": "test", "num_bytes": 3748194, "num_examples": 20239}, {"name": "train", "num_bytes": 3626896, "num_examples": 19503}], "download_size": 4692476, "dataset_size": 7779847}}
2023-04-03T23:36:41+00:00
b07d876fd55f51c7c4f3cf92505546a99b55364a
# Dataset Card for "MULTI_VALUE_qqp_negative_concord" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_negative_concord
[ "region:us" ]
2023-04-03T23:36:59+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 263412, "num_examples": 1287}, {"name": "test", "num_bytes": 2533925, "num_examples": 12560}, {"name": "train", "num_bytes": 2342158, "num_examples": 11233}], "download_size": 3216285, "dataset_size": 5139495}}
2023-04-03T23:37:04+00:00
b43642e641361fbc692f4a33f8f51259aa72870a
# Dataset Card for "MULTI_VALUE_qqp_participle_past_tense" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_participle_past_tense
[ "region:us" ]
2023-04-03T23:37:33+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 126913, "num_examples": 609}, {"name": "test", "num_bytes": 1380942, "num_examples": 6474}, {"name": "train", "num_bytes": 1258173, "num_examples": 5783}], "download_size": 1709920, "dataset_size": 2766028}}
2023-04-03T23:37:38+00:00
d0d2edaa0039b0bce9371cca3f3b7fd3920a9f74
# Dataset Card for "MULTI_VALUE_qqp_bare_perfect" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_bare_perfect
[ "region:us" ]
2023-04-03T23:39:05+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 961051, "num_examples": 5271}, {"name": "test", "num_bytes": 9399530, "num_examples": 51736}, {"name": "train", "num_bytes": 8688168, "num_examples": 47304}], "download_size": 12091894, "dataset_size": 19048749}}
2023-04-03T23:39:10+00:00
78a9d9c272f0c7842fa1d2e7041c079e81d45a15
# Dataset Card for "MULTI_VALUE_qqp_analytic_superlative" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_analytic_superlative
[ "region:us" ]
2023-04-03T23:41:24+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 866229, "num_examples": 5699}, {"name": "test", "num_bytes": 8686312, "num_examples": 55717}, {"name": "train", "num_bytes": 7958668, "num_examples": 52303}], "download_size": 9064404, "dataset_size": 17511209}}
2023-04-03T23:41:29+00:00
e9914980ce11594657d841afd7a37c74a9dc9408
# Dataset Card for "MULTI_VALUE_qqp_for_to" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_for_to
[ "region:us" ]
2023-04-03T23:43:53+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 1915882, "num_examples": 10789}, {"name": "test", "num_bytes": 19171559, "num_examples": 107361}, {"name": "train", "num_bytes": 17202176, "num_examples": 96674}], "download_size": 23037580, "dataset_size": 38289617}}
2023-04-03T23:43:58+00:00
ea3fdd0cef146f43f280b35d6398b7855b6e998f
# Dataset Card for "MULTI_VALUE_qqp_demonstrative_no_number" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_demonstrative_no_number
[ "region:us" ]
2023-04-03T23:44:02+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 70321, "num_examples": 322}, {"name": "test", "num_bytes": 567920, "num_examples": 2682}, {"name": "train", "num_bytes": 605496, "num_examples": 2663}], "download_size": 706442, "dataset_size": 1243737}}
2023-04-03T23:44:06+00:00
6127139daacabf4025c97949c412d6f1bf9e673b
# Dataset Card for "MULTI_VALUE_qqp_existential_it" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_existential_it
[ "region:us" ]
2023-04-03T23:45:28+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 330798, "num_examples": 1870}, {"name": "test", "num_bytes": 3260041, "num_examples": 18707}, {"name": "train", "num_bytes": 2875789, "num_examples": 16269}], "download_size": 4020256, "dataset_size": 6466628}}
2023-04-03T23:45:33+00:00
3023f13b8d69c1a1123a58b70cef2da6401185e4
# Dataset Card for "MULTI_VALUE_qqp_wasnt_werent" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_wasnt_werent
[ "region:us" ]
2023-04-03T23:46:48+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 4115, "num_examples": 20}, {"name": "test", "num_bytes": 40299, "num_examples": 197}, {"name": "train", "num_bytes": 36234, "num_examples": 171}], "download_size": 59914, "dataset_size": 80648}}
2023-04-03T23:46:52+00:00
b3e41e9f0bb5149fd97302a2e13c11b56e79e784
# Dataset Card for "MULTI_VALUE_qqp_simple_past_for_present_perfect" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_simple_past_for_present_perfect
[ "region:us" ]
2023-04-03T23:47:18+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 274479, "num_examples": 1494}, {"name": "test", "num_bytes": 2605532, "num_examples": 13910}, {"name": "train", "num_bytes": 2463487, "num_examples": 13233}], "download_size": 3246396, "dataset_size": 5343498}}
2023-04-03T23:47:23+00:00
eb6b730ec0509c7966dfb8ed628ed0d2350a4cbc
# Dataset Card for "VALUE_qqp_lexical" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/VALUE_qqp_lexical
[ "region:us" ]
2023-04-03T23:47:24+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 5112997, "num_examples": 33049}, {"name": "test", "num_bytes": 49525697, "num_examples": 317746}, {"name": "train", "num_bytes": 45860835, "num_examples": 296037}], "download_size": 64169645, "dataset_size": 100499529}}
2023-04-03T23:47:31+00:00
a757a7fb15b67c18ec93c100136b376ebaa87f47
# Dataset Card for "MULTI_VALUE_qqp_regularized_plurals" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_regularized_plurals
[ "region:us" ]
2023-04-03T23:47:29+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 673793, "num_examples": 3870}, {"name": "test", "num_bytes": 6444441, "num_examples": 37456}, {"name": "train", "num_bytes": 5921716, "num_examples": 34003}], "download_size": 7920308, "dataset_size": 13039950}}
2023-04-03T23:47:34+00:00
b1bc35ff1e0a65a164ee2c6757913efd41aa8d89
# Dataset Card for "MULTI_VALUE_qqp_indefinite_for_zero" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_indefinite_for_zero
[ "region:us" ]
2023-04-03T23:47:35+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 5917250, "num_examples": 36410}, {"name": "test", "num_bytes": 58491304, "num_examples": 357650}, {"name": "train", "num_bytes": 53405562, "num_examples": 328602}], "download_size": 72351895, "dataset_size": 117814116}}
2023-04-03T23:47:43+00:00
d06f583eb37c4df1dab2677897166ce864804395
# Dataset Card for "MULTI_VALUE_qqp_drop_aux_be_gonna" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_drop_aux_be_gonna
[ "region:us" ]
2023-04-03T23:49:28+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 28938, "num_examples": 162}, {"name": "test", "num_bytes": 266501, "num_examples": 1510}, {"name": "train", "num_bytes": 282411, "num_examples": 1572}], "download_size": 314708, "dataset_size": 577850}}
2023-04-03T23:49:32+00:00
e15002007903d3e64c8204f08f65abd32d98a4e1
# Dataset Card for "MULTI_VALUE_qqp_aint_be" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_aint_be
[ "region:us" ]
2023-04-03T23:49:47+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 205291, "num_examples": 1000}, {"name": "test", "num_bytes": 1947460, "num_examples": 9782}, {"name": "train", "num_bytes": 1875413, "num_examples": 9058}], "download_size": 2511422, "dataset_size": 4028164}}
2023-04-03T23:49:52+00:00
72b369e9e5c2258b8533aae4c9c2e3a185c39bf9
# Dataset Card for "MULTI_VALUE_qqp_indefinite_for_definite_articles" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_indefinite_for_definite_articles
[ "region:us" ]
2023-04-03T23:50:32+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 3364363, "num_examples": 20825}, {"name": "test", "num_bytes": 33293109, "num_examples": 206423}, {"name": "train", "num_bytes": 30376125, "num_examples": 187936}], "download_size": 41389280, "dataset_size": 67033597}}
2023-04-03T23:50:38+00:00
aa156035779c9f9755aabd1dcb9fd12a1916caaa
# Dataset Card for "MULTI_VALUE_qqp_superlative_before_matrix_head" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_superlative_before_matrix_head
[ "region:us" ]
2023-04-03T23:53:43+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 841, "num_examples": 6}, {"name": "test", "num_bytes": 8354, "num_examples": 57}, {"name": "train", "num_bytes": 5881, "num_examples": 42}], "download_size": 16043, "dataset_size": 15076}}
2023-04-03T23:53:47+00:00
62ddd6791bd2e05e238ea52f735beed3a6a44478
# Dataset Card for "MULTI_VALUE_qqp_your_you" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_your_you
[ "region:us" ]
2023-04-03T23:54:13+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 380050, "num_examples": 2522}, {"name": "test", "num_bytes": 3317067, "num_examples": 21436}, {"name": "train", "num_bytes": 3373529, "num_examples": 22352}], "download_size": 3991747, "dataset_size": 7070646}}
2023-04-03T23:54:18+00:00
374a2d5ddcde4037cb2a7e8776480226097d83a0
# Dataset Card for "MULTI_VALUE_qqp_plural_postposed" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_plural_postposed
[ "region:us" ]
2023-04-03T23:54:31+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 3950975, "num_examples": 22759}, {"name": "test", "num_bytes": 38722182, "num_examples": 223736}, {"name": "train", "num_bytes": 35333454, "num_examples": 203295}], "download_size": 47016225, "dataset_size": 78006611}}
2023-04-03T23:54:38+00:00
431146ca60424c178d3b1e0b7b860cbba0f9f415
# Dataset Card for "MULTI_VALUE_qqp_zero_plural_after_quantifier" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_zero_plural_after_quantifier
[ "region:us" ]
2023-04-03T23:55:26+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 470472, "num_examples": 2434}, {"name": "test", "num_bytes": 4422150, "num_examples": 23007}, {"name": "train", "num_bytes": 4149857, "num_examples": 21376}], "download_size": 5565037, "dataset_size": 9042479}}
2023-04-03T23:55:31+00:00
4a829e626bed41513265eb744ff660a9d5785b84
# Dataset Card for "MULTI_VALUE_qqp_demonstrative_for_definite_articles" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_demonstrative_for_definite_articles
[ "region:us" ]
2023-04-03T23:56:09+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 2825819, "num_examples": 16672}, {"name": "test", "num_bytes": 28032248, "num_examples": 166650}, {"name": "train", "num_bytes": 25640400, "num_examples": 151439}], "download_size": 34519184, "dataset_size": 56498467}}
2023-04-03T23:56:15+00:00
7b98d2f60f782d33b0ef5d2489f99665f9eb8557
# Dataset Card for "MULTI_VALUE_qqp_present_for_exp_perfect" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_present_for_exp_perfect
[ "region:us" ]
2023-04-03T23:56:12+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 273356, "num_examples": 1494}, {"name": "test", "num_bytes": 2595132, "num_examples": 13910}, {"name": "train", "num_bytes": 2453552, "num_examples": 13233}], "download_size": 3234250, "dataset_size": 5322040}}
2023-04-03T23:56:17+00:00
29cceb61ae827ec5575d0aac062d0fdb96ca8401
# Dataset Card for "MULTI_VALUE_qqp_your_yalls" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_your_yalls
[ "region:us" ]
2023-04-03T23:56:17+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 393794, "num_examples": 2522}, {"name": "test", "num_bytes": 3429419, "num_examples": 21436}, {"name": "train", "num_bytes": 3495533, "num_examples": 22352}], "download_size": 4034122, "dataset_size": 7318746}}
2023-04-03T23:56:22+00:00
e13eb8b5265a444307fc23f281acabf6e775d0a7
# Dataset Card for "MULTI_VALUE_qqp_emphatic_reflex" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_emphatic_reflex
[ "region:us" ]
2023-04-03T23:56:22+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 47188, "num_examples": 261}, {"name": "test", "num_bytes": 529221, "num_examples": 2978}, {"name": "train", "num_bytes": 462131, "num_examples": 2578}], "download_size": 543127, "dataset_size": 1038540}}
2023-04-03T23:56:26+00:00
2ce2946dfeeab60ea74624d337a265ef068f7fc4
# Dataset Card for "MULTI_VALUE_qqp_it_dobj" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_it_dobj
[ "region:us" ]
2023-04-03T23:56:42+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 148781, "num_examples": 705}, {"name": "test", "num_bytes": 1519695, "num_examples": 7400}, {"name": "train", "num_bytes": 1439099, "num_examples": 6741}], "download_size": 1865130, "dataset_size": 3107575}}
2023-04-03T23:56:47+00:00
c4b308713d072bf3ace5818cf8f8ec138b3498c2
# Dataset Card for "MULTI_VALUE_qqp_what_comparative" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_what_comparative
[ "region:us" ]
2023-04-03T23:56:52+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 2890, "num_examples": 13}, {"name": "test", "num_bytes": 23663, "num_examples": 117}, {"name": "train", "num_bytes": 23235, "num_examples": 123}], "download_size": 39350, "dataset_size": 49788}}
2023-04-03T23:56:56+00:00
915ef25cd0d4748ec0344989062ad0f119f10842
# Dataset Card for "MULTI_VALUE_qqp_em_obj_pronoun" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_em_obj_pronoun
[ "region:us" ]
2023-04-03T23:56:55+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 278153, "num_examples": 1330}, {"name": "test", "num_bytes": 2812194, "num_examples": 13505}, {"name": "train", "num_bytes": 2618023, "num_examples": 12240}], "download_size": 3565928, "dataset_size": 5708370}}
2023-04-03T23:57:00+00:00
826e2841fd208c209ae259a492fb3bb2cfe8e8ff
# Dataset Card for "MULTI_VALUE_qqp_our_we" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_our_we
[ "region:us" ]
2023-04-03T23:56:57+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 67874, "num_examples": 378}, {"name": "test", "num_bytes": 579053, "num_examples": 3247}, {"name": "train", "num_bytes": 597127, "num_examples": 3219}], "download_size": 733135, "dataset_size": 1244054}}
2023-04-03T23:57:01+00:00
df4bfb39c841fb2d93e5ee9e8667c9251c05a7c5
# Dataset Card for "MULTI_VALUE_qqp_those_them" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_those_them
[ "region:us" ]
2023-04-03T23:57:11+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 29591, "num_examples": 129}, {"name": "test", "num_bytes": 237332, "num_examples": 1074}, {"name": "train", "num_bytes": 245234, "num_examples": 1065}], "download_size": 298360, "dataset_size": 512157}}
2023-04-03T23:57:15+00:00
bdfd42325d67c9d3e93ac59e2ebd47c6e4ce112d
# Dataset Card for "MULTI_VALUE_qqp_null_prepositions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_null_prepositions
[ "region:us" ]
2023-04-03T23:57:22+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 4873167, "num_examples": 32221}, {"name": "test", "num_bytes": 48585972, "num_examples": 321638}, {"name": "train", "num_bytes": 43863927, "num_examples": 289655}], "download_size": 60170088, "dataset_size": 97323066}}
2023-04-03T23:57:29+00:00
e8a7b1b9497d6110bf45dfc0446a407ba2874694
# Dataset Card for "MULTI_VALUE_qqp_present_perfect_for_past" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_present_perfect_for_past
[ "region:us" ]
2023-04-03T23:57:29+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 842481, "num_examples": 4302}, {"name": "test", "num_bytes": 8245632, "num_examples": 42265}, {"name": "train", "num_bytes": 7701770, "num_examples": 39183}], "download_size": 10545018, "dataset_size": 16789883}}
2023-04-03T23:57:33+00:00
a175196c45b34fed74e1b2650977d50977464876
# Dataset Card for "MULTI_VALUE_qqp_regularized_reflexives" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_regularized_reflexives
[ "region:us" ]
2023-04-03T23:57:53+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 15280, "num_examples": 80}, {"name": "test", "num_bytes": 171179, "num_examples": 869}, {"name": "train", "num_bytes": 152619, "num_examples": 762}], "download_size": 190118, "dataset_size": 339078}}
2023-04-03T23:57:58+00:00
eda831f12a16d7e7bb490e09308ae3986ce0b260
# Dataset Card for "MULTI_VALUE_qqp_serial_verb_go" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
liuyanchen1015/MULTI_VALUE_qqp_serial_verb_go
[ "region:us" ]
2023-04-03T23:58:05+00:00
{"dataset_info": {"features": [{"name": "question1", "dtype": "string"}, {"name": "question2", "dtype": "string"}, {"name": "label", "dtype": "int64"}, {"name": "idx", "dtype": "int64"}, {"name": "value_score", "dtype": "int64"}], "splits": [{"name": "dev", "num_bytes": 140938, "num_examples": 727}, {"name": "test", "num_bytes": 1354065, "num_examples": 7177}, {"name": "train", "num_bytes": 1250897, "num_examples": 6459}], "download_size": 1652996, "dataset_size": 2745900}}
2023-04-03T23:58:10+00:00