justinbarton commited on
Commit
bd35344
·
1 Parent(s): 250297d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: vh
5
+ dtype: string
6
+ - name: vl
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': non-binder
13
+ '1': binder
14
+ splits:
15
+ - name: train
16
+ num_bytes: 4428189
17
+ num_examples: 18223
18
+ - name: eval
19
+ num_bytes: 553554
20
+ num_examples: 2278
21
+ - name: test
22
+ num_bytes: 553554
23
+ num_examples: 2278
24
+ download_size: 415916
25
+ dataset_size: 5535297
26
+ ---
27
+ # Dataset Card for "her2-binding-prediction"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)