Upload folder using huggingface_hub
Browse files- README.md +3 -3
- dataset_info.json +1 -0
README.md
CHANGED
|
@@ -36,10 +36,10 @@ dataset_info:
|
|
| 36 |
config_name: default
|
| 37 |
splits:
|
| 38 |
- name: train
|
| 39 |
-
num_bytes:
|
| 40 |
num_examples: 289736
|
| 41 |
-
download_size:
|
| 42 |
-
dataset_size:
|
| 43 |
---
|
| 44 |
# AAV2 Capsid Viability Dataset
|
| 45 |
|
|
|
|
| 36 |
config_name: default
|
| 37 |
splits:
|
| 38 |
- name: train
|
| 39 |
+
num_bytes: 568803013 # <-- FILL IN: Get size of your CSV file in bytes
|
| 40 |
num_examples: 289736
|
| 41 |
+
download_size: 568579900 # <-- FILL IN: Size of file(s) to download (usually same as dataset_size for single CSV)
|
| 42 |
+
dataset_size: 568803013 # <-- FILL IN: Total size on disk (usually same as num_bytes for single CSV)
|
| 43 |
---
|
| 44 |
# AAV2 Capsid Viability Dataset
|
| 45 |
|
dataset_info.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"description": "", "citation": "", "homepage": "", "license": "", "features": {"variable_region_sequence": {"dtype": "string", "_type": "Value"}, "source_partition": {"dtype": "string", "_type": "Value"}, "viral_selection": {"dtype": "float32", "_type": "Value"}, "vp1_sequence": {"dtype": "string", "_type": "Value"}, "vp2_sequence": {"dtype": "string", "_type": "Value"}, "vp3_sequence": {"dtype": "string", "_type": "Value"}}, "builder_name": "csv", "dataset_name": "aav2_capsid_viability", "config_name": "default", "version": {"version_str": "0.0.0", "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 568803013, "num_examples": 289736, "shard_lengths": [260000, 29736], "dataset_name": "aav2_capsid_viability"}}, "download_checksums": {"hf://datasets/bviggiano/aav2_capsid_viability@66d6409af9da486b5d7f09ca6c50a0947b60de1f/aav2_processed.csv": {"num_bytes": 568579900, "checksum": null}}, "download_size": 568579900, "dataset_size": 568803013, "size_in_bytes": 1137382913}
|