Your descriptive commit message
Browse files- MedNLI/dataset_dict.json +1 -0
- MedNLI/test/data-00000-of-00001.arrow +3 -0
- MedNLI/test/dataset_info.json +77 -0
- MedNLI/test/state.json +13 -0
- MedNLI/train/data-00000-of-00001.arrow +3 -0
- MedNLI/train/dataset_info.json +77 -0
- MedNLI/train/state.json +13 -0
- MedNLI/valid/data-00000-of-00001.arrow +3 -0
- MedNLI/valid/dataset_info.json +77 -0
- MedNLI/valid/state.json +13 -0
MedNLI/dataset_dict.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"splits": ["train", "test", "valid"]}
|
MedNLI/test/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ca3f7f4499bc988f90cb1eacff6744cc4d5aa1588061204454c078683e74b81
|
| 3 |
+
size 607240
|
MedNLI/test/dataset_info.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "parquet",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "default",
|
| 5 |
+
"dataset_name": "med_nli_test",
|
| 6 |
+
"dataset_size": 6041880,
|
| 7 |
+
"description": "",
|
| 8 |
+
"download_checksums": {
|
| 9 |
+
"hf://datasets/hippocrates/MedNLI_test@afeaf86093a401432f81e9000d8039c970223046/data/train-00000-of-00001-210cfe9263b99806.parquet": {
|
| 10 |
+
"num_bytes": 815795,
|
| 11 |
+
"checksum": null
|
| 12 |
+
},
|
| 13 |
+
"hf://datasets/hippocrates/MedNLI_test@afeaf86093a401432f81e9000d8039c970223046/data/test-00000-of-00001-47685aa42db61e77.parquet": {
|
| 14 |
+
"num_bytes": 104302,
|
| 15 |
+
"checksum": null
|
| 16 |
+
},
|
| 17 |
+
"hf://datasets/hippocrates/MedNLI_test@afeaf86093a401432f81e9000d8039c970223046/data/valid-00000-of-00001-cc552de6d1a6fa4b.parquet": {
|
| 18 |
+
"num_bytes": 107092,
|
| 19 |
+
"checksum": null
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"download_size": 1027189,
|
| 23 |
+
"features": {
|
| 24 |
+
"id": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"query": {
|
| 29 |
+
"dtype": "string",
|
| 30 |
+
"_type": "Value"
|
| 31 |
+
},
|
| 32 |
+
"answer": {
|
| 33 |
+
"dtype": "string",
|
| 34 |
+
"_type": "Value"
|
| 35 |
+
},
|
| 36 |
+
"choices": {
|
| 37 |
+
"feature": {
|
| 38 |
+
"dtype": "string",
|
| 39 |
+
"_type": "Value"
|
| 40 |
+
},
|
| 41 |
+
"_type": "Sequence"
|
| 42 |
+
},
|
| 43 |
+
"gold": {
|
| 44 |
+
"dtype": "int64",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
}
|
| 47 |
+
},
|
| 48 |
+
"homepage": "",
|
| 49 |
+
"license": "",
|
| 50 |
+
"size_in_bytes": 7069069,
|
| 51 |
+
"splits": {
|
| 52 |
+
"train": {
|
| 53 |
+
"name": "train",
|
| 54 |
+
"num_bytes": 4829688,
|
| 55 |
+
"num_examples": 11232,
|
| 56 |
+
"dataset_name": "med_nli_test"
|
| 57 |
+
},
|
| 58 |
+
"test": {
|
| 59 |
+
"name": "test",
|
| 60 |
+
"num_bytes": 605694,
|
| 61 |
+
"num_examples": 1422,
|
| 62 |
+
"dataset_name": "med_nli_test"
|
| 63 |
+
},
|
| 64 |
+
"valid": {
|
| 65 |
+
"name": "valid",
|
| 66 |
+
"num_bytes": 606498,
|
| 67 |
+
"num_examples": 1395,
|
| 68 |
+
"dataset_name": "med_nli_test"
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"version": {
|
| 72 |
+
"version_str": "0.0.0",
|
| 73 |
+
"major": 0,
|
| 74 |
+
"minor": 0,
|
| 75 |
+
"patch": 0
|
| 76 |
+
}
|
| 77 |
+
}
|
MedNLI/test/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "bb973f8aa80e69b5",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "test"
|
| 13 |
+
}
|
MedNLI/train/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17401b2607da79a28f2c71e9e6e1c08c846a06b9f460512ed82c347ceb4e2faf
|
| 3 |
+
size 4834944
|
MedNLI/train/dataset_info.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "parquet",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "default",
|
| 5 |
+
"dataset_name": "med_nli_test",
|
| 6 |
+
"dataset_size": 6041880,
|
| 7 |
+
"description": "",
|
| 8 |
+
"download_checksums": {
|
| 9 |
+
"hf://datasets/hippocrates/MedNLI_test@afeaf86093a401432f81e9000d8039c970223046/data/train-00000-of-00001-210cfe9263b99806.parquet": {
|
| 10 |
+
"num_bytes": 815795,
|
| 11 |
+
"checksum": null
|
| 12 |
+
},
|
| 13 |
+
"hf://datasets/hippocrates/MedNLI_test@afeaf86093a401432f81e9000d8039c970223046/data/test-00000-of-00001-47685aa42db61e77.parquet": {
|
| 14 |
+
"num_bytes": 104302,
|
| 15 |
+
"checksum": null
|
| 16 |
+
},
|
| 17 |
+
"hf://datasets/hippocrates/MedNLI_test@afeaf86093a401432f81e9000d8039c970223046/data/valid-00000-of-00001-cc552de6d1a6fa4b.parquet": {
|
| 18 |
+
"num_bytes": 107092,
|
| 19 |
+
"checksum": null
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"download_size": 1027189,
|
| 23 |
+
"features": {
|
| 24 |
+
"id": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"query": {
|
| 29 |
+
"dtype": "string",
|
| 30 |
+
"_type": "Value"
|
| 31 |
+
},
|
| 32 |
+
"answer": {
|
| 33 |
+
"dtype": "string",
|
| 34 |
+
"_type": "Value"
|
| 35 |
+
},
|
| 36 |
+
"choices": {
|
| 37 |
+
"feature": {
|
| 38 |
+
"dtype": "string",
|
| 39 |
+
"_type": "Value"
|
| 40 |
+
},
|
| 41 |
+
"_type": "Sequence"
|
| 42 |
+
},
|
| 43 |
+
"gold": {
|
| 44 |
+
"dtype": "int64",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
}
|
| 47 |
+
},
|
| 48 |
+
"homepage": "",
|
| 49 |
+
"license": "",
|
| 50 |
+
"size_in_bytes": 7069069,
|
| 51 |
+
"splits": {
|
| 52 |
+
"train": {
|
| 53 |
+
"name": "train",
|
| 54 |
+
"num_bytes": 4829688,
|
| 55 |
+
"num_examples": 11232,
|
| 56 |
+
"dataset_name": "med_nli_test"
|
| 57 |
+
},
|
| 58 |
+
"test": {
|
| 59 |
+
"name": "test",
|
| 60 |
+
"num_bytes": 605694,
|
| 61 |
+
"num_examples": 1422,
|
| 62 |
+
"dataset_name": "med_nli_test"
|
| 63 |
+
},
|
| 64 |
+
"valid": {
|
| 65 |
+
"name": "valid",
|
| 66 |
+
"num_bytes": 606498,
|
| 67 |
+
"num_examples": 1395,
|
| 68 |
+
"dataset_name": "med_nli_test"
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"version": {
|
| 72 |
+
"version_str": "0.0.0",
|
| 73 |
+
"major": 0,
|
| 74 |
+
"minor": 0,
|
| 75 |
+
"patch": 0
|
| 76 |
+
}
|
| 77 |
+
}
|
MedNLI/train/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "b39d343d47936582",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "train"
|
| 13 |
+
}
|
MedNLI/valid/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8716939b93c078879603070170964a5a27876c62393ad6e2ed9b383571e227e5
|
| 3 |
+
size 608024
|
MedNLI/valid/dataset_info.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": "parquet",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": "default",
|
| 5 |
+
"dataset_name": "med_nli_test",
|
| 6 |
+
"dataset_size": 6041880,
|
| 7 |
+
"description": "",
|
| 8 |
+
"download_checksums": {
|
| 9 |
+
"hf://datasets/hippocrates/MedNLI_test@afeaf86093a401432f81e9000d8039c970223046/data/train-00000-of-00001-210cfe9263b99806.parquet": {
|
| 10 |
+
"num_bytes": 815795,
|
| 11 |
+
"checksum": null
|
| 12 |
+
},
|
| 13 |
+
"hf://datasets/hippocrates/MedNLI_test@afeaf86093a401432f81e9000d8039c970223046/data/test-00000-of-00001-47685aa42db61e77.parquet": {
|
| 14 |
+
"num_bytes": 104302,
|
| 15 |
+
"checksum": null
|
| 16 |
+
},
|
| 17 |
+
"hf://datasets/hippocrates/MedNLI_test@afeaf86093a401432f81e9000d8039c970223046/data/valid-00000-of-00001-cc552de6d1a6fa4b.parquet": {
|
| 18 |
+
"num_bytes": 107092,
|
| 19 |
+
"checksum": null
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"download_size": 1027189,
|
| 23 |
+
"features": {
|
| 24 |
+
"id": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"query": {
|
| 29 |
+
"dtype": "string",
|
| 30 |
+
"_type": "Value"
|
| 31 |
+
},
|
| 32 |
+
"answer": {
|
| 33 |
+
"dtype": "string",
|
| 34 |
+
"_type": "Value"
|
| 35 |
+
},
|
| 36 |
+
"choices": {
|
| 37 |
+
"feature": {
|
| 38 |
+
"dtype": "string",
|
| 39 |
+
"_type": "Value"
|
| 40 |
+
},
|
| 41 |
+
"_type": "Sequence"
|
| 42 |
+
},
|
| 43 |
+
"gold": {
|
| 44 |
+
"dtype": "int64",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
}
|
| 47 |
+
},
|
| 48 |
+
"homepage": "",
|
| 49 |
+
"license": "",
|
| 50 |
+
"size_in_bytes": 7069069,
|
| 51 |
+
"splits": {
|
| 52 |
+
"train": {
|
| 53 |
+
"name": "train",
|
| 54 |
+
"num_bytes": 4829688,
|
| 55 |
+
"num_examples": 11232,
|
| 56 |
+
"dataset_name": "med_nli_test"
|
| 57 |
+
},
|
| 58 |
+
"test": {
|
| 59 |
+
"name": "test",
|
| 60 |
+
"num_bytes": 605694,
|
| 61 |
+
"num_examples": 1422,
|
| 62 |
+
"dataset_name": "med_nli_test"
|
| 63 |
+
},
|
| 64 |
+
"valid": {
|
| 65 |
+
"name": "valid",
|
| 66 |
+
"num_bytes": 606498,
|
| 67 |
+
"num_examples": 1395,
|
| 68 |
+
"dataset_name": "med_nli_test"
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
"version": {
|
| 72 |
+
"version_str": "0.0.0",
|
| 73 |
+
"major": 0,
|
| 74 |
+
"minor": 0,
|
| 75 |
+
"patch": 0
|
| 76 |
+
}
|
| 77 |
+
}
|
MedNLI/valid/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "a3d05b61934f9785",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": "valid"
|
| 13 |
+
}
|