parquet-converter commited on
Commit
b9addda
·
1 Parent(s): 40ff9c5

Update parquet files

Browse files
data/test-00000-of-00001.parquet → cradle-bio--tape-fluorescence-processed/test/0000.parquet RENAMED
File without changes
data/train-00000-of-00001.parquet → cradle-bio--tape-fluorescence-processed/train/0000.parquet RENAMED
File without changes
data/valid-00000-of-00001.parquet → cradle-bio--tape-fluorescence-processed/valid/0000.parquet RENAMED
File without changes
dataset_infos.json DELETED
@@ -1,72 +0,0 @@
1
- {"cradle-bio--tape-fluorescence-processed": {
2
- "description": "",
3
- "citation": "",
4
- "homepage": "",
5
- "license": "",
6
- "features": {
7
- "primary": {
8
- "dtype": "string",
9
- "id": null,
10
- "_type": "Value"
11
- },
12
- "protein_length": {
13
- "dtype": "int64",
14
- "id": null,
15
- "_type": "Value"
16
- },
17
- "log_fluorescence": {
18
- "feature": {
19
- "dtype": "float64",
20
- "id": null,
21
- "_type": "Value"
22
- },
23
- "length": -1,
24
- "id": null,
25
- "_type": "Sequence"
26
- },
27
- "num_mutations": {
28
- "dtype": "int64",
29
- "id": null,
30
- "_type": "Value"
31
- },
32
- "id": {
33
- "dtype": "string",
34
- "id": null,
35
- "_type": "Value"
36
- },
37
- "log_fluorescence_processed": {
38
- "dtype": "float64",
39
- "id": null,
40
- "_type": "Value"
41
- },
42
- "log_fluorescence_binned": {
43
- "dtype": "int64",
44
- "id": null,
45
- "_type": "Value"
46
- },
47
- "fluor_gt_3dot5": {
48
- "dtype": "bool",
49
- "id": null,
50
- "_type": "Value"
51
- }
52
- },
53
- "post_processed": null,
54
- "supervised_keys": null,
55
- "task_templates": null,
56
- "builder_name": null,
57
- "config_name": null,
58
- "version": null,
59
- "splits": {
60
- "train": {
61
- "name": "train",
62
- "num_bytes": 6296218,
63
- "num_examples": 21446,
64
- "dataset_name": "tape-fluorescence-processed"
65
- }
66
- },
67
- "download_checksums": null,
68
- "download_size": 1001962,
69
- "post_processing_size": null,
70
- "dataset_size": 6296218,
71
- "size_in_bytes": 7298180
72
- }}