Add dataset_info metadata with row counts for viewer
Browse filesCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -9,6 +9,87 @@ tags:
|
|
| 9 |
- regression
|
| 10 |
- classification
|
| 11 |
pretty_name: True CDS Protein Tasks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
configs:
|
| 13 |
- config_name: beta_lactamase_complete
|
| 14 |
data_files:
|
|
|
|
| 9 |
- regression
|
| 10 |
- classification
|
| 11 |
pretty_name: True CDS Protein Tasks
|
| 12 |
+
dataset_info:
|
| 13 |
+
- config_name: beta_lactamase_complete
|
| 14 |
+
features:
|
| 15 |
+
- name: sequence
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: label
|
| 18 |
+
dtype: float32
|
| 19 |
+
splits:
|
| 20 |
+
- name: train
|
| 21 |
+
num_examples: 9202
|
| 22 |
+
- name: validation
|
| 23 |
+
num_examples: 2322
|
| 24 |
+
- name: test
|
| 25 |
+
num_examples: 1080
|
| 26 |
+
- config_name: beta_lactamase_unique
|
| 27 |
+
features:
|
| 28 |
+
- name: sequence
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: label
|
| 31 |
+
dtype: float32
|
| 32 |
+
splits:
|
| 33 |
+
- name: train
|
| 34 |
+
num_examples: 3457
|
| 35 |
+
- name: validation
|
| 36 |
+
num_examples: 865
|
| 37 |
+
- name: test
|
| 38 |
+
num_examples: 1080
|
| 39 |
+
- config_name: fluorescence
|
| 40 |
+
features:
|
| 41 |
+
- name: sequence
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: label
|
| 44 |
+
dtype: float32
|
| 45 |
+
splits:
|
| 46 |
+
- name: train
|
| 47 |
+
num_examples: 21464
|
| 48 |
+
- name: validation
|
| 49 |
+
num_examples: 5366
|
| 50 |
+
- name: test
|
| 51 |
+
num_examples: 27217
|
| 52 |
+
- config_name: melting_point
|
| 53 |
+
features:
|
| 54 |
+
- name: sequence
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: label
|
| 57 |
+
dtype: float32
|
| 58 |
+
splits:
|
| 59 |
+
- name: train
|
| 60 |
+
num_examples: 9432
|
| 61 |
+
- name: validation
|
| 62 |
+
num_examples: 1064
|
| 63 |
+
- name: test
|
| 64 |
+
num_examples: 1648
|
| 65 |
+
- config_name: ssp
|
| 66 |
+
features:
|
| 67 |
+
- name: sequence
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: label
|
| 70 |
+
sequence: int32
|
| 71 |
+
splits:
|
| 72 |
+
- name: train
|
| 73 |
+
num_examples: 7780
|
| 74 |
+
- name: test_casp12
|
| 75 |
+
num_examples: 12
|
| 76 |
+
- name: test_cb513
|
| 77 |
+
num_examples: 235
|
| 78 |
+
- name: test_ts115
|
| 79 |
+
num_examples: 87
|
| 80 |
+
- config_name: stability
|
| 81 |
+
features:
|
| 82 |
+
- name: sequence
|
| 83 |
+
dtype: string
|
| 84 |
+
- name: label
|
| 85 |
+
dtype: float32
|
| 86 |
+
splits:
|
| 87 |
+
- name: train
|
| 88 |
+
num_examples: 53700
|
| 89 |
+
- name: validation
|
| 90 |
+
num_examples: 2512
|
| 91 |
+
- name: test
|
| 92 |
+
num_examples: 12851
|
| 93 |
configs:
|
| 94 |
- config_name: beta_lactamase_complete
|
| 95 |
data_files:
|